.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  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: #645600 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #645600 !important;
  border-color: #645600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #978200 !important;
  border-color: #978200 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #978200 !important;
  border-color: #978200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #645600;
  color: #645600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d0b00 !important;
  background-color: transparent !important;
  border-color: #0d0b00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #645600 !important;
  border-color: #645600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.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: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.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: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #645600 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #645600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #645600;
  border-color: #645600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #645600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3c400;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #645600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #645600;
}
/* 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: #645600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #645600;
}
.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: #645600;
  border-bottom-color: #645600;
}
.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: #645600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23645600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgVMERqNdF {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vgVMERqNdF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgVMERqNdF {
    align-items: flex-end;
  }
  .cid-vgVMERqNdF .row {
    justify-content: center;
  }
  .cid-vgVMERqNdF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgVMERqNdF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgVMERqNdF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgVMERqNdF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgVMERqNdF .content-wrap {
    width: 100%;
  }
}
.cid-vgVMERqNdF .mbr-section-title,
.cid-vgVMERqNdF .mbr-section-subtitle {
  text-align: center;
}
.cid-vgVMERqNdF .mbr-text,
.cid-vgVMERqNdF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vgVMERqNdF .mbr-section-title {
  color: #d70081;
}
.cid-vg2en8Ldr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg2en8Ldr0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vg2en8Ldr0 .mbr-section-subtitle {
  color: #000000;
}
.cid-vg2en8Ldr0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tMlEXTHLbS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tMlEXTHLbS img,
.cid-tMlEXTHLbS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tMlEXTHLbS .item:focus,
.cid-tMlEXTHLbS span:focus {
  outline: none;
}
.cid-tMlEXTHLbS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item {
    margin-bottom: 1rem;
  }
}
.cid-tMlEXTHLbS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tMlEXTHLbS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMlEXTHLbS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tMlEXTHLbS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMlEXTHLbS .item-title {
  text-align: left;
}
.cid-tMlEXTHLbS .item-subtitle {
  text-align: left;
}
.cid-tMlEXTHLbS .mbr-text,
.cid-tMlEXTHLbS .item .mbr-section-btn {
  text-align: left;
}
.cid-tMlEXTHLbS .content-head {
  max-width: 800px;
}
.cid-tMlEXTHLbS .mbr-section-subtitle,
.cid-tMlEXTHLbS .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vgEpW5DQ58 {
  display: flex;
  background-image: url("../../../assets/images/i1-miradora-2000x1333.jpg");
}
.cid-vgEpW5DQ58 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgEpW5DQ58 {
    align-items: flex-end;
  }
  .cid-vgEpW5DQ58 .row {
    justify-content: center;
  }
  .cid-vgEpW5DQ58 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgEpW5DQ58 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgEpW5DQ58 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgEpW5DQ58 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgEpW5DQ58 .content-wrap {
    width: 100%;
  }
}
.cid-vgEpW5DQ58 .mbr-section-title,
.cid-vgEpW5DQ58 .mbr-section-subtitle {
  text-align: center;
}
.cid-vgEpW5DQ58 .mbr-text,
.cid-vgEpW5DQ58 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgEpW5DQ58 .mbr-section-title {
  color: #9fe870;
}
.cid-vhAIBozqD6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vhAIBozqD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhAIBozqD6 .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-vhAIBozqD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhAIBozqD6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhAIBozqD6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhAIBozqD6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhAIBozqD6 .mbr-section-title {
  color: #000000;
}
.cid-vhAIBozqD6 .mbr-text,
.cid-vhAIBozqD6 .mbr-section-btn {
  color: #000000;
}
.cid-vgEpVuVSZS {
  display: flex;
  background-image: url("../../../assets/images/i1-escuelawinter-2000x884.jpg");
}
.cid-vgEpVuVSZS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgEpVuVSZS {
    align-items: flex-end;
  }
  .cid-vgEpVuVSZS .row {
    justify-content: center;
  }
  .cid-vgEpVuVSZS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgEpVuVSZS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgEpVuVSZS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgEpVuVSZS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgEpVuVSZS .content-wrap {
    width: 100%;
  }
}
.cid-vgEpVuVSZS .mbr-section-title,
.cid-vgEpVuVSZS .mbr-section-subtitle {
  text-align: center;
}
.cid-vgEpVuVSZS .mbr-text,
.cid-vgEpVuVSZS .mbr-section-btn {
  text-align: center;
}
.cid-tJS9vXDdRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tJS9vXDdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS9vXDdRK .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-tJS9vXDdRK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJS9vXDdRK .row {
  flex-direction: row-reverse;
}
.cid-tJS9vXDdRK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJS9vXDdRK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJS9vXDdRK .mbr-section-title {
  color: #000000;
}
.cid-tJS9vXDdRK .mbr-text,
.cid-tJS9vXDdRK .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tJS9pBcTSa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tJS9pBcTSa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJS9pBcTSa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tJS9pBcTSa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tJS9pBcTSa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJS9pBcTSa .mbr-section-title {
  color: #edefeb;
}
.cid-tJS9pBcTSa .mbr-section-subtitle {
  color: #edefeb;
}
.cid-tLdYHD757A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tLdYHD757A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdYHD757A .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-tLdYHD757A .row {
    text-align: center;
  }
  .cid-tLdYHD757A .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tLdYHD757A .google-map {
  height: 100%;
  position: relative;
}
.cid-tLdYHD757A .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .google-map iframe {
    min-height: 350px;
  }
}
.cid-tLdYHD757A .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-tLdYHD757A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLdYHD757A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLdYHD757A .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tLdYHD757A .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tLdYHD757A .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .cardTitle,
  .cid-tLdYHD757A .item-wrap {
    text-align: center;
  }
}
.cid-tLdYHD757A ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tLdYHD757A .mbr-section-title {
  color: #edefeb;
}
.cid-tJS9NNcTLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfZQjOIRoa {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vfZQjOIRoa img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vfZcJqDseG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vfZcJqDseG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfZcJqDseG .item {
    margin-bottom: 1rem;
  }
}
.cid-vfZcJqDseG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfZcJqDseG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfZcJqDseG .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-vfZcJqDseG .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vfZcJqDseG .carousel-control,
.cid-vfZcJqDseG .close {
  background: #1b1b1b;
}
.cid-vfZcJqDseG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfZcJqDseG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfZcJqDseG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfZcJqDseG .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfZcJqDseG .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-vfZcJqDseG .close::before {
  content: '\e91a';
}
.cid-vfZcJqDseG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfZcJqDseG .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-vfZcJqDseG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfZcJqDseG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfZcJqDseG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfZcJqDseG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfZcJqDseG .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-vfZcJqDseG .carousel-indicators li.active,
.cid-vfZcJqDseG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfZcJqDseG .carousel-indicators li::after,
.cid-vfZcJqDseG .carousel-indicators li::before {
  content: none;
}
.cid-vfZcJqDseG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfZcJqDseG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfZcJqDseG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfZcJqDseG .carousel-indicators {
    display: none;
  }
}
.cid-vfZcJqDseG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfZcJqDseG .carousel-inner > .active {
  display: block;
}
.cid-vfZcJqDseG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfZcJqDseG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfZcJqDseG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfZcJqDseG .carousel-control,
  .cid-vfZcJqDseG .carousel-indicators,
  .cid-vfZcJqDseG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfZcJqDseG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfZcJqDseG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfZcJqDseG .carousel-indicators .active,
.cid-vfZcJqDseG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfZcJqDseG .carousel-indicators .active {
  background: #fff;
}
.cid-vfZcJqDseG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfZcJqDseG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfZcJqDseG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfZcJqDseG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfZcJqDseG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfZcJqDseG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfZcJqDseG .carousel {
  width: 100%;
}
.cid-vfZcJqDseG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfZcJqDseG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfZcJqDseG .modal.fade .modal-dialog,
.cid-vfZcJqDseG .modal.in .modal-dialog {
  transform: none;
}
.cid-vfZcJqDseG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfZcJqDseG .content-head {
  max-width: 800px;
}
.cid-vfZcJqDseG .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vfZcJqDseG .mbr-section-subtitle {
  text-align: justify;
}
.cid-tJS9NNcTLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-vfZip8bjlC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfZip8bjlC .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-vfZip8bjlC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfZip8bjlC .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-vfZip8bjlC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vfZip8bjlC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfZip8bjlC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfZip8bjlC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfZip8bjlC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vfZip8bjlC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vfZip8bjlC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfZip8bjlC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfZip8bjlC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfZip8bjlC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vfZip8bjlC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfZip8bjlC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfZip8bjlC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfZip8bjlC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfZip8bjlC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vfZip8bjlC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vfZip8bjlC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfZip8bjlC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vfZip8bjlC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfZip8bjlC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfZip8bjlC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vfZip8bjlC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfZip8bjlC .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vfZip8bjlC .nav-item:focus,
.cid-vfZip8bjlC .nav-link:focus {
  outline: none;
}
.cid-vfZip8bjlC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfZip8bjlC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfZip8bjlC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfZip8bjlC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfZip8bjlC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfZip8bjlC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfZip8bjlC .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-vfZip8bjlC .navbar.opened {
  transition: all 0.3s;
}
.cid-vfZip8bjlC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfZip8bjlC .navbar .navbar-logo img {
  width: auto;
}
.cid-vfZip8bjlC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfZip8bjlC .navbar.collapsed {
  justify-content: center;
}
.cid-vfZip8bjlC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfZip8bjlC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfZip8bjlC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfZip8bjlC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfZip8bjlC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfZip8bjlC .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-vfZip8bjlC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfZip8bjlC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfZip8bjlC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfZip8bjlC .navbar {
    min-height: 72px;
  }
  .cid-vfZip8bjlC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfZip8bjlC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfZip8bjlC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfZip8bjlC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfZip8bjlC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfZip8bjlC .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-vfZip8bjlC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfZip8bjlC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfZip8bjlC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfZip8bjlC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfZip8bjlC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfZip8bjlC .dropdown-item.active,
.cid-vfZip8bjlC .dropdown-item:active {
  background-color: transparent;
}
.cid-vfZip8bjlC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfZip8bjlC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfZip8bjlC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfZip8bjlC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vfZip8bjlC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfZip8bjlC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfZip8bjlC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfZip8bjlC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfZip8bjlC .navbar-buttons {
    text-align: left;
  }
}
.cid-vfZip8bjlC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfZip8bjlC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfZip8bjlC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfZip8bjlC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfZip8bjlC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfZip8bjlC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfZip8bjlC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfZip8bjlC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfZip8bjlC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfZip8bjlC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfZip8bjlC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfZip8bjlC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfZip8bjlC .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-vfZip8bjlC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfZip8bjlC .navbar {
    height: 70px;
  }
  .cid-vfZip8bjlC .navbar.opened {
    height: auto;
  }
  .cid-vfZip8bjlC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfZip8bjlC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfZip8bjlC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfZip8bjlC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfZip8bjlC .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-vfZip8bjlC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfZip8bjlC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfZip8bjlC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfZip8bjlC .navbar-brand {
    margin-right: auto;
  }
  .cid-vfZip8bjlC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vfZip8bjlC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfZip8bjlC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfZip8bjlC .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-vfZip8bjlC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfZip8bjlC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfZip8bjlC .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-vfZip8bjlC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfZip8bjlC .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-vfZip8bjlC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfZip8bjlC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfZPFGQdyB {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vfZPFGQdyB img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vfZip7e1UP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vfZip7e1UP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfZip7e1UP .item {
    margin-bottom: 1rem;
  }
}
.cid-vfZip7e1UP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfZip7e1UP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfZip7e1UP .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-vfZip7e1UP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vfZip7e1UP .carousel-control,
.cid-vfZip7e1UP .close {
  background: #1b1b1b;
}
.cid-vfZip7e1UP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfZip7e1UP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfZip7e1UP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfZip7e1UP .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfZip7e1UP .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-vfZip7e1UP .close::before {
  content: '\e91a';
}
.cid-vfZip7e1UP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfZip7e1UP .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-vfZip7e1UP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfZip7e1UP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfZip7e1UP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfZip7e1UP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfZip7e1UP .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-vfZip7e1UP .carousel-indicators li.active,
.cid-vfZip7e1UP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfZip7e1UP .carousel-indicators li::after,
.cid-vfZip7e1UP .carousel-indicators li::before {
  content: none;
}
.cid-vfZip7e1UP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfZip7e1UP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfZip7e1UP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfZip7e1UP .carousel-indicators {
    display: none;
  }
}
.cid-vfZip7e1UP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfZip7e1UP .carousel-inner > .active {
  display: block;
}
.cid-vfZip7e1UP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfZip7e1UP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfZip7e1UP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfZip7e1UP .carousel-control,
  .cid-vfZip7e1UP .carousel-indicators,
  .cid-vfZip7e1UP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfZip7e1UP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfZip7e1UP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfZip7e1UP .carousel-indicators .active,
.cid-vfZip7e1UP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfZip7e1UP .carousel-indicators .active {
  background: #fff;
}
.cid-vfZip7e1UP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfZip7e1UP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfZip7e1UP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfZip7e1UP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfZip7e1UP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfZip7e1UP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfZip7e1UP .carousel {
  width: 100%;
}
.cid-vfZip7e1UP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfZip7e1UP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfZip7e1UP .modal.fade .modal-dialog,
.cid-vfZip7e1UP .modal.in .modal-dialog {
  transform: none;
}
.cid-vfZip7e1UP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfZip7e1UP .content-head {
  max-width: 800px;
}
.cid-vfZip7e1UP .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vfZip7e1UP .mbr-section-subtitle {
  text-align: justify;
}
.cid-vfZip8EWaH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vfZip8EWaH .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vfZip8EWaH .container {
    padding: 0 12px;
  }
}
.cid-vfZip8EWaH .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfZip8EWaH .social-row .soc-item {
  margin: 8px;
}
.cid-vfZip8EWaH .social-row .soc-item a:hover .mbr-iconfont,
.cid-vfZip8EWaH .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vfZip8EWaH .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vfZip8EWaH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfZip8EWaH .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfZip8EWaH .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfZip8EWaH .header-menu li p {
  margin: 0;
}
.cid-vfZip8EWaH .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfZip8EWaH .mbr-section-title {
  color: #ffffff;
}
.cid-vfZqGyvuGo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vfZqGyvuGo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfZqGyvuGo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfZqGyvuGo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfZqGyvuGo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vfZqGyvuGo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vfZqGyvuGo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfZqGyvuGo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfZqGyvuGo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfZqGyvuGo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vfZqGyvuGo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfZqGyvuGo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfZqGyvuGo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfZqGyvuGo .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfZqGyvuGo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vfZqGyvuGo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vfZqGyvuGo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfZqGyvuGo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vfZqGyvuGo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfZqGyvuGo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfZqGyvuGo .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vfZqGyvuGo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfZqGyvuGo .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vfZqGyvuGo .nav-item:focus,
.cid-vfZqGyvuGo .nav-link:focus {
  outline: none;
}
.cid-vfZqGyvuGo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfZqGyvuGo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfZqGyvuGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfZqGyvuGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfZqGyvuGo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfZqGyvuGo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar.opened {
  transition: all 0.3s;
}
.cid-vfZqGyvuGo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfZqGyvuGo .navbar .navbar-logo img {
  width: auto;
}
.cid-vfZqGyvuGo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfZqGyvuGo .navbar.collapsed {
  justify-content: center;
}
.cid-vfZqGyvuGo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfZqGyvuGo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfZqGyvuGo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfZqGyvuGo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfZqGyvuGo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfZqGyvuGo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfZqGyvuGo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfZqGyvuGo .navbar {
    min-height: 72px;
  }
  .cid-vfZqGyvuGo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfZqGyvuGo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfZqGyvuGo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfZqGyvuGo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfZqGyvuGo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfZqGyvuGo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfZqGyvuGo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfZqGyvuGo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfZqGyvuGo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfZqGyvuGo .dropdown-item.active,
.cid-vfZqGyvuGo .dropdown-item:active {
  background-color: transparent;
}
.cid-vfZqGyvuGo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfZqGyvuGo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfZqGyvuGo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfZqGyvuGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vfZqGyvuGo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfZqGyvuGo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfZqGyvuGo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfZqGyvuGo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfZqGyvuGo .navbar-buttons {
    text-align: left;
  }
}
.cid-vfZqGyvuGo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfZqGyvuGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfZqGyvuGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfZqGyvuGo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfZqGyvuGo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfZqGyvuGo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfZqGyvuGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfZqGyvuGo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfZqGyvuGo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfZqGyvuGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfZqGyvuGo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfZqGyvuGo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfZqGyvuGo .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-vfZqGyvuGo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfZqGyvuGo .navbar {
    height: 70px;
  }
  .cid-vfZqGyvuGo .navbar.opened {
    height: auto;
  }
  .cid-vfZqGyvuGo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfZqGyvuGo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfZqGyvuGo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfZqGyvuGo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfZqGyvuGo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfZqGyvuGo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfZqGyvuGo .navbar-brand {
    margin-right: auto;
  }
  .cid-vfZqGyvuGo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vfZqGyvuGo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfZqGyvuGo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfZqGyvuGo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfZqGyvuGo .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-vfZqGyvuGo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfZqGyvuGo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfZN7wB9jM {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vfZN7wB9jM img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vfZqGx80HT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vfZqGx80HT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfZqGx80HT .item {
    margin-bottom: 1rem;
  }
}
.cid-vfZqGx80HT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfZqGx80HT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfZqGx80HT .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-vfZqGx80HT .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vfZqGx80HT .carousel-control,
.cid-vfZqGx80HT .close {
  background: #1b1b1b;
}
.cid-vfZqGx80HT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfZqGx80HT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfZqGx80HT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfZqGx80HT .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfZqGx80HT .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-vfZqGx80HT .close::before {
  content: '\e91a';
}
.cid-vfZqGx80HT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfZqGx80HT .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-vfZqGx80HT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfZqGx80HT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfZqGx80HT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfZqGx80HT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfZqGx80HT .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-vfZqGx80HT .carousel-indicators li.active,
.cid-vfZqGx80HT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfZqGx80HT .carousel-indicators li::after,
.cid-vfZqGx80HT .carousel-indicators li::before {
  content: none;
}
.cid-vfZqGx80HT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfZqGx80HT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfZqGx80HT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfZqGx80HT .carousel-indicators {
    display: none;
  }
}
.cid-vfZqGx80HT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfZqGx80HT .carousel-inner > .active {
  display: block;
}
.cid-vfZqGx80HT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfZqGx80HT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfZqGx80HT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfZqGx80HT .carousel-control,
  .cid-vfZqGx80HT .carousel-indicators,
  .cid-vfZqGx80HT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfZqGx80HT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfZqGx80HT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfZqGx80HT .carousel-indicators .active,
.cid-vfZqGx80HT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfZqGx80HT .carousel-indicators .active {
  background: #fff;
}
.cid-vfZqGx80HT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfZqGx80HT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfZqGx80HT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfZqGx80HT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfZqGx80HT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfZqGx80HT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfZqGx80HT .carousel {
  width: 100%;
}
.cid-vfZqGx80HT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfZqGx80HT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfZqGx80HT .modal.fade .modal-dialog,
.cid-vfZqGx80HT .modal.in .modal-dialog {
  transform: none;
}
.cid-vfZqGx80HT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfZqGx80HT .content-head {
  max-width: 800px;
}
.cid-vfZqGx80HT .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vfZqGx80HT .mbr-section-subtitle {
  text-align: justify;
}
.cid-vfZqGz6q3O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vfZqGz6q3O .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vfZqGz6q3O .container {
    padding: 0 12px;
  }
}
.cid-vfZqGz6q3O .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfZqGz6q3O .social-row .soc-item {
  margin: 8px;
}
.cid-vfZqGz6q3O .social-row .soc-item a:hover .mbr-iconfont,
.cid-vfZqGz6q3O .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vfZqGz6q3O .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vfZqGz6q3O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vfZqGz6q3O .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vfZqGz6q3O .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vfZqGz6q3O .header-menu li p {
  margin: 0;
}
.cid-vfZqGz6q3O .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vfZqGz6q3O .mbr-section-title {
  color: #ffffff;
}
.cid-vgEwGK60Zk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgEwGK60Zk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgEwGK60Zk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgEwGK60Zk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgEwGK60Zk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgEwGK60Zk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgEwGK60Zk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgEwGK60Zk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgEwGK60Zk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgEwGK60Zk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgEwGK60Zk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgEwGK60Zk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgEwGK60Zk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgEwGK60Zk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgEwGK60Zk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgEwGK60Zk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgEwGK60Zk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgEwGK60Zk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgEwGK60Zk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgEwGK60Zk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgEwGK60Zk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgEwGK60Zk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgEwGK60Zk .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgEwGK60Zk .nav-item:focus,
.cid-vgEwGK60Zk .nav-link:focus {
  outline: none;
}
.cid-vgEwGK60Zk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgEwGK60Zk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgEwGK60Zk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgEwGK60Zk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgEwGK60Zk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgEwGK60Zk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar.opened {
  transition: all 0.3s;
}
.cid-vgEwGK60Zk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgEwGK60Zk .navbar .navbar-logo img {
  width: auto;
}
.cid-vgEwGK60Zk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgEwGK60Zk .navbar.collapsed {
  justify-content: center;
}
.cid-vgEwGK60Zk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgEwGK60Zk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgEwGK60Zk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgEwGK60Zk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgEwGK60Zk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgEwGK60Zk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgEwGK60Zk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgEwGK60Zk .navbar {
    min-height: 72px;
  }
  .cid-vgEwGK60Zk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgEwGK60Zk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgEwGK60Zk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgEwGK60Zk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgEwGK60Zk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgEwGK60Zk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgEwGK60Zk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgEwGK60Zk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgEwGK60Zk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgEwGK60Zk .dropdown-item.active,
.cid-vgEwGK60Zk .dropdown-item:active {
  background-color: transparent;
}
.cid-vgEwGK60Zk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgEwGK60Zk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgEwGK60Zk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgEwGK60Zk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgEwGK60Zk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgEwGK60Zk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgEwGK60Zk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgEwGK60Zk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgEwGK60Zk .navbar-buttons {
    text-align: left;
  }
}
.cid-vgEwGK60Zk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgEwGK60Zk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgEwGK60Zk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgEwGK60Zk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgEwGK60Zk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgEwGK60Zk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgEwGK60Zk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgEwGK60Zk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgEwGK60Zk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgEwGK60Zk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgEwGK60Zk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgEwGK60Zk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgEwGK60Zk .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-vgEwGK60Zk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgEwGK60Zk .navbar {
    height: 70px;
  }
  .cid-vgEwGK60Zk .navbar.opened {
    height: auto;
  }
  .cid-vgEwGK60Zk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgEwGK60Zk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgEwGK60Zk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgEwGK60Zk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgEwGK60Zk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgEwGK60Zk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgEwGK60Zk .navbar-brand {
    margin-right: auto;
  }
  .cid-vgEwGK60Zk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgEwGK60Zk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgEwGK60Zk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgEwGK60Zk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgEwGK60Zk .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-vgEwGK60Zk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgEwGK60Zk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgEwGF3vDz {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgEwGF3vDz img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgEwGGFJRQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgEwGGFJRQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgEwGGFJRQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vgEwGGFJRQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgEwGGFJRQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgEwGGFJRQ .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-vgEwGGFJRQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgEwGGFJRQ .carousel-control,
.cid-vgEwGGFJRQ .close {
  background: #1b1b1b;
}
.cid-vgEwGGFJRQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgEwGGFJRQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgEwGGFJRQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgEwGGFJRQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgEwGGFJRQ .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-vgEwGGFJRQ .close::before {
  content: '\e91a';
}
.cid-vgEwGGFJRQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgEwGGFJRQ .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-vgEwGGFJRQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgEwGGFJRQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgEwGGFJRQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgEwGGFJRQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgEwGGFJRQ .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-vgEwGGFJRQ .carousel-indicators li.active,
.cid-vgEwGGFJRQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgEwGGFJRQ .carousel-indicators li::after,
.cid-vgEwGGFJRQ .carousel-indicators li::before {
  content: none;
}
.cid-vgEwGGFJRQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgEwGGFJRQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgEwGGFJRQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgEwGGFJRQ .carousel-indicators {
    display: none;
  }
}
.cid-vgEwGGFJRQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgEwGGFJRQ .carousel-inner > .active {
  display: block;
}
.cid-vgEwGGFJRQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgEwGGFJRQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgEwGGFJRQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgEwGGFJRQ .carousel-control,
  .cid-vgEwGGFJRQ .carousel-indicators,
  .cid-vgEwGGFJRQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgEwGGFJRQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgEwGGFJRQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgEwGGFJRQ .carousel-indicators .active,
.cid-vgEwGGFJRQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgEwGGFJRQ .carousel-indicators .active {
  background: #fff;
}
.cid-vgEwGGFJRQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgEwGGFJRQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgEwGGFJRQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgEwGGFJRQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgEwGGFJRQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgEwGGFJRQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgEwGGFJRQ .carousel {
  width: 100%;
}
.cid-vgEwGGFJRQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgEwGGFJRQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgEwGGFJRQ .modal.fade .modal-dialog,
.cid-vgEwGGFJRQ .modal.in .modal-dialog {
  transform: none;
}
.cid-vgEwGGFJRQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgEwGGFJRQ .content-head {
  max-width: 800px;
}
.cid-vgEwGGFJRQ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgEwGGFJRQ .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgEwGLx08s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgEwGLx08s .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgEwGLx08s .container {
    padding: 0 12px;
  }
}
.cid-vgEwGLx08s .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgEwGLx08s .social-row .soc-item {
  margin: 8px;
}
.cid-vgEwGLx08s .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgEwGLx08s .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgEwGLx08s .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgEwGLx08s .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgEwGLx08s .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgEwGLx08s .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgEwGLx08s .header-menu li p {
  margin: 0;
}
.cid-vgEwGLx08s .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgEwGLx08s .mbr-section-title {
  color: #ffffff;
}
.cid-vgQ4ZwJrTB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgQ4ZwJrTB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgQ4ZwJrTB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgQ4ZwJrTB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgQ4ZwJrTB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgQ4ZwJrTB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgQ4ZwJrTB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgQ4ZwJrTB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgQ4ZwJrTB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgQ4ZwJrTB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgQ4ZwJrTB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgQ4ZwJrTB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgQ4ZwJrTB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgQ4ZwJrTB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgQ4ZwJrTB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgQ4ZwJrTB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgQ4ZwJrTB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgQ4ZwJrTB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgQ4ZwJrTB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgQ4ZwJrTB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgQ4ZwJrTB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgQ4ZwJrTB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgQ4ZwJrTB .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgQ4ZwJrTB .nav-item:focus,
.cid-vgQ4ZwJrTB .nav-link:focus {
  outline: none;
}
.cid-vgQ4ZwJrTB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgQ4ZwJrTB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgQ4ZwJrTB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgQ4ZwJrTB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgQ4ZwJrTB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgQ4ZwJrTB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar.opened {
  transition: all 0.3s;
}
.cid-vgQ4ZwJrTB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgQ4ZwJrTB .navbar .navbar-logo img {
  width: auto;
}
.cid-vgQ4ZwJrTB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgQ4ZwJrTB .navbar.collapsed {
  justify-content: center;
}
.cid-vgQ4ZwJrTB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgQ4ZwJrTB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgQ4ZwJrTB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgQ4ZwJrTB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgQ4ZwJrTB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgQ4ZwJrTB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgQ4ZwJrTB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgQ4ZwJrTB .navbar {
    min-height: 72px;
  }
  .cid-vgQ4ZwJrTB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgQ4ZwJrTB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgQ4ZwJrTB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgQ4ZwJrTB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgQ4ZwJrTB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgQ4ZwJrTB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgQ4ZwJrTB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgQ4ZwJrTB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgQ4ZwJrTB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgQ4ZwJrTB .dropdown-item.active,
.cid-vgQ4ZwJrTB .dropdown-item:active {
  background-color: transparent;
}
.cid-vgQ4ZwJrTB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgQ4ZwJrTB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgQ4ZwJrTB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgQ4ZwJrTB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgQ4ZwJrTB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgQ4ZwJrTB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgQ4ZwJrTB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgQ4ZwJrTB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgQ4ZwJrTB .navbar-buttons {
    text-align: left;
  }
}
.cid-vgQ4ZwJrTB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgQ4ZwJrTB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgQ4ZwJrTB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgQ4ZwJrTB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgQ4ZwJrTB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgQ4ZwJrTB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgQ4ZwJrTB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ4ZwJrTB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgQ4ZwJrTB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgQ4ZwJrTB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQ4ZwJrTB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgQ4ZwJrTB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgQ4ZwJrTB .navbar {
    height: 70px;
  }
  .cid-vgQ4ZwJrTB .navbar.opened {
    height: auto;
  }
  .cid-vgQ4ZwJrTB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgQ4ZwJrTB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgQ4ZwJrTB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgQ4ZwJrTB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgQ4ZwJrTB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgQ4ZwJrTB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgQ4ZwJrTB .navbar-brand {
    margin-right: auto;
  }
  .cid-vgQ4ZwJrTB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgQ4ZwJrTB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgQ4ZwJrTB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgQ4ZwJrTB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgQ4ZwJrTB .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-vgQ4ZwJrTB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgQ4ZwJrTB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgWhXLaITj {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgWhXLaITj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgWhXLaITj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgWhXLaITj .mbr-section-title {
  color: #2e481a;
}
.cid-vgQgxlY0In {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgQgxlY0In .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgQgxlY0In .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-vgQgxlY0In .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgQgxlY0In .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgQgxlY0In .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgQgxlY0In .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgQgxlY0In .mbr-section-title {
  color: #000000;
}
.cid-vgQgxlY0In .mbr-text,
.cid-vgQgxlY0In .mbr-section-btn {
  color: #000000;
}
.cid-vgQgyuijfL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgQgyuijfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgQgyuijfL .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-vgQgyuijfL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgQgyuijfL .row {
  flex-direction: row-reverse;
}
.cid-vgQgyuijfL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgQgyuijfL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgQgyuijfL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgQgyuijfL .mbr-section-title {
  color: #000000;
}
.cid-vgQgyuijfL .mbr-text,
.cid-vgQgyuijfL .mbr-section-btn {
  color: #000000;
}
.cid-vgQ4Zyp5F4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgQ4Zyp5F4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgQ4Zyp5F4 .container {
    padding: 0 12px;
  }
}
.cid-vgQ4Zyp5F4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgQ4Zyp5F4 .social-row .soc-item {
  margin: 8px;
}
.cid-vgQ4Zyp5F4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgQ4Zyp5F4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgQ4Zyp5F4 .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgQ4Zyp5F4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgQ4Zyp5F4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgQ4Zyp5F4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgQ4Zyp5F4 .header-menu li p {
  margin: 0;
}
.cid-vgQ4Zyp5F4 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgQ4Zyp5F4 .mbr-section-title {
  color: #ffffff;
}
.cid-vgQjEPLg9V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgQjEPLg9V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgQjEPLg9V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgQjEPLg9V .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgQjEPLg9V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgQjEPLg9V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgQjEPLg9V .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgQjEPLg9V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgQjEPLg9V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgQjEPLg9V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgQjEPLg9V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgQjEPLg9V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgQjEPLg9V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgQjEPLg9V .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgQjEPLg9V .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgQjEPLg9V .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgQjEPLg9V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgQjEPLg9V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgQjEPLg9V .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgQjEPLg9V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgQjEPLg9V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgQjEPLg9V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgQjEPLg9V .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgQjEPLg9V .nav-item:focus,
.cid-vgQjEPLg9V .nav-link:focus {
  outline: none;
}
.cid-vgQjEPLg9V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgQjEPLg9V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgQjEPLg9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgQjEPLg9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgQjEPLg9V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgQjEPLg9V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar.opened {
  transition: all 0.3s;
}
.cid-vgQjEPLg9V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgQjEPLg9V .navbar .navbar-logo img {
  width: auto;
}
.cid-vgQjEPLg9V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgQjEPLg9V .navbar.collapsed {
  justify-content: center;
}
.cid-vgQjEPLg9V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgQjEPLg9V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgQjEPLg9V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgQjEPLg9V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgQjEPLg9V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgQjEPLg9V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgQjEPLg9V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgQjEPLg9V .navbar {
    min-height: 72px;
  }
  .cid-vgQjEPLg9V .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgQjEPLg9V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgQjEPLg9V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgQjEPLg9V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgQjEPLg9V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgQjEPLg9V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgQjEPLg9V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgQjEPLg9V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgQjEPLg9V .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgQjEPLg9V .dropdown-item.active,
.cid-vgQjEPLg9V .dropdown-item:active {
  background-color: transparent;
}
.cid-vgQjEPLg9V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgQjEPLg9V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgQjEPLg9V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgQjEPLg9V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgQjEPLg9V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgQjEPLg9V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgQjEPLg9V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgQjEPLg9V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgQjEPLg9V .navbar-buttons {
    text-align: left;
  }
}
.cid-vgQjEPLg9V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgQjEPLg9V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgQjEPLg9V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgQjEPLg9V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgQjEPLg9V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgQjEPLg9V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgQjEPLg9V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQjEPLg9V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgQjEPLg9V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgQjEPLg9V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgQjEPLg9V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgQjEPLg9V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgQjEPLg9V .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-vgQjEPLg9V .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgQjEPLg9V .navbar {
    height: 70px;
  }
  .cid-vgQjEPLg9V .navbar.opened {
    height: auto;
  }
  .cid-vgQjEPLg9V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgQjEPLg9V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgQjEPLg9V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgQjEPLg9V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgQjEPLg9V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgQjEPLg9V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgQjEPLg9V .navbar-brand {
    margin-right: auto;
  }
  .cid-vgQjEPLg9V .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgQjEPLg9V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgQjEPLg9V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgQjEPLg9V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgQjEPLg9V .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-vgQjEPLg9V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgQjEPLg9V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgQkaHlk1o {
  display: flex;
  background-image: url("../../../assets/images/i1-miradora-2000x1334.jpg");
}
.cid-vgQkaHlk1o .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgQkaHlk1o {
    align-items: flex-end;
  }
  .cid-vgQkaHlk1o .row {
    justify-content: center;
  }
  .cid-vgQkaHlk1o .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgQkaHlk1o .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgQkaHlk1o {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgQkaHlk1o .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgQkaHlk1o .content-wrap {
    width: 100%;
  }
}
.cid-vgQkaHlk1o .mbr-section-title,
.cid-vgQkaHlk1o .mbr-section-subtitle {
  text-align: center;
}
.cid-vgQkaHlk1o .mbr-text,
.cid-vgQkaHlk1o .mbr-section-btn {
  text-align: center;
}
.cid-vgWnSbM3AE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgWnSbM3AE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgWnSbM3AE .item {
    margin-bottom: 1rem;
  }
}
.cid-vgWnSbM3AE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgWnSbM3AE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgWnSbM3AE .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-vgWnSbM3AE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgWnSbM3AE .carousel-control,
.cid-vgWnSbM3AE .close {
  background: #1b1b1b;
}
.cid-vgWnSbM3AE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgWnSbM3AE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgWnSbM3AE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgWnSbM3AE .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgWnSbM3AE .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-vgWnSbM3AE .close::before {
  content: '\e91a';
}
.cid-vgWnSbM3AE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgWnSbM3AE .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-vgWnSbM3AE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgWnSbM3AE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgWnSbM3AE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgWnSbM3AE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgWnSbM3AE .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-vgWnSbM3AE .carousel-indicators li.active,
.cid-vgWnSbM3AE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgWnSbM3AE .carousel-indicators li::after,
.cid-vgWnSbM3AE .carousel-indicators li::before {
  content: none;
}
.cid-vgWnSbM3AE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgWnSbM3AE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgWnSbM3AE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgWnSbM3AE .carousel-indicators {
    display: none;
  }
}
.cid-vgWnSbM3AE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgWnSbM3AE .carousel-inner > .active {
  display: block;
}
.cid-vgWnSbM3AE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgWnSbM3AE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgWnSbM3AE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgWnSbM3AE .carousel-control,
  .cid-vgWnSbM3AE .carousel-indicators,
  .cid-vgWnSbM3AE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgWnSbM3AE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgWnSbM3AE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgWnSbM3AE .carousel-indicators .active,
.cid-vgWnSbM3AE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgWnSbM3AE .carousel-indicators .active {
  background: #fff;
}
.cid-vgWnSbM3AE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgWnSbM3AE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgWnSbM3AE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgWnSbM3AE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgWnSbM3AE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgWnSbM3AE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgWnSbM3AE .carousel {
  width: 100%;
}
.cid-vgWnSbM3AE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgWnSbM3AE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgWnSbM3AE .modal.fade .modal-dialog,
.cid-vgWnSbM3AE .modal.in .modal-dialog {
  transform: none;
}
.cid-vgWnSbM3AE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgWnSbM3AE .content-head {
  max-width: 800px;
}
.cid-vgWnSbM3AE .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgWnSbM3AE .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgQnVBMudQ {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vgQnVBMudQ .carousel {
  height: 800px;
}
.cid-vgQnVBMudQ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgQnVBMudQ .carousel-item,
.cid-vgQnVBMudQ .carousel-inner {
  height: 100%;
}
.cid-vgQnVBMudQ img,
.cid-vgQnVBMudQ .item-wrapper {
  border-radius: 0 !important;
}
.cid-vgQnVBMudQ .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vgQnVBMudQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgQnVBMudQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vgQnVBMudQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgQnVBMudQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vgQnVBMudQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgQnVBMudQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vgQnVBMudQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgQnVBMudQ .carousel-control {
  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-vgQnVBMudQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgQnVBMudQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgQnVBMudQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgQnVBMudQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgQnVBMudQ .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-vgQnVBMudQ .carousel-indicators li.active,
.cid-vgQnVBMudQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgQnVBMudQ .carousel-indicators li::after,
.cid-vgQnVBMudQ .carousel-indicators li::before {
  content: none;
}
.cid-vgQnVBMudQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgQnVBMudQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgQnVBMudQ .mbr-section-subtitle,
  .cid-vgQnVBMudQ .mbr-section-text,
  .cid-vgQnVBMudQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgQjES9p5y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgQjES9p5y .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgQjES9p5y .container {
    padding: 0 12px;
  }
}
.cid-vgQjES9p5y .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgQjES9p5y .social-row .soc-item {
  margin: 8px;
}
.cid-vgQjES9p5y .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgQjES9p5y .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgQjES9p5y .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgQjES9p5y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgQjES9p5y .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgQjES9p5y .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgQjES9p5y .header-menu li p {
  margin: 0;
}
.cid-vgQjES9p5y .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgQjES9p5y .mbr-section-title {
  color: #ffffff;
}
.cid-vgVlzlcRn4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgVlzlcRn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgVlzlcRn4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVlzlcRn4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgVlzlcRn4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgVlzlcRn4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgVlzlcRn4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgVlzlcRn4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgVlzlcRn4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgVlzlcRn4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgVlzlcRn4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgVlzlcRn4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgVlzlcRn4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgVlzlcRn4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgVlzlcRn4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgVlzlcRn4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgVlzlcRn4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgVlzlcRn4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgVlzlcRn4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgVlzlcRn4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgVlzlcRn4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgVlzlcRn4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgVlzlcRn4 .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgVlzlcRn4 .nav-item:focus,
.cid-vgVlzlcRn4 .nav-link:focus {
  outline: none;
}
.cid-vgVlzlcRn4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVlzlcRn4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgVlzlcRn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVlzlcRn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVlzlcRn4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVlzlcRn4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVlzlcRn4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgVlzlcRn4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVlzlcRn4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgVlzlcRn4 .navbar.collapsed {
  justify-content: center;
}
.cid-vgVlzlcRn4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVlzlcRn4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVlzlcRn4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVlzlcRn4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVlzlcRn4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVlzlcRn4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVlzlcRn4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgVlzlcRn4 .navbar {
    min-height: 72px;
  }
  .cid-vgVlzlcRn4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgVlzlcRn4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVlzlcRn4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVlzlcRn4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVlzlcRn4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgVlzlcRn4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgVlzlcRn4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVlzlcRn4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVlzlcRn4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgVlzlcRn4 .dropdown-item.active,
.cid-vgVlzlcRn4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVlzlcRn4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVlzlcRn4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVlzlcRn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVlzlcRn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgVlzlcRn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgVlzlcRn4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgVlzlcRn4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgVlzlcRn4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgVlzlcRn4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVlzlcRn4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgVlzlcRn4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgVlzlcRn4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgVlzlcRn4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgVlzlcRn4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgVlzlcRn4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgVlzlcRn4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVlzlcRn4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVlzlcRn4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVlzlcRn4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVlzlcRn4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgVlzlcRn4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVlzlcRn4 .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-vgVlzlcRn4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgVlzlcRn4 .navbar {
    height: 70px;
  }
  .cid-vgVlzlcRn4 .navbar.opened {
    height: auto;
  }
  .cid-vgVlzlcRn4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVlzlcRn4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgVlzlcRn4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgVlzlcRn4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgVlzlcRn4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgVlzlcRn4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgVlzlcRn4 .navbar-brand {
    margin-right: auto;
  }
  .cid-vgVlzlcRn4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgVlzlcRn4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgVlzlcRn4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgVlzlcRn4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgVlzlcRn4 .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-vgVlzlcRn4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgVlzlcRn4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgVmsiULM0 {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vgVmsiULM0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgVmsiULM0 {
    align-items: flex-end;
  }
  .cid-vgVmsiULM0 .row {
    justify-content: center;
  }
  .cid-vgVmsiULM0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgVmsiULM0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgVmsiULM0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgVmsiULM0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgVmsiULM0 .content-wrap {
    width: 100%;
  }
}
.cid-vgVmsiULM0 .mbr-section-title,
.cid-vgVmsiULM0 .mbr-section-subtitle {
  text-align: center;
}
.cid-vgVmsiULM0 .mbr-text,
.cid-vgVmsiULM0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgVmsiULM0 .mbr-section-title {
  color: #164fd3;
}
.cid-vgVrHaVQwy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgVrHaVQwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVrHaVQwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVrHaVQwy .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgVrHaVQwy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVrHaVQwy .mbr-section-title {
  text-align: center;
}
.cid-vgVrHaVQwy .mbr-section-subtitle {
  text-align: center;
}
.cid-vgVrHaVQwy .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vgVrHaVQwy .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vgVrHaVQwy .content-head {
  max-width: 800px;
}
.cid-vgVrHaVQwy .img-box {
  display: flex;
  justify-content: center;
}
.cid-vgVrHaVQwy .card-title {
  text-align: center;
}
.cid-vgVrHaVQwy .card-text {
  text-align: center;
}
.cid-vgVrHaVQwy .link {
  text-align: center;
}
.cid-vgVo5fUjRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgVo5fUjRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVo5fUjRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgVo5fUjRr .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgVo5fUjRr .item-mb {
    margin-bottom: 0;
  }
}
.cid-vgVo5fUjRr .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgVo5fUjRr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vgVo5fUjRr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vgVo5fUjRr .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vgVo5fUjRr .mbr-section-title {
  color: #d70081;
}
.cid-vgVo5fUjRr .mbr-section-subtitle {
  color: #232323;
}
.cid-vgVo5fUjRr .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vgVo5fUjRr .card-box .item-footer {
  margin-top: auto;
}
.cid-vgVo5fUjRr .content-head {
  max-width: 800px;
}
.cid-vgVlzlD6Ys {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVlzlD6Ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVlzlD6Ys .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-vgVlzlD6Ys .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVlzlD6Ys .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVlzlD6Ys .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVlzlD6Ys .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVlzlD6Ys .mbr-section-title {
  color: #000000;
}
.cid-vgVlzlD6Ys .mbr-text,
.cid-vgVlzlD6Ys .mbr-section-btn {
  color: #000000;
}
.cid-vgVxTNGFx8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVxTNGFx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVxTNGFx8 .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-vgVxTNGFx8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVxTNGFx8 .row {
  flex-direction: row-reverse;
}
.cid-vgVxTNGFx8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVxTNGFx8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVxTNGFx8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVxTNGFx8 .mbr-section-title {
  color: #000000;
}
.cid-vgVxTNGFx8 .mbr-text,
.cid-vgVxTNGFx8 .mbr-section-btn {
  color: #000000;
}
.cid-vgVxPCR1HH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVxPCR1HH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVxPCR1HH .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-vgVxPCR1HH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVxPCR1HH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVxPCR1HH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVxPCR1HH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVxPCR1HH .mbr-section-title {
  color: #000000;
}
.cid-vgVxPCR1HH .mbr-text,
.cid-vgVxPCR1HH .mbr-section-btn {
  color: #000000;
}
.cid-vgVlzlSJHP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVlzlSJHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVlzlSJHP .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-vgVlzlSJHP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVlzlSJHP .row {
  flex-direction: row-reverse;
}
.cid-vgVlzlSJHP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVlzlSJHP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVlzlSJHP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVlzlSJHP .mbr-section-title {
  color: #000000;
}
.cid-vgVlzlSJHP .mbr-text,
.cid-vgVlzlSJHP .mbr-section-btn {
  color: #000000;
}
.cid-vgVxRCjXpl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVxRCjXpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVxRCjXpl .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-vgVxRCjXpl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVxRCjXpl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVxRCjXpl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVxRCjXpl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVxRCjXpl .mbr-section-title {
  color: #000000;
}
.cid-vgVxRCjXpl .mbr-text,
.cid-vgVxRCjXpl .mbr-section-btn {
  color: #000000;
}
.cid-vgVxT64q9G {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVxT64q9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVxT64q9G .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-vgVxT64q9G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVxT64q9G .row {
  flex-direction: row-reverse;
}
.cid-vgVxT64q9G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVxT64q9G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVxT64q9G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVxT64q9G .mbr-section-title {
  color: #000000;
}
.cid-vgVxT64q9G .mbr-text,
.cid-vgVxT64q9G .mbr-section-btn {
  color: #000000;
}
.cid-vgVC1NXo0L {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVC1NXo0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVC1NXo0L .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-vgVC1NXo0L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVC1NXo0L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVC1NXo0L .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVC1NXo0L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVC1NXo0L .mbr-section-title {
  color: #000000;
}
.cid-vgVC1NXo0L .mbr-text,
.cid-vgVC1NXo0L .mbr-section-btn {
  color: #000000;
}
.cid-vgVD1AFxut {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVD1AFxut .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVD1AFxut .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-vgVD1AFxut .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVD1AFxut .row {
  flex-direction: row-reverse;
}
.cid-vgVD1AFxut .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVD1AFxut .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVD1AFxut .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVD1AFxut .mbr-section-title {
  color: #000000;
}
.cid-vgVD1AFxut .mbr-text,
.cid-vgVD1AFxut .mbr-section-btn {
  color: #000000;
}
.cid-vgVRTWpnw0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgVRTWpnw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgVRTWpnw0 .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-vgVRTWpnw0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgVRTWpnw0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgVRTWpnw0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgVRTWpnw0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgVRTWpnw0 .mbr-section-title {
  color: #000000;
}
.cid-vgVRTWpnw0 .mbr-text,
.cid-vgVRTWpnw0 .mbr-section-btn {
  color: #000000;
}
.cid-vgVlznlfIz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgVlznlfIz .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgVlznlfIz .container {
    padding: 0 12px;
  }
}
.cid-vgVlznlfIz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgVlznlfIz .social-row .soc-item {
  margin: 8px;
}
.cid-vgVlznlfIz .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgVlznlfIz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgVlznlfIz .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgVlznlfIz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgVlznlfIz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgVlznlfIz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgVlznlfIz .header-menu li p {
  margin: 0;
}
.cid-vgVlznlfIz .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgVlznlfIz .mbr-section-title {
  color: #ffffff;
}
.cid-vgVU5m28Sy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgVU5m28Sy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgVU5m28Sy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVU5m28Sy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgVU5m28Sy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgVU5m28Sy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgVU5m28Sy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgVU5m28Sy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgVU5m28Sy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgVU5m28Sy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgVU5m28Sy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgVU5m28Sy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgVU5m28Sy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgVU5m28Sy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgVU5m28Sy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgVU5m28Sy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgVU5m28Sy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgVU5m28Sy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgVU5m28Sy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgVU5m28Sy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgVU5m28Sy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgVU5m28Sy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgVU5m28Sy .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgVU5m28Sy .nav-item:focus,
.cid-vgVU5m28Sy .nav-link:focus {
  outline: none;
}
.cid-vgVU5m28Sy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVU5m28Sy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgVU5m28Sy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVU5m28Sy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVU5m28Sy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVU5m28Sy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVU5m28Sy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgVU5m28Sy .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVU5m28Sy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgVU5m28Sy .navbar.collapsed {
  justify-content: center;
}
.cid-vgVU5m28Sy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVU5m28Sy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVU5m28Sy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVU5m28Sy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVU5m28Sy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVU5m28Sy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVU5m28Sy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgVU5m28Sy .navbar {
    min-height: 72px;
  }
  .cid-vgVU5m28Sy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgVU5m28Sy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVU5m28Sy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVU5m28Sy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVU5m28Sy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgVU5m28Sy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgVU5m28Sy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVU5m28Sy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVU5m28Sy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgVU5m28Sy .dropdown-item.active,
.cid-vgVU5m28Sy .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVU5m28Sy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVU5m28Sy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVU5m28Sy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVU5m28Sy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgVU5m28Sy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgVU5m28Sy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgVU5m28Sy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgVU5m28Sy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgVU5m28Sy .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVU5m28Sy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgVU5m28Sy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgVU5m28Sy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgVU5m28Sy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgVU5m28Sy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgVU5m28Sy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgVU5m28Sy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVU5m28Sy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVU5m28Sy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVU5m28Sy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVU5m28Sy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgVU5m28Sy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVU5m28Sy .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-vgVU5m28Sy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgVU5m28Sy .navbar {
    height: 70px;
  }
  .cid-vgVU5m28Sy .navbar.opened {
    height: auto;
  }
  .cid-vgVU5m28Sy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVU5m28Sy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgVU5m28Sy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgVU5m28Sy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgVU5m28Sy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgVU5m28Sy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgVU5m28Sy .navbar-brand {
    margin-right: auto;
  }
  .cid-vgVU5m28Sy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgVU5m28Sy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgVU5m28Sy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgVU5m28Sy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgVU5m28Sy .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-vgVU5m28Sy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgVU5m28Sy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgVU5mB8YT {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgVU5mB8YT img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgVU5mV5EQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgVU5mV5EQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgVU5mV5EQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vgVU5mV5EQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgVU5mV5EQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgVU5mV5EQ .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-vgVU5mV5EQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgVU5mV5EQ .carousel-control,
.cid-vgVU5mV5EQ .close {
  background: #1b1b1b;
}
.cid-vgVU5mV5EQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgVU5mV5EQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgVU5mV5EQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgVU5mV5EQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgVU5mV5EQ .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-vgVU5mV5EQ .close::before {
  content: '\e91a';
}
.cid-vgVU5mV5EQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgVU5mV5EQ .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-vgVU5mV5EQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgVU5mV5EQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgVU5mV5EQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgVU5mV5EQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgVU5mV5EQ .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-vgVU5mV5EQ .carousel-indicators li.active,
.cid-vgVU5mV5EQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgVU5mV5EQ .carousel-indicators li::after,
.cid-vgVU5mV5EQ .carousel-indicators li::before {
  content: none;
}
.cid-vgVU5mV5EQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgVU5mV5EQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgVU5mV5EQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgVU5mV5EQ .carousel-indicators {
    display: none;
  }
}
.cid-vgVU5mV5EQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgVU5mV5EQ .carousel-inner > .active {
  display: block;
}
.cid-vgVU5mV5EQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgVU5mV5EQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgVU5mV5EQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgVU5mV5EQ .carousel-control,
  .cid-vgVU5mV5EQ .carousel-indicators,
  .cid-vgVU5mV5EQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgVU5mV5EQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgVU5mV5EQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgVU5mV5EQ .carousel-indicators .active,
.cid-vgVU5mV5EQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgVU5mV5EQ .carousel-indicators .active {
  background: #fff;
}
.cid-vgVU5mV5EQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgVU5mV5EQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgVU5mV5EQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgVU5mV5EQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgVU5mV5EQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgVU5mV5EQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgVU5mV5EQ .carousel {
  width: 100%;
}
.cid-vgVU5mV5EQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgVU5mV5EQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgVU5mV5EQ .modal.fade .modal-dialog,
.cid-vgVU5mV5EQ .modal.in .modal-dialog {
  transform: none;
}
.cid-vgVU5mV5EQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgVU5mV5EQ .content-head {
  max-width: 800px;
}
.cid-vgVU5mV5EQ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgVU5mV5EQ .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgVU5o1R7x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgVU5o1R7x .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgVU5o1R7x .container {
    padding: 0 12px;
  }
}
.cid-vgVU5o1R7x .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgVU5o1R7x .social-row .soc-item {
  margin: 8px;
}
.cid-vgVU5o1R7x .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgVU5o1R7x .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgVU5o1R7x .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgVU5o1R7x .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgVU5o1R7x .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgVU5o1R7x .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgVU5o1R7x .header-menu li p {
  margin: 0;
}
.cid-vgVU5o1R7x .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgVU5o1R7x .mbr-section-title {
  color: #ffffff;
}
.cid-vgVYiVsxnz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgVYiVsxnz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgVYiVsxnz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgVYiVsxnz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgVYiVsxnz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgVYiVsxnz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgVYiVsxnz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgVYiVsxnz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgVYiVsxnz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgVYiVsxnz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgVYiVsxnz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgVYiVsxnz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgVYiVsxnz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgVYiVsxnz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgVYiVsxnz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgVYiVsxnz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgVYiVsxnz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgVYiVsxnz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgVYiVsxnz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgVYiVsxnz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgVYiVsxnz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgVYiVsxnz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgVYiVsxnz .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgVYiVsxnz .nav-item:focus,
.cid-vgVYiVsxnz .nav-link:focus {
  outline: none;
}
.cid-vgVYiVsxnz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgVYiVsxnz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgVYiVsxnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgVYiVsxnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgVYiVsxnz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgVYiVsxnz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar.opened {
  transition: all 0.3s;
}
.cid-vgVYiVsxnz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgVYiVsxnz .navbar .navbar-logo img {
  width: auto;
}
.cid-vgVYiVsxnz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgVYiVsxnz .navbar.collapsed {
  justify-content: center;
}
.cid-vgVYiVsxnz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgVYiVsxnz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgVYiVsxnz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgVYiVsxnz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgVYiVsxnz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgVYiVsxnz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgVYiVsxnz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgVYiVsxnz .navbar {
    min-height: 72px;
  }
  .cid-vgVYiVsxnz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgVYiVsxnz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgVYiVsxnz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgVYiVsxnz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgVYiVsxnz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgVYiVsxnz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgVYiVsxnz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgVYiVsxnz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgVYiVsxnz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgVYiVsxnz .dropdown-item.active,
.cid-vgVYiVsxnz .dropdown-item:active {
  background-color: transparent;
}
.cid-vgVYiVsxnz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgVYiVsxnz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgVYiVsxnz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgVYiVsxnz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgVYiVsxnz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgVYiVsxnz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgVYiVsxnz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgVYiVsxnz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgVYiVsxnz .navbar-buttons {
    text-align: left;
  }
}
.cid-vgVYiVsxnz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgVYiVsxnz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgVYiVsxnz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgVYiVsxnz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgVYiVsxnz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgVYiVsxnz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgVYiVsxnz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVYiVsxnz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgVYiVsxnz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgVYiVsxnz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgVYiVsxnz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgVYiVsxnz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgVYiVsxnz .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-vgVYiVsxnz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgVYiVsxnz .navbar {
    height: 70px;
  }
  .cid-vgVYiVsxnz .navbar.opened {
    height: auto;
  }
  .cid-vgVYiVsxnz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgVYiVsxnz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgVYiVsxnz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgVYiVsxnz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgVYiVsxnz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgVYiVsxnz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgVYiVsxnz .navbar-brand {
    margin-right: auto;
  }
  .cid-vgVYiVsxnz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgVYiVsxnz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgVYiVsxnz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgVYiVsxnz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgVYiVsxnz .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-vgVYiVsxnz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgVYiVsxnz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgVYiWqKHH {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgVYiWqKHH img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgVYiWXKUi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgVYiWXKUi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgVYiWXKUi .item {
    margin-bottom: 1rem;
  }
}
.cid-vgVYiWXKUi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgVYiWXKUi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgVYiWXKUi .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-vgVYiWXKUi .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgVYiWXKUi .carousel-control,
.cid-vgVYiWXKUi .close {
  background: #1b1b1b;
}
.cid-vgVYiWXKUi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgVYiWXKUi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgVYiWXKUi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgVYiWXKUi .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgVYiWXKUi .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-vgVYiWXKUi .close::before {
  content: '\e91a';
}
.cid-vgVYiWXKUi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgVYiWXKUi .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-vgVYiWXKUi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgVYiWXKUi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgVYiWXKUi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgVYiWXKUi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgVYiWXKUi .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-vgVYiWXKUi .carousel-indicators li.active,
.cid-vgVYiWXKUi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgVYiWXKUi .carousel-indicators li::after,
.cid-vgVYiWXKUi .carousel-indicators li::before {
  content: none;
}
.cid-vgVYiWXKUi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgVYiWXKUi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgVYiWXKUi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgVYiWXKUi .carousel-indicators {
    display: none;
  }
}
.cid-vgVYiWXKUi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgVYiWXKUi .carousel-inner > .active {
  display: block;
}
.cid-vgVYiWXKUi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgVYiWXKUi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgVYiWXKUi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgVYiWXKUi .carousel-control,
  .cid-vgVYiWXKUi .carousel-indicators,
  .cid-vgVYiWXKUi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgVYiWXKUi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgVYiWXKUi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgVYiWXKUi .carousel-indicators .active,
.cid-vgVYiWXKUi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgVYiWXKUi .carousel-indicators .active {
  background: #fff;
}
.cid-vgVYiWXKUi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgVYiWXKUi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgVYiWXKUi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgVYiWXKUi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgVYiWXKUi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgVYiWXKUi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgVYiWXKUi .carousel {
  width: 100%;
}
.cid-vgVYiWXKUi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgVYiWXKUi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgVYiWXKUi .modal.fade .modal-dialog,
.cid-vgVYiWXKUi .modal.in .modal-dialog {
  transform: none;
}
.cid-vgVYiWXKUi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgVYiWXKUi .content-head {
  max-width: 800px;
}
.cid-vgVYiWXKUi .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgVYiWXKUi .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgVYiZzBdb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgVYiZzBdb .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgVYiZzBdb .container {
    padding: 0 12px;
  }
}
.cid-vgVYiZzBdb .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgVYiZzBdb .social-row .soc-item {
  margin: 8px;
}
.cid-vgVYiZzBdb .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgVYiZzBdb .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgVYiZzBdb .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgVYiZzBdb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgVYiZzBdb .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgVYiZzBdb .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgVYiZzBdb .header-menu li p {
  margin: 0;
}
.cid-vgVYiZzBdb .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgVYiZzBdb .mbr-section-title {
  color: #ffffff;
}
.cid-vgW0KrPhDG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgW0KrPhDG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgW0KrPhDG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgW0KrPhDG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgW0KrPhDG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgW0KrPhDG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgW0KrPhDG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgW0KrPhDG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgW0KrPhDG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgW0KrPhDG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgW0KrPhDG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgW0KrPhDG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgW0KrPhDG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgW0KrPhDG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgW0KrPhDG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgW0KrPhDG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgW0KrPhDG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgW0KrPhDG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgW0KrPhDG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgW0KrPhDG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW0KrPhDG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgW0KrPhDG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgW0KrPhDG .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgW0KrPhDG .nav-item:focus,
.cid-vgW0KrPhDG .nav-link:focus {
  outline: none;
}
.cid-vgW0KrPhDG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgW0KrPhDG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgW0KrPhDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgW0KrPhDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgW0KrPhDG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgW0KrPhDG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar.opened {
  transition: all 0.3s;
}
.cid-vgW0KrPhDG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgW0KrPhDG .navbar .navbar-logo img {
  width: auto;
}
.cid-vgW0KrPhDG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgW0KrPhDG .navbar.collapsed {
  justify-content: center;
}
.cid-vgW0KrPhDG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgW0KrPhDG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgW0KrPhDG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgW0KrPhDG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgW0KrPhDG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgW0KrPhDG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgW0KrPhDG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgW0KrPhDG .navbar {
    min-height: 72px;
  }
  .cid-vgW0KrPhDG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW0KrPhDG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgW0KrPhDG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgW0KrPhDG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgW0KrPhDG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgW0KrPhDG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgW0KrPhDG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgW0KrPhDG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgW0KrPhDG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgW0KrPhDG .dropdown-item.active,
.cid-vgW0KrPhDG .dropdown-item:active {
  background-color: transparent;
}
.cid-vgW0KrPhDG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgW0KrPhDG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgW0KrPhDG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgW0KrPhDG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgW0KrPhDG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgW0KrPhDG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgW0KrPhDG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgW0KrPhDG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgW0KrPhDG .navbar-buttons {
    text-align: left;
  }
}
.cid-vgW0KrPhDG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgW0KrPhDG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgW0KrPhDG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgW0KrPhDG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW0KrPhDG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW0KrPhDG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgW0KrPhDG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW0KrPhDG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgW0KrPhDG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgW0KrPhDG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW0KrPhDG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgW0KrPhDG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgW0KrPhDG .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-vgW0KrPhDG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgW0KrPhDG .navbar {
    height: 70px;
  }
  .cid-vgW0KrPhDG .navbar.opened {
    height: auto;
  }
  .cid-vgW0KrPhDG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgW0KrPhDG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgW0KrPhDG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgW0KrPhDG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgW0KrPhDG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgW0KrPhDG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgW0KrPhDG .navbar-brand {
    margin-right: auto;
  }
  .cid-vgW0KrPhDG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgW0KrPhDG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgW0KrPhDG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgW0KrPhDG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgW0KrPhDG .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-vgW0KrPhDG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgW0KrPhDG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgW0KsBoPP {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgW0KsBoPP img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgW0Kt3IyC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgW0Kt3IyC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgW0Kt3IyC .item {
    margin-bottom: 1rem;
  }
}
.cid-vgW0Kt3IyC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgW0Kt3IyC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgW0Kt3IyC .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-vgW0Kt3IyC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgW0Kt3IyC .carousel-control,
.cid-vgW0Kt3IyC .close {
  background: #1b1b1b;
}
.cid-vgW0Kt3IyC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgW0Kt3IyC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgW0Kt3IyC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgW0Kt3IyC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgW0Kt3IyC .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-vgW0Kt3IyC .close::before {
  content: '\e91a';
}
.cid-vgW0Kt3IyC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgW0Kt3IyC .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-vgW0Kt3IyC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW0Kt3IyC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgW0Kt3IyC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgW0Kt3IyC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgW0Kt3IyC .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-vgW0Kt3IyC .carousel-indicators li.active,
.cid-vgW0Kt3IyC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgW0Kt3IyC .carousel-indicators li::after,
.cid-vgW0Kt3IyC .carousel-indicators li::before {
  content: none;
}
.cid-vgW0Kt3IyC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgW0Kt3IyC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW0Kt3IyC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW0Kt3IyC .carousel-indicators {
    display: none;
  }
}
.cid-vgW0Kt3IyC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgW0Kt3IyC .carousel-inner > .active {
  display: block;
}
.cid-vgW0Kt3IyC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW0Kt3IyC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgW0Kt3IyC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgW0Kt3IyC .carousel-control,
  .cid-vgW0Kt3IyC .carousel-indicators,
  .cid-vgW0Kt3IyC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgW0Kt3IyC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgW0Kt3IyC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgW0Kt3IyC .carousel-indicators .active,
.cid-vgW0Kt3IyC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgW0Kt3IyC .carousel-indicators .active {
  background: #fff;
}
.cid-vgW0Kt3IyC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgW0Kt3IyC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgW0Kt3IyC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgW0Kt3IyC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgW0Kt3IyC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgW0Kt3IyC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgW0Kt3IyC .carousel {
  width: 100%;
}
.cid-vgW0Kt3IyC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgW0Kt3IyC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgW0Kt3IyC .modal.fade .modal-dialog,
.cid-vgW0Kt3IyC .modal.in .modal-dialog {
  transform: none;
}
.cid-vgW0Kt3IyC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgW0Kt3IyC .content-head {
  max-width: 800px;
}
.cid-vgW0Kt3IyC .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgW0Kt3IyC .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgW0KvFmFr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgW0KvFmFr .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgW0KvFmFr .container {
    padding: 0 12px;
  }
}
.cid-vgW0KvFmFr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgW0KvFmFr .social-row .soc-item {
  margin: 8px;
}
.cid-vgW0KvFmFr .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgW0KvFmFr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgW0KvFmFr .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgW0KvFmFr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgW0KvFmFr .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgW0KvFmFr .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgW0KvFmFr .header-menu li p {
  margin: 0;
}
.cid-vgW0KvFmFr .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgW0KvFmFr .mbr-section-title {
  color: #ffffff;
}
.cid-vgW3q0Nvpy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgW3q0Nvpy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgW3q0Nvpy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgW3q0Nvpy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgW3q0Nvpy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgW3q0Nvpy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgW3q0Nvpy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgW3q0Nvpy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgW3q0Nvpy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgW3q0Nvpy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgW3q0Nvpy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgW3q0Nvpy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgW3q0Nvpy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgW3q0Nvpy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgW3q0Nvpy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgW3q0Nvpy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgW3q0Nvpy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgW3q0Nvpy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgW3q0Nvpy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgW3q0Nvpy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW3q0Nvpy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgW3q0Nvpy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgW3q0Nvpy .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgW3q0Nvpy .nav-item:focus,
.cid-vgW3q0Nvpy .nav-link:focus {
  outline: none;
}
.cid-vgW3q0Nvpy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgW3q0Nvpy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgW3q0Nvpy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgW3q0Nvpy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgW3q0Nvpy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgW3q0Nvpy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar.opened {
  transition: all 0.3s;
}
.cid-vgW3q0Nvpy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgW3q0Nvpy .navbar .navbar-logo img {
  width: auto;
}
.cid-vgW3q0Nvpy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgW3q0Nvpy .navbar.collapsed {
  justify-content: center;
}
.cid-vgW3q0Nvpy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgW3q0Nvpy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgW3q0Nvpy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgW3q0Nvpy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgW3q0Nvpy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgW3q0Nvpy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgW3q0Nvpy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgW3q0Nvpy .navbar {
    min-height: 72px;
  }
  .cid-vgW3q0Nvpy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW3q0Nvpy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgW3q0Nvpy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgW3q0Nvpy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgW3q0Nvpy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgW3q0Nvpy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgW3q0Nvpy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgW3q0Nvpy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgW3q0Nvpy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgW3q0Nvpy .dropdown-item.active,
.cid-vgW3q0Nvpy .dropdown-item:active {
  background-color: transparent;
}
.cid-vgW3q0Nvpy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgW3q0Nvpy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgW3q0Nvpy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgW3q0Nvpy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgW3q0Nvpy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgW3q0Nvpy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgW3q0Nvpy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgW3q0Nvpy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgW3q0Nvpy .navbar-buttons {
    text-align: left;
  }
}
.cid-vgW3q0Nvpy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgW3q0Nvpy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgW3q0Nvpy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgW3q0Nvpy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW3q0Nvpy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW3q0Nvpy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgW3q0Nvpy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW3q0Nvpy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgW3q0Nvpy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgW3q0Nvpy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW3q0Nvpy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgW3q0Nvpy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgW3q0Nvpy .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-vgW3q0Nvpy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgW3q0Nvpy .navbar {
    height: 70px;
  }
  .cid-vgW3q0Nvpy .navbar.opened {
    height: auto;
  }
  .cid-vgW3q0Nvpy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgW3q0Nvpy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgW3q0Nvpy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgW3q0Nvpy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgW3q0Nvpy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgW3q0Nvpy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgW3q0Nvpy .navbar-brand {
    margin-right: auto;
  }
  .cid-vgW3q0Nvpy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgW3q0Nvpy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgW3q0Nvpy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgW3q0Nvpy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgW3q0Nvpy .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-vgW3q0Nvpy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgW3q0Nvpy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgW3q1OgPu {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgW3q1OgPu img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgW3q2NrGN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgW3q2NrGN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgW3q2NrGN .item {
    margin-bottom: 1rem;
  }
}
.cid-vgW3q2NrGN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgW3q2NrGN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgW3q2NrGN .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-vgW3q2NrGN .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgW3q2NrGN .carousel-control,
.cid-vgW3q2NrGN .close {
  background: #1b1b1b;
}
.cid-vgW3q2NrGN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgW3q2NrGN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgW3q2NrGN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgW3q2NrGN .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgW3q2NrGN .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-vgW3q2NrGN .close::before {
  content: '\e91a';
}
.cid-vgW3q2NrGN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgW3q2NrGN .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-vgW3q2NrGN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW3q2NrGN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgW3q2NrGN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgW3q2NrGN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgW3q2NrGN .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-vgW3q2NrGN .carousel-indicators li.active,
.cid-vgW3q2NrGN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgW3q2NrGN .carousel-indicators li::after,
.cid-vgW3q2NrGN .carousel-indicators li::before {
  content: none;
}
.cid-vgW3q2NrGN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgW3q2NrGN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW3q2NrGN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW3q2NrGN .carousel-indicators {
    display: none;
  }
}
.cid-vgW3q2NrGN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgW3q2NrGN .carousel-inner > .active {
  display: block;
}
.cid-vgW3q2NrGN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW3q2NrGN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgW3q2NrGN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgW3q2NrGN .carousel-control,
  .cid-vgW3q2NrGN .carousel-indicators,
  .cid-vgW3q2NrGN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgW3q2NrGN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgW3q2NrGN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgW3q2NrGN .carousel-indicators .active,
.cid-vgW3q2NrGN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgW3q2NrGN .carousel-indicators .active {
  background: #fff;
}
.cid-vgW3q2NrGN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgW3q2NrGN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgW3q2NrGN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgW3q2NrGN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgW3q2NrGN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgW3q2NrGN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgW3q2NrGN .carousel {
  width: 100%;
}
.cid-vgW3q2NrGN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgW3q2NrGN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgW3q2NrGN .modal.fade .modal-dialog,
.cid-vgW3q2NrGN .modal.in .modal-dialog {
  transform: none;
}
.cid-vgW3q2NrGN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgW3q2NrGN .content-head {
  max-width: 800px;
}
.cid-vgW3q2NrGN .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgW3q2NrGN .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgW3q48ukP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgW3q48ukP .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgW3q48ukP .container {
    padding: 0 12px;
  }
}
.cid-vgW3q48ukP .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgW3q48ukP .social-row .soc-item {
  margin: 8px;
}
.cid-vgW3q48ukP .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgW3q48ukP .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgW3q48ukP .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgW3q48ukP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgW3q48ukP .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgW3q48ukP .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgW3q48ukP .header-menu li p {
  margin: 0;
}
.cid-vgW3q48ukP .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgW3q48ukP .mbr-section-title {
  color: #ffffff;
}
.cid-vgW5imsF0T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgW5imsF0T .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-vgW5imsF0T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgW5imsF0T .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-vgW5imsF0T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgW5imsF0T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgW5imsF0T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgW5imsF0T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgW5imsF0T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgW5imsF0T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgW5imsF0T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgW5imsF0T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgW5imsF0T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgW5imsF0T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgW5imsF0T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgW5imsF0T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgW5imsF0T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgW5imsF0T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgW5imsF0T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgW5imsF0T .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgW5imsF0T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgW5imsF0T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgW5imsF0T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgW5imsF0T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW5imsF0T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgW5imsF0T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgW5imsF0T .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgW5imsF0T .nav-item:focus,
.cid-vgW5imsF0T .nav-link:focus {
  outline: none;
}
.cid-vgW5imsF0T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgW5imsF0T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgW5imsF0T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgW5imsF0T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgW5imsF0T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgW5imsF0T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgW5imsF0T .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-vgW5imsF0T .navbar.opened {
  transition: all 0.3s;
}
.cid-vgW5imsF0T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgW5imsF0T .navbar .navbar-logo img {
  width: auto;
}
.cid-vgW5imsF0T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgW5imsF0T .navbar.collapsed {
  justify-content: center;
}
.cid-vgW5imsF0T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgW5imsF0T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgW5imsF0T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgW5imsF0T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgW5imsF0T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgW5imsF0T .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-vgW5imsF0T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgW5imsF0T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgW5imsF0T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgW5imsF0T .navbar {
    min-height: 72px;
  }
  .cid-vgW5imsF0T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW5imsF0T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgW5imsF0T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgW5imsF0T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgW5imsF0T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgW5imsF0T .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-vgW5imsF0T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgW5imsF0T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgW5imsF0T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgW5imsF0T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgW5imsF0T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgW5imsF0T .dropdown-item.active,
.cid-vgW5imsF0T .dropdown-item:active {
  background-color: transparent;
}
.cid-vgW5imsF0T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgW5imsF0T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgW5imsF0T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgW5imsF0T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgW5imsF0T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgW5imsF0T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgW5imsF0T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgW5imsF0T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgW5imsF0T .navbar-buttons {
    text-align: left;
  }
}
.cid-vgW5imsF0T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgW5imsF0T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgW5imsF0T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgW5imsF0T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW5imsF0T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW5imsF0T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgW5imsF0T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW5imsF0T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgW5imsF0T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgW5imsF0T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW5imsF0T .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgW5imsF0T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgW5imsF0T .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-vgW5imsF0T .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgW5imsF0T .navbar {
    height: 70px;
  }
  .cid-vgW5imsF0T .navbar.opened {
    height: auto;
  }
  .cid-vgW5imsF0T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgW5imsF0T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgW5imsF0T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgW5imsF0T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgW5imsF0T .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-vgW5imsF0T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgW5imsF0T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgW5imsF0T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgW5imsF0T .navbar-brand {
    margin-right: auto;
  }
  .cid-vgW5imsF0T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgW5imsF0T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgW5imsF0T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgW5imsF0T .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-vgW5imsF0T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgW5imsF0T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgW5imsF0T .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-vgW5imsF0T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgW5imsF0T .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-vgW5imsF0T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgW5imsF0T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgW5imZerf {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgW5imZerf img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgW5inkePk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgW5inkePk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgW5inkePk .item {
    margin-bottom: 1rem;
  }
}
.cid-vgW5inkePk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgW5inkePk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgW5inkePk .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-vgW5inkePk .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgW5inkePk .carousel-control,
.cid-vgW5inkePk .close {
  background: #1b1b1b;
}
.cid-vgW5inkePk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgW5inkePk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgW5inkePk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgW5inkePk .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgW5inkePk .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-vgW5inkePk .close::before {
  content: '\e91a';
}
.cid-vgW5inkePk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgW5inkePk .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-vgW5inkePk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW5inkePk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgW5inkePk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgW5inkePk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgW5inkePk .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-vgW5inkePk .carousel-indicators li.active,
.cid-vgW5inkePk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgW5inkePk .carousel-indicators li::after,
.cid-vgW5inkePk .carousel-indicators li::before {
  content: none;
}
.cid-vgW5inkePk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgW5inkePk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW5inkePk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW5inkePk .carousel-indicators {
    display: none;
  }
}
.cid-vgW5inkePk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgW5inkePk .carousel-inner > .active {
  display: block;
}
.cid-vgW5inkePk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW5inkePk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgW5inkePk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgW5inkePk .carousel-control,
  .cid-vgW5inkePk .carousel-indicators,
  .cid-vgW5inkePk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgW5inkePk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgW5inkePk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgW5inkePk .carousel-indicators .active,
.cid-vgW5inkePk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgW5inkePk .carousel-indicators .active {
  background: #fff;
}
.cid-vgW5inkePk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgW5inkePk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgW5inkePk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgW5inkePk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgW5inkePk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgW5inkePk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgW5inkePk .carousel {
  width: 100%;
}
.cid-vgW5inkePk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgW5inkePk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgW5inkePk .modal.fade .modal-dialog,
.cid-vgW5inkePk .modal.in .modal-dialog {
  transform: none;
}
.cid-vgW5inkePk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgW5inkePk .content-head {
  max-width: 800px;
}
.cid-vgW5inkePk .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgW5inkePk .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgW5ionR86 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgW5ionR86 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgW5ionR86 .container {
    padding: 0 12px;
  }
}
.cid-vgW5ionR86 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgW5ionR86 .social-row .soc-item {
  margin: 8px;
}
.cid-vgW5ionR86 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgW5ionR86 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgW5ionR86 .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgW5ionR86 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgW5ionR86 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgW5ionR86 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgW5ionR86 .header-menu li p {
  margin: 0;
}
.cid-vgW5ionR86 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgW5ionR86 .mbr-section-title {
  color: #ffffff;
}
.cid-vgW8teF8Wu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgW8teF8Wu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgW8teF8Wu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgW8teF8Wu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgW8teF8Wu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgW8teF8Wu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgW8teF8Wu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgW8teF8Wu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgW8teF8Wu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgW8teF8Wu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgW8teF8Wu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgW8teF8Wu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgW8teF8Wu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgW8teF8Wu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgW8teF8Wu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgW8teF8Wu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgW8teF8Wu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgW8teF8Wu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgW8teF8Wu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgW8teF8Wu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW8teF8Wu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgW8teF8Wu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgW8teF8Wu .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgW8teF8Wu .nav-item:focus,
.cid-vgW8teF8Wu .nav-link:focus {
  outline: none;
}
.cid-vgW8teF8Wu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgW8teF8Wu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgW8teF8Wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgW8teF8Wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgW8teF8Wu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgW8teF8Wu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar.opened {
  transition: all 0.3s;
}
.cid-vgW8teF8Wu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgW8teF8Wu .navbar .navbar-logo img {
  width: auto;
}
.cid-vgW8teF8Wu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgW8teF8Wu .navbar.collapsed {
  justify-content: center;
}
.cid-vgW8teF8Wu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgW8teF8Wu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgW8teF8Wu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgW8teF8Wu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgW8teF8Wu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgW8teF8Wu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgW8teF8Wu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgW8teF8Wu .navbar {
    min-height: 72px;
  }
  .cid-vgW8teF8Wu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW8teF8Wu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgW8teF8Wu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgW8teF8Wu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgW8teF8Wu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgW8teF8Wu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgW8teF8Wu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgW8teF8Wu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgW8teF8Wu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgW8teF8Wu .dropdown-item.active,
.cid-vgW8teF8Wu .dropdown-item:active {
  background-color: transparent;
}
.cid-vgW8teF8Wu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgW8teF8Wu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgW8teF8Wu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgW8teF8Wu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgW8teF8Wu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgW8teF8Wu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgW8teF8Wu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgW8teF8Wu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgW8teF8Wu .navbar-buttons {
    text-align: left;
  }
}
.cid-vgW8teF8Wu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgW8teF8Wu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgW8teF8Wu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgW8teF8Wu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW8teF8Wu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgW8teF8Wu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgW8teF8Wu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW8teF8Wu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgW8teF8Wu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgW8teF8Wu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgW8teF8Wu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgW8teF8Wu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgW8teF8Wu .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-vgW8teF8Wu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgW8teF8Wu .navbar {
    height: 70px;
  }
  .cid-vgW8teF8Wu .navbar.opened {
    height: auto;
  }
  .cid-vgW8teF8Wu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgW8teF8Wu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgW8teF8Wu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgW8teF8Wu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgW8teF8Wu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgW8teF8Wu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgW8teF8Wu .navbar-brand {
    margin-right: auto;
  }
  .cid-vgW8teF8Wu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgW8teF8Wu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgW8teF8Wu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgW8teF8Wu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgW8teF8Wu .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-vgW8teF8Wu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgW8teF8Wu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgW8tfIzj8 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgW8tfIzj8 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgW8tgftYt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgW8tgftYt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgW8tgftYt .item {
    margin-bottom: 1rem;
  }
}
.cid-vgW8tgftYt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgW8tgftYt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgW8tgftYt .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-vgW8tgftYt .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgW8tgftYt .carousel-control,
.cid-vgW8tgftYt .close {
  background: #1b1b1b;
}
.cid-vgW8tgftYt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgW8tgftYt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgW8tgftYt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgW8tgftYt .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgW8tgftYt .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-vgW8tgftYt .close::before {
  content: '\e91a';
}
.cid-vgW8tgftYt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgW8tgftYt .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-vgW8tgftYt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW8tgftYt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgW8tgftYt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgW8tgftYt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgW8tgftYt .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-vgW8tgftYt .carousel-indicators li.active,
.cid-vgW8tgftYt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgW8tgftYt .carousel-indicators li::after,
.cid-vgW8tgftYt .carousel-indicators li::before {
  content: none;
}
.cid-vgW8tgftYt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgW8tgftYt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgW8tgftYt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgW8tgftYt .carousel-indicators {
    display: none;
  }
}
.cid-vgW8tgftYt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgW8tgftYt .carousel-inner > .active {
  display: block;
}
.cid-vgW8tgftYt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgW8tgftYt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgW8tgftYt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgW8tgftYt .carousel-control,
  .cid-vgW8tgftYt .carousel-indicators,
  .cid-vgW8tgftYt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgW8tgftYt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgW8tgftYt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgW8tgftYt .carousel-indicators .active,
.cid-vgW8tgftYt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgW8tgftYt .carousel-indicators .active {
  background: #fff;
}
.cid-vgW8tgftYt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgW8tgftYt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgW8tgftYt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgW8tgftYt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgW8tgftYt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgW8tgftYt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgW8tgftYt .carousel {
  width: 100%;
}
.cid-vgW8tgftYt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgW8tgftYt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgW8tgftYt .modal.fade .modal-dialog,
.cid-vgW8tgftYt .modal.in .modal-dialog {
  transform: none;
}
.cid-vgW8tgftYt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgW8tgftYt .content-head {
  max-width: 800px;
}
.cid-vgW8tgftYt .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgW8tgftYt .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgW8tiSvVf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgW8tiSvVf .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgW8tiSvVf .container {
    padding: 0 12px;
  }
}
.cid-vgW8tiSvVf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgW8tiSvVf .social-row .soc-item {
  margin: 8px;
}
.cid-vgW8tiSvVf .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgW8tiSvVf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgW8tiSvVf .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgW8tiSvVf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgW8tiSvVf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgW8tiSvVf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgW8tiSvVf .header-menu li p {
  margin: 0;
}
.cid-vgW8tiSvVf .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgW8tiSvVf .mbr-section-title {
  color: #ffffff;
}
.cid-vgWbSH3BZ7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgWbSH3BZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgWbSH3BZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgWbSH3BZ7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgWbSH3BZ7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgWbSH3BZ7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgWbSH3BZ7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgWbSH3BZ7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgWbSH3BZ7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgWbSH3BZ7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgWbSH3BZ7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgWbSH3BZ7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgWbSH3BZ7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgWbSH3BZ7 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgWbSH3BZ7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgWbSH3BZ7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgWbSH3BZ7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgWbSH3BZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgWbSH3BZ7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgWbSH3BZ7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgWbSH3BZ7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgWbSH3BZ7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgWbSH3BZ7 .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgWbSH3BZ7 .nav-item:focus,
.cid-vgWbSH3BZ7 .nav-link:focus {
  outline: none;
}
.cid-vgWbSH3BZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgWbSH3BZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgWbSH3BZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgWbSH3BZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgWbSH3BZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgWbSH3BZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgWbSH3BZ7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgWbSH3BZ7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgWbSH3BZ7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgWbSH3BZ7 .navbar.collapsed {
  justify-content: center;
}
.cid-vgWbSH3BZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgWbSH3BZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgWbSH3BZ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgWbSH3BZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgWbSH3BZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgWbSH3BZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgWbSH3BZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgWbSH3BZ7 .navbar {
    min-height: 72px;
  }
  .cid-vgWbSH3BZ7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgWbSH3BZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgWbSH3BZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgWbSH3BZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgWbSH3BZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgWbSH3BZ7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgWbSH3BZ7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgWbSH3BZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgWbSH3BZ7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgWbSH3BZ7 .dropdown-item.active,
.cid-vgWbSH3BZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgWbSH3BZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgWbSH3BZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgWbSH3BZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgWbSH3BZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgWbSH3BZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgWbSH3BZ7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgWbSH3BZ7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgWbSH3BZ7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgWbSH3BZ7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgWbSH3BZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgWbSH3BZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgWbSH3BZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgWbSH3BZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgWbSH3BZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgWbSH3BZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgWbSH3BZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgWbSH3BZ7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgWbSH3BZ7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgWbSH3BZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgWbSH3BZ7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgWbSH3BZ7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgWbSH3BZ7 .navbar {
    height: 70px;
  }
  .cid-vgWbSH3BZ7 .navbar.opened {
    height: auto;
  }
  .cid-vgWbSH3BZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgWbSH3BZ7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgWbSH3BZ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgWbSH3BZ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgWbSH3BZ7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgWbSH3BZ7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgWbSH3BZ7 .navbar-brand {
    margin-right: auto;
  }
  .cid-vgWbSH3BZ7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgWbSH3BZ7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgWbSH3BZ7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgWbSH3BZ7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgWbSH3BZ7 .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-vgWbSH3BZ7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgWbSH3BZ7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgWbSHBwxx {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vgWbSHBwxx img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vgWbSHV1Tf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgWbSHV1Tf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgWbSHV1Tf .item {
    margin-bottom: 1rem;
  }
}
.cid-vgWbSHV1Tf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgWbSHV1Tf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgWbSHV1Tf .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-vgWbSHV1Tf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgWbSHV1Tf .carousel-control,
.cid-vgWbSHV1Tf .close {
  background: #1b1b1b;
}
.cid-vgWbSHV1Tf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgWbSHV1Tf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgWbSHV1Tf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgWbSHV1Tf .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgWbSHV1Tf .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-vgWbSHV1Tf .close::before {
  content: '\e91a';
}
.cid-vgWbSHV1Tf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgWbSHV1Tf .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-vgWbSHV1Tf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgWbSHV1Tf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgWbSHV1Tf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgWbSHV1Tf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgWbSHV1Tf .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-vgWbSHV1Tf .carousel-indicators li.active,
.cid-vgWbSHV1Tf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgWbSHV1Tf .carousel-indicators li::after,
.cid-vgWbSHV1Tf .carousel-indicators li::before {
  content: none;
}
.cid-vgWbSHV1Tf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgWbSHV1Tf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgWbSHV1Tf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgWbSHV1Tf .carousel-indicators {
    display: none;
  }
}
.cid-vgWbSHV1Tf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgWbSHV1Tf .carousel-inner > .active {
  display: block;
}
.cid-vgWbSHV1Tf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgWbSHV1Tf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgWbSHV1Tf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgWbSHV1Tf .carousel-control,
  .cid-vgWbSHV1Tf .carousel-indicators,
  .cid-vgWbSHV1Tf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgWbSHV1Tf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgWbSHV1Tf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgWbSHV1Tf .carousel-indicators .active,
.cid-vgWbSHV1Tf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgWbSHV1Tf .carousel-indicators .active {
  background: #fff;
}
.cid-vgWbSHV1Tf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgWbSHV1Tf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgWbSHV1Tf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgWbSHV1Tf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgWbSHV1Tf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgWbSHV1Tf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgWbSHV1Tf .carousel {
  width: 100%;
}
.cid-vgWbSHV1Tf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgWbSHV1Tf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgWbSHV1Tf .modal.fade .modal-dialog,
.cid-vgWbSHV1Tf .modal.in .modal-dialog {
  transform: none;
}
.cid-vgWbSHV1Tf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgWbSHV1Tf .content-head {
  max-width: 800px;
}
.cid-vgWbSHV1Tf .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgWbSHV1Tf .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgWbSJwti7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgWbSJwti7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgWbSJwti7 .container {
    padding: 0 12px;
  }
}
.cid-vgWbSJwti7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgWbSJwti7 .social-row .soc-item {
  margin: 8px;
}
.cid-vgWbSJwti7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgWbSJwti7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgWbSJwti7 .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgWbSJwti7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgWbSJwti7 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgWbSJwti7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgWbSJwti7 .header-menu li p {
  margin: 0;
}
.cid-vgWbSJwti7 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgWbSJwti7 .mbr-section-title {
  color: #ffffff;
}
.cid-vgWdysx0ui {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgWdysx0ui .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-vgWdysx0ui .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgWdysx0ui .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-vgWdysx0ui .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vgWdysx0ui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgWdysx0ui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgWdysx0ui .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgWdysx0ui .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vgWdysx0ui .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vgWdysx0ui .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgWdysx0ui .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgWdysx0ui .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgWdysx0ui .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vgWdysx0ui .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgWdysx0ui .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgWdysx0ui .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgWdysx0ui .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgWdysx0ui .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vgWdysx0ui .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vgWdysx0ui .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgWdysx0ui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vgWdysx0ui .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgWdysx0ui .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgWdysx0ui .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgWdysx0ui .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgWdysx0ui .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vgWdysx0ui .nav-item:focus,
.cid-vgWdysx0ui .nav-link:focus {
  outline: none;
}
.cid-vgWdysx0ui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgWdysx0ui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgWdysx0ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgWdysx0ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgWdysx0ui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgWdysx0ui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgWdysx0ui .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-vgWdysx0ui .navbar.opened {
  transition: all 0.3s;
}
.cid-vgWdysx0ui .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgWdysx0ui .navbar .navbar-logo img {
  width: auto;
}
.cid-vgWdysx0ui .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgWdysx0ui .navbar.collapsed {
  justify-content: center;
}
.cid-vgWdysx0ui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgWdysx0ui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgWdysx0ui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgWdysx0ui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgWdysx0ui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgWdysx0ui .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-vgWdysx0ui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgWdysx0ui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgWdysx0ui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgWdysx0ui .navbar {
    min-height: 72px;
  }
  .cid-vgWdysx0ui .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgWdysx0ui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgWdysx0ui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgWdysx0ui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgWdysx0ui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgWdysx0ui .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-vgWdysx0ui .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgWdysx0ui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgWdysx0ui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgWdysx0ui .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgWdysx0ui .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgWdysx0ui .dropdown-item.active,
.cid-vgWdysx0ui .dropdown-item:active {
  background-color: transparent;
}
.cid-vgWdysx0ui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgWdysx0ui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgWdysx0ui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgWdysx0ui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgWdysx0ui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgWdysx0ui .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgWdysx0ui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgWdysx0ui .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgWdysx0ui .navbar-buttons {
    text-align: left;
  }
}
.cid-vgWdysx0ui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgWdysx0ui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgWdysx0ui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgWdysx0ui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgWdysx0ui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgWdysx0ui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgWdysx0ui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgWdysx0ui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgWdysx0ui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgWdysx0ui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgWdysx0ui .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgWdysx0ui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgWdysx0ui .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-vgWdysx0ui .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgWdysx0ui .navbar {
    height: 70px;
  }
  .cid-vgWdysx0ui .navbar.opened {
    height: auto;
  }
  .cid-vgWdysx0ui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgWdysx0ui .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgWdysx0ui .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgWdysx0ui .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgWdysx0ui .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-vgWdysx0ui .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgWdysx0ui .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgWdysx0ui .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgWdysx0ui .navbar-brand {
    margin-right: auto;
  }
  .cid-vgWdysx0ui .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgWdysx0ui .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgWdysx0ui .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgWdysx0ui .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-vgWdysx0ui .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgWdysx0ui .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgWdysx0ui .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-vgWdysx0ui .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgWdysx0ui .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-vgWdysx0ui .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgWdysx0ui .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgWdytqVZr {
  display: flex;
  background-image: url("../../../assets/images/im-mb-5-2000x1333.jpg");
}
.cid-vgWdytqVZr .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgWdytqVZr {
    align-items: flex-end;
  }
  .cid-vgWdytqVZr .row {
    justify-content: center;
  }
  .cid-vgWdytqVZr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgWdytqVZr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgWdytqVZr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgWdytqVZr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgWdytqVZr .content-wrap {
    width: 100%;
  }
}
.cid-vgWdytqVZr .mbr-section-title,
.cid-vgWdytqVZr .mbr-section-subtitle {
  text-align: center;
}
.cid-vgWdytqVZr .mbr-text,
.cid-vgWdytqVZr .mbr-section-btn {
  text-align: center;
}
.cid-vgWu29aN5R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vgWu29aN5R .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgWu29aN5R .item {
    margin-bottom: 1rem;
  }
}
.cid-vgWu29aN5R .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgWu29aN5R .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgWu29aN5R .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-vgWu29aN5R .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vgWu29aN5R .carousel-control,
.cid-vgWu29aN5R .close {
  background: #1b1b1b;
}
.cid-vgWu29aN5R .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgWu29aN5R .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgWu29aN5R .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgWu29aN5R .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgWu29aN5R .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-vgWu29aN5R .close::before {
  content: '\e91a';
}
.cid-vgWu29aN5R .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgWu29aN5R .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-vgWu29aN5R .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgWu29aN5R .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgWu29aN5R .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgWu29aN5R .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgWu29aN5R .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-vgWu29aN5R .carousel-indicators li.active,
.cid-vgWu29aN5R .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgWu29aN5R .carousel-indicators li::after,
.cid-vgWu29aN5R .carousel-indicators li::before {
  content: none;
}
.cid-vgWu29aN5R .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgWu29aN5R .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgWu29aN5R .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgWu29aN5R .carousel-indicators {
    display: none;
  }
}
.cid-vgWu29aN5R .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgWu29aN5R .carousel-inner > .active {
  display: block;
}
.cid-vgWu29aN5R .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgWu29aN5R .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgWu29aN5R .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgWu29aN5R .carousel-control,
  .cid-vgWu29aN5R .carousel-indicators,
  .cid-vgWu29aN5R .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgWu29aN5R .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgWu29aN5R .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgWu29aN5R .carousel-indicators .active,
.cid-vgWu29aN5R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgWu29aN5R .carousel-indicators .active {
  background: #fff;
}
.cid-vgWu29aN5R .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgWu29aN5R .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgWu29aN5R .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgWu29aN5R .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgWu29aN5R .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgWu29aN5R .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgWu29aN5R .carousel {
  width: 100%;
}
.cid-vgWu29aN5R .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgWu29aN5R .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgWu29aN5R .modal.fade .modal-dialog,
.cid-vgWu29aN5R .modal.in .modal-dialog {
  transform: none;
}
.cid-vgWu29aN5R .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgWu29aN5R .content-head {
  max-width: 800px;
}
.cid-vgWu29aN5R .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vgWu29aN5R .mbr-section-subtitle {
  text-align: justify;
}
.cid-vgWdywYZtQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vgWdywYZtQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vgWdywYZtQ .container {
    padding: 0 12px;
  }
}
.cid-vgWdywYZtQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgWdywYZtQ .social-row .soc-item {
  margin: 8px;
}
.cid-vgWdywYZtQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgWdywYZtQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgWdywYZtQ .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vgWdywYZtQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgWdywYZtQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgWdywYZtQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgWdywYZtQ .header-menu li p {
  margin: 0;
}
.cid-vgWdywYZtQ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgWdywYZtQ .mbr-section-title {
  color: #ffffff;
}
.cid-vhAMlOrA6X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhAMlOrA6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhAMlOrA6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhAMlOrA6X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhAMlOrA6X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhAMlOrA6X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhAMlOrA6X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhAMlOrA6X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhAMlOrA6X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhAMlOrA6X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhAMlOrA6X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhAMlOrA6X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhAMlOrA6X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhAMlOrA6X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhAMlOrA6X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhAMlOrA6X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhAMlOrA6X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhAMlOrA6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhAMlOrA6X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhAMlOrA6X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhAMlOrA6X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhAMlOrA6X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhAMlOrA6X .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhAMlOrA6X .nav-item:focus,
.cid-vhAMlOrA6X .nav-link:focus {
  outline: none;
}
.cid-vhAMlOrA6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhAMlOrA6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhAMlOrA6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhAMlOrA6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhAMlOrA6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhAMlOrA6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar.opened {
  transition: all 0.3s;
}
.cid-vhAMlOrA6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhAMlOrA6X .navbar .navbar-logo img {
  width: auto;
}
.cid-vhAMlOrA6X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhAMlOrA6X .navbar.collapsed {
  justify-content: center;
}
.cid-vhAMlOrA6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhAMlOrA6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhAMlOrA6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhAMlOrA6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhAMlOrA6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhAMlOrA6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhAMlOrA6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhAMlOrA6X .navbar {
    min-height: 72px;
  }
  .cid-vhAMlOrA6X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhAMlOrA6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhAMlOrA6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhAMlOrA6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhAMlOrA6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhAMlOrA6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhAMlOrA6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhAMlOrA6X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhAMlOrA6X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhAMlOrA6X .dropdown-item.active,
.cid-vhAMlOrA6X .dropdown-item:active {
  background-color: transparent;
}
.cid-vhAMlOrA6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhAMlOrA6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhAMlOrA6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhAMlOrA6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhAMlOrA6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhAMlOrA6X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhAMlOrA6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhAMlOrA6X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhAMlOrA6X .navbar-buttons {
    text-align: left;
  }
}
.cid-vhAMlOrA6X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhAMlOrA6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhAMlOrA6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhAMlOrA6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhAMlOrA6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhAMlOrA6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhAMlOrA6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhAMlOrA6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhAMlOrA6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhAMlOrA6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhAMlOrA6X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhAMlOrA6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhAMlOrA6X .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-vhAMlOrA6X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhAMlOrA6X .navbar {
    height: 70px;
  }
  .cid-vhAMlOrA6X .navbar.opened {
    height: auto;
  }
  .cid-vhAMlOrA6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhAMlOrA6X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhAMlOrA6X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhAMlOrA6X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhAMlOrA6X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhAMlOrA6X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhAMlOrA6X .navbar-brand {
    margin-right: auto;
  }
  .cid-vhAMlOrA6X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhAMlOrA6X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhAMlOrA6X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhAMlOrA6X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhAMlOrA6X .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-vhAMlOrA6X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhAMlOrA6X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhAMXGRZKY {
  display: flex;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-vhAMXGRZKY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhAMXGRZKY {
    align-items: flex-end;
  }
  .cid-vhAMXGRZKY .row {
    justify-content: center;
  }
  .cid-vhAMXGRZKY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhAMXGRZKY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhAMXGRZKY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhAMXGRZKY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhAMXGRZKY .content-wrap {
    width: 100%;
  }
}
.cid-vhAMXGRZKY .mbr-section-title,
.cid-vhAMXGRZKY .mbr-section-subtitle {
  text-align: center;
}
.cid-vhAMXGRZKY .mbr-text,
.cid-vhAMXGRZKY .mbr-section-btn {
  text-align: center;
}
.cid-vhB0r08X4s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vhB0r08X4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhB0r08X4s .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vhB0r08X4s .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhB0r08X4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhB0r08X4s .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhB0r08X4s .card-title,
.cid-vhB0r08X4s .iconfont-wrapper,
.cid-vhB0r08X4s .card-text {
  color: #000000;
  text-align: center;
}
.cid-vhB0r08X4s .content-head {
  max-width: 800px;
}
.cid-vhB0r08X4s .mbr-section-title {
  color: #000000;
}
.cid-vhB0r08X4s .mbr-section-btn {
  text-align: center;
}
.cid-vhAMlPp1h9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vhAMlPp1h9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhAMlPp1h9 .item {
    margin-bottom: 1rem;
  }
}
.cid-vhAMlPp1h9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhAMlPp1h9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhAMlPp1h9 .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-vhAMlPp1h9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhAMlPp1h9 .carousel-control,
.cid-vhAMlPp1h9 .close {
  background: #1b1b1b;
}
.cid-vhAMlPp1h9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhAMlPp1h9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhAMlPp1h9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhAMlPp1h9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhAMlPp1h9 .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-vhAMlPp1h9 .close::before {
  content: '\e91a';
}
.cid-vhAMlPp1h9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhAMlPp1h9 .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-vhAMlPp1h9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhAMlPp1h9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhAMlPp1h9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhAMlPp1h9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhAMlPp1h9 .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-vhAMlPp1h9 .carousel-indicators li.active,
.cid-vhAMlPp1h9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhAMlPp1h9 .carousel-indicators li::after,
.cid-vhAMlPp1h9 .carousel-indicators li::before {
  content: none;
}
.cid-vhAMlPp1h9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhAMlPp1h9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhAMlPp1h9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhAMlPp1h9 .carousel-indicators {
    display: none;
  }
}
.cid-vhAMlPp1h9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhAMlPp1h9 .carousel-inner > .active {
  display: block;
}
.cid-vhAMlPp1h9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhAMlPp1h9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhAMlPp1h9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhAMlPp1h9 .carousel-control,
  .cid-vhAMlPp1h9 .carousel-indicators,
  .cid-vhAMlPp1h9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhAMlPp1h9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhAMlPp1h9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhAMlPp1h9 .carousel-indicators .active,
.cid-vhAMlPp1h9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhAMlPp1h9 .carousel-indicators .active {
  background: #fff;
}
.cid-vhAMlPp1h9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhAMlPp1h9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhAMlPp1h9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhAMlPp1h9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhAMlPp1h9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhAMlPp1h9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhAMlPp1h9 .carousel {
  width: 100%;
}
.cid-vhAMlPp1h9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhAMlPp1h9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhAMlPp1h9 .modal.fade .modal-dialog,
.cid-vhAMlPp1h9 .modal.in .modal-dialog {
  transform: none;
}
.cid-vhAMlPp1h9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhAMlPp1h9 .content-head {
  max-width: 800px;
}
.cid-vhAMlPp1h9 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhAMlPp1h9 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhAMlReWKN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhAMlReWKN .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhAMlReWKN .container {
    padding: 0 12px;
  }
}
.cid-vhAMlReWKN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhAMlReWKN .social-row .soc-item {
  margin: 8px;
}
.cid-vhAMlReWKN .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhAMlReWKN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhAMlReWKN .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhAMlReWKN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhAMlReWKN .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhAMlReWKN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhAMlReWKN .header-menu li p {
  margin: 0;
}
.cid-vhAMlReWKN .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhAMlReWKN .mbr-section-title {
  color: #ffffff;
}
.cid-vhB3p4K4mC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhB3p4K4mC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhB3p4K4mC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhB3p4K4mC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhB3p4K4mC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhB3p4K4mC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhB3p4K4mC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhB3p4K4mC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhB3p4K4mC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhB3p4K4mC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhB3p4K4mC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhB3p4K4mC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhB3p4K4mC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhB3p4K4mC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhB3p4K4mC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhB3p4K4mC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhB3p4K4mC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhB3p4K4mC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhB3p4K4mC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhB3p4K4mC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhB3p4K4mC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhB3p4K4mC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhB3p4K4mC .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhB3p4K4mC .nav-item:focus,
.cid-vhB3p4K4mC .nav-link:focus {
  outline: none;
}
.cid-vhB3p4K4mC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhB3p4K4mC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhB3p4K4mC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhB3p4K4mC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhB3p4K4mC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhB3p4K4mC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar.opened {
  transition: all 0.3s;
}
.cid-vhB3p4K4mC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhB3p4K4mC .navbar .navbar-logo img {
  width: auto;
}
.cid-vhB3p4K4mC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhB3p4K4mC .navbar.collapsed {
  justify-content: center;
}
.cid-vhB3p4K4mC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhB3p4K4mC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhB3p4K4mC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhB3p4K4mC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhB3p4K4mC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhB3p4K4mC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhB3p4K4mC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhB3p4K4mC .navbar {
    min-height: 72px;
  }
  .cid-vhB3p4K4mC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhB3p4K4mC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhB3p4K4mC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhB3p4K4mC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhB3p4K4mC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhB3p4K4mC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhB3p4K4mC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhB3p4K4mC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhB3p4K4mC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhB3p4K4mC .dropdown-item.active,
.cid-vhB3p4K4mC .dropdown-item:active {
  background-color: transparent;
}
.cid-vhB3p4K4mC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhB3p4K4mC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhB3p4K4mC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhB3p4K4mC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhB3p4K4mC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhB3p4K4mC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhB3p4K4mC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhB3p4K4mC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhB3p4K4mC .navbar-buttons {
    text-align: left;
  }
}
.cid-vhB3p4K4mC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhB3p4K4mC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhB3p4K4mC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhB3p4K4mC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhB3p4K4mC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhB3p4K4mC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhB3p4K4mC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhB3p4K4mC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhB3p4K4mC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhB3p4K4mC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhB3p4K4mC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhB3p4K4mC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhB3p4K4mC .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-vhB3p4K4mC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhB3p4K4mC .navbar {
    height: 70px;
  }
  .cid-vhB3p4K4mC .navbar.opened {
    height: auto;
  }
  .cid-vhB3p4K4mC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhB3p4K4mC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhB3p4K4mC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhB3p4K4mC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhB3p4K4mC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhB3p4K4mC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhB3p4K4mC .navbar-brand {
    margin-right: auto;
  }
  .cid-vhB3p4K4mC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhB3p4K4mC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhB3p4K4mC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhB3p4K4mC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhB3p4K4mC .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-vhB3p4K4mC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhB3p4K4mC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhB3p3pHb4 {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x804.png");
}
.cid-vhB3p3pHb4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhB3p3pHb4 {
    align-items: flex-end;
  }
  .cid-vhB3p3pHb4 .row {
    justify-content: center;
  }
  .cid-vhB3p3pHb4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhB3p3pHb4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhB3p3pHb4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhB3p3pHb4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhB3p3pHb4 .content-wrap {
    width: 100%;
  }
}
.cid-vhB3p3pHb4 .mbr-section-title,
.cid-vhB3p3pHb4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vhB3p3pHb4 .mbr-text,
.cid-vhB3p3pHb4 .mbr-section-btn {
  text-align: center;
}
.cid-vhByRsJsv7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vhByRsJsv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhByRsJsv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhByRsJsv7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhByRsJsv7 .item-mb {
    margin-bottom: 0;
  }
}
.cid-vhByRsJsv7 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vhByRsJsv7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vhByRsJsv7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vhByRsJsv7 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhByRsJsv7 .mbr-section-title {
  color: #d70081;
}
.cid-vhByRsJsv7 .mbr-section-subtitle {
  color: #232323;
}
.cid-vhByRsJsv7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vhByRsJsv7 .card-box .item-footer {
  margin-top: auto;
}
.cid-vhByRsJsv7 .content-head {
  max-width: 800px;
}
.cid-vhB5FLw6FQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vhB5FLw6FQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhB5FLw6FQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vhB5FLw6FQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-vhB5FLw6FQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhB5FLw6FQ .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-vhB5FLw6FQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhB5FLw6FQ .carousel-control,
.cid-vhB5FLw6FQ .close {
  background: #1b1b1b;
}
.cid-vhB5FLw6FQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhB5FLw6FQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhB5FLw6FQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhB5FLw6FQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhB5FLw6FQ .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-vhB5FLw6FQ .close::before {
  content: '\e91a';
}
.cid-vhB5FLw6FQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhB5FLw6FQ .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-vhB5FLw6FQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhB5FLw6FQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhB5FLw6FQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhB5FLw6FQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhB5FLw6FQ .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-vhB5FLw6FQ .carousel-indicators li.active,
.cid-vhB5FLw6FQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhB5FLw6FQ .carousel-indicators li::after,
.cid-vhB5FLw6FQ .carousel-indicators li::before {
  content: none;
}
.cid-vhB5FLw6FQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhB5FLw6FQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhB5FLw6FQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhB5FLw6FQ .carousel-indicators {
    display: none;
  }
}
.cid-vhB5FLw6FQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhB5FLw6FQ .carousel-inner > .active {
  display: block;
}
.cid-vhB5FLw6FQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhB5FLw6FQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhB5FLw6FQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhB5FLw6FQ .carousel-control,
  .cid-vhB5FLw6FQ .carousel-indicators,
  .cid-vhB5FLw6FQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhB5FLw6FQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhB5FLw6FQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhB5FLw6FQ .carousel-indicators .active,
.cid-vhB5FLw6FQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhB5FLw6FQ .carousel-indicators .active {
  background: #fff;
}
.cid-vhB5FLw6FQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhB5FLw6FQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhB5FLw6FQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhB5FLw6FQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhB5FLw6FQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhB5FLw6FQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhB5FLw6FQ .carousel {
  width: 100%;
}
.cid-vhB5FLw6FQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhB5FLw6FQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhB5FLw6FQ .modal.fade .modal-dialog,
.cid-vhB5FLw6FQ .modal.in .modal-dialog {
  transform: none;
}
.cid-vhB5FLw6FQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhB5FLw6FQ .content-head {
  max-width: 800px;
}
.cid-vhB3p65onZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhB3p65onZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhB3p65onZ .container {
    padding: 0 12px;
  }
}
.cid-vhB3p65onZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhB3p65onZ .social-row .soc-item {
  margin: 8px;
}
.cid-vhB3p65onZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhB3p65onZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhB3p65onZ .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhB3p65onZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhB3p65onZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhB3p65onZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhB3p65onZ .header-menu li p {
  margin: 0;
}
.cid-vhB3p65onZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhB3p65onZ .mbr-section-title {
  color: #ffffff;
}
.cid-vhBheZIghO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhBheZIghO .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-vhBheZIghO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhBheZIghO .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-vhBheZIghO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhBheZIghO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhBheZIghO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhBheZIghO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhBheZIghO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhBheZIghO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhBheZIghO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhBheZIghO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhBheZIghO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhBheZIghO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhBheZIghO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhBheZIghO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhBheZIghO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhBheZIghO .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhBheZIghO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhBheZIghO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhBheZIghO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhBheZIghO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhBheZIghO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhBheZIghO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBheZIghO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhBheZIghO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhBheZIghO .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhBheZIghO .nav-item:focus,
.cid-vhBheZIghO .nav-link:focus {
  outline: none;
}
.cid-vhBheZIghO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhBheZIghO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhBheZIghO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhBheZIghO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhBheZIghO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhBheZIghO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhBheZIghO .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-vhBheZIghO .navbar.opened {
  transition: all 0.3s;
}
.cid-vhBheZIghO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhBheZIghO .navbar .navbar-logo img {
  width: auto;
}
.cid-vhBheZIghO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhBheZIghO .navbar.collapsed {
  justify-content: center;
}
.cid-vhBheZIghO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhBheZIghO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhBheZIghO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhBheZIghO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhBheZIghO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhBheZIghO .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-vhBheZIghO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhBheZIghO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhBheZIghO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhBheZIghO .navbar {
    min-height: 72px;
  }
  .cid-vhBheZIghO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBheZIghO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhBheZIghO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhBheZIghO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhBheZIghO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhBheZIghO .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-vhBheZIghO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhBheZIghO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhBheZIghO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhBheZIghO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhBheZIghO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhBheZIghO .dropdown-item.active,
.cid-vhBheZIghO .dropdown-item:active {
  background-color: transparent;
}
.cid-vhBheZIghO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhBheZIghO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhBheZIghO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhBheZIghO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhBheZIghO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhBheZIghO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhBheZIghO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhBheZIghO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhBheZIghO .navbar-buttons {
    text-align: left;
  }
}
.cid-vhBheZIghO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhBheZIghO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhBheZIghO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhBheZIghO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBheZIghO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBheZIghO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhBheZIghO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBheZIghO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhBheZIghO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhBheZIghO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBheZIghO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhBheZIghO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhBheZIghO .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-vhBheZIghO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhBheZIghO .navbar {
    height: 70px;
  }
  .cid-vhBheZIghO .navbar.opened {
    height: auto;
  }
  .cid-vhBheZIghO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhBheZIghO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhBheZIghO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhBheZIghO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhBheZIghO .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-vhBheZIghO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhBheZIghO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhBheZIghO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhBheZIghO .navbar-brand {
    margin-right: auto;
  }
  .cid-vhBheZIghO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhBheZIghO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhBheZIghO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhBheZIghO .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-vhBheZIghO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhBheZIghO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhBheZIghO .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-vhBheZIghO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhBheZIghO .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-vhBheZIghO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhBheZIghO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhBheZ24o4 {
  display: flex;
  background-image: url("../../../assets/images/vta-casablanca01-1-900x469.jpg");
}
.cid-vhBheZ24o4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhBheZ24o4 {
    align-items: flex-end;
  }
  .cid-vhBheZ24o4 .row {
    justify-content: center;
  }
  .cid-vhBheZ24o4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhBheZ24o4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhBheZ24o4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhBheZ24o4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhBheZ24o4 .content-wrap {
    width: 100%;
  }
}
.cid-vhBheZ24o4 .mbr-section-title,
.cid-vhBheZ24o4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vhBheZ24o4 .mbr-text,
.cid-vhBheZ24o4 .mbr-section-btn {
  text-align: center;
}
.cid-vhBheZjonZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhBheZjonZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBheZjonZ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBheZjonZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhBheZjonZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBheZjonZ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBheZjonZ .card-title,
.cid-vhBheZjonZ .iconfont-wrapper,
.cid-vhBheZjonZ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vhBheZjonZ .content-head {
  max-width: 800px;
}
.cid-vhBheZjonZ .mbr-section-title {
  color: #000000;
}
.cid-vhBheZjonZ .mbr-section-btn {
  text-align: center;
}
.cid-vhBuiBqh8B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-vhBuiBqh8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBuiBqh8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBuiBqh8B .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBuiBqh8B .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vhBuiBqh8B .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vhBuiBqh8B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBuiBqh8B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vhBuiBqh8B .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBuiBqh8B .mbr-section-title {
  color: #9fe870;
}
.cid-vhBuiBqh8B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhBuiBqh8B .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vhBuiBqh8B .card-box .item-footer {
  margin-top: auto;
}
.cid-vhBuiBqh8B .content-head {
  max-width: 800px;
}
.cid-vhBhf086d6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vhBhf086d6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBhf086d6 .item {
    margin-bottom: 1rem;
  }
}
.cid-vhBhf086d6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhBhf086d6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhBhf086d6 .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-vhBhf086d6 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhBhf086d6 .carousel-control,
.cid-vhBhf086d6 .close {
  background: #1b1b1b;
}
.cid-vhBhf086d6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhBhf086d6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhBhf086d6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhBhf086d6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhBhf086d6 .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-vhBhf086d6 .close::before {
  content: '\e91a';
}
.cid-vhBhf086d6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhBhf086d6 .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-vhBhf086d6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBhf086d6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhBhf086d6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhBhf086d6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhBhf086d6 .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-vhBhf086d6 .carousel-indicators li.active,
.cid-vhBhf086d6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhBhf086d6 .carousel-indicators li::after,
.cid-vhBhf086d6 .carousel-indicators li::before {
  content: none;
}
.cid-vhBhf086d6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhBhf086d6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBhf086d6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBhf086d6 .carousel-indicators {
    display: none;
  }
}
.cid-vhBhf086d6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhBhf086d6 .carousel-inner > .active {
  display: block;
}
.cid-vhBhf086d6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBhf086d6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhBhf086d6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhBhf086d6 .carousel-control,
  .cid-vhBhf086d6 .carousel-indicators,
  .cid-vhBhf086d6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhBhf086d6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhBhf086d6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhBhf086d6 .carousel-indicators .active,
.cid-vhBhf086d6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhBhf086d6 .carousel-indicators .active {
  background: #fff;
}
.cid-vhBhf086d6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhBhf086d6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhBhf086d6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhBhf086d6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhBhf086d6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhBhf086d6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhBhf086d6 .carousel {
  width: 100%;
}
.cid-vhBhf086d6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhBhf086d6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhBhf086d6 .modal.fade .modal-dialog,
.cid-vhBhf086d6 .modal.in .modal-dialog {
  transform: none;
}
.cid-vhBhf086d6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhBhf086d6 .content-head {
  max-width: 800px;
}
.cid-vhBhf086d6 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhBhf086d6 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhBrJbVzYe {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vhBrJbVzYe .mbr-media {
  position: relative;
}
.cid-vhBrJbVzYe .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vhBrJbVzYe a:hover {
  background-image: none !important;
}
.cid-vhBrJbVzYe .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vhBrJbVzYe .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vhBrJbVzYe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vhBrJbVzYe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vhBrJbVzYe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vhBrJbVzYe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhBrJbVzYe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhBrJbVzYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBrJbVzYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBrJbVzYe .content-head {
  max-width: 800px;
}
.cid-vhBhf1eXHw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhBhf1eXHw .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhBhf1eXHw .container {
    padding: 0 12px;
  }
}
.cid-vhBhf1eXHw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhBhf1eXHw .social-row .soc-item {
  margin: 8px;
}
.cid-vhBhf1eXHw .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhBhf1eXHw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhBhf1eXHw .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhBhf1eXHw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhBhf1eXHw .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhBhf1eXHw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhBhf1eXHw .header-menu li p {
  margin: 0;
}
.cid-vhBhf1eXHw .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhBhf1eXHw .mbr-section-title {
  color: #ffffff;
}
.cid-vhBxNlfxAX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhBxNlfxAX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhBxNlfxAX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhBxNlfxAX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhBxNlfxAX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhBxNlfxAX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhBxNlfxAX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhBxNlfxAX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhBxNlfxAX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhBxNlfxAX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhBxNlfxAX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhBxNlfxAX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhBxNlfxAX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhBxNlfxAX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhBxNlfxAX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhBxNlfxAX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhBxNlfxAX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhBxNlfxAX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhBxNlfxAX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhBxNlfxAX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBxNlfxAX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhBxNlfxAX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhBxNlfxAX .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhBxNlfxAX .nav-item:focus,
.cid-vhBxNlfxAX .nav-link:focus {
  outline: none;
}
.cid-vhBxNlfxAX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhBxNlfxAX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhBxNlfxAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhBxNlfxAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhBxNlfxAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhBxNlfxAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar.opened {
  transition: all 0.3s;
}
.cid-vhBxNlfxAX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhBxNlfxAX .navbar .navbar-logo img {
  width: auto;
}
.cid-vhBxNlfxAX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhBxNlfxAX .navbar.collapsed {
  justify-content: center;
}
.cid-vhBxNlfxAX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhBxNlfxAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhBxNlfxAX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhBxNlfxAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhBxNlfxAX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhBxNlfxAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhBxNlfxAX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhBxNlfxAX .navbar {
    min-height: 72px;
  }
  .cid-vhBxNlfxAX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBxNlfxAX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhBxNlfxAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhBxNlfxAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhBxNlfxAX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhBxNlfxAX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhBxNlfxAX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhBxNlfxAX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhBxNlfxAX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhBxNlfxAX .dropdown-item.active,
.cid-vhBxNlfxAX .dropdown-item:active {
  background-color: transparent;
}
.cid-vhBxNlfxAX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhBxNlfxAX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhBxNlfxAX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhBxNlfxAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhBxNlfxAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhBxNlfxAX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhBxNlfxAX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhBxNlfxAX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhBxNlfxAX .navbar-buttons {
    text-align: left;
  }
}
.cid-vhBxNlfxAX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhBxNlfxAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhBxNlfxAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhBxNlfxAX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBxNlfxAX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBxNlfxAX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhBxNlfxAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBxNlfxAX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhBxNlfxAX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhBxNlfxAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBxNlfxAX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhBxNlfxAX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhBxNlfxAX .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-vhBxNlfxAX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhBxNlfxAX .navbar {
    height: 70px;
  }
  .cid-vhBxNlfxAX .navbar.opened {
    height: auto;
  }
  .cid-vhBxNlfxAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhBxNlfxAX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhBxNlfxAX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhBxNlfxAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhBxNlfxAX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhBxNlfxAX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhBxNlfxAX .navbar-brand {
    margin-right: auto;
  }
  .cid-vhBxNlfxAX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhBxNlfxAX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhBxNlfxAX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhBxNlfxAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhBxNlfxAX .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-vhBxNlfxAX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhBxNlfxAX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhBxNj3kKK {
  display: flex;
  background-image: url("../../../assets/images/01-1264x842.png");
}
.cid-vhBxNj3kKK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhBxNj3kKK {
    align-items: flex-end;
  }
  .cid-vhBxNj3kKK .row {
    justify-content: center;
  }
  .cid-vhBxNj3kKK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhBxNj3kKK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhBxNj3kKK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhBxNj3kKK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhBxNj3kKK .content-wrap {
    width: 100%;
  }
}
.cid-vhBxNj3kKK .mbr-section-title,
.cid-vhBxNj3kKK .mbr-section-subtitle {
  text-align: center;
}
.cid-vhBxNj3kKK .mbr-text,
.cid-vhBxNj3kKK .mbr-section-btn {
  text-align: center;
}
.cid-vhBxNjN8a2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhBxNjN8a2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBxNjN8a2 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBxNjN8a2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhBxNjN8a2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBxNjN8a2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBxNjN8a2 .card-title,
.cid-vhBxNjN8a2 .iconfont-wrapper,
.cid-vhBxNjN8a2 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vhBxNjN8a2 .content-head {
  max-width: 800px;
}
.cid-vhBxNjN8a2 .mbr-section-title {
  color: #000000;
}
.cid-vhBxNjN8a2 .mbr-section-btn {
  text-align: center;
}
.cid-vhBxNkBFYX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-vhBxNkBFYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBxNkBFYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBxNkBFYX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBxNkBFYX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vhBxNkBFYX .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vhBxNkBFYX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBxNkBFYX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vhBxNkBFYX .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBxNkBFYX .mbr-section-title {
  color: #9fe870;
}
.cid-vhBxNkBFYX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhBxNkBFYX .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vhBxNkBFYX .card-box .item-footer {
  margin-top: auto;
}
.cid-vhBxNkBFYX .content-head {
  max-width: 800px;
}
.cid-vhBxNlTqXH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vhBxNlTqXH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBxNlTqXH .item {
    margin-bottom: 1rem;
  }
}
.cid-vhBxNlTqXH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhBxNlTqXH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhBxNlTqXH .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-vhBxNlTqXH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhBxNlTqXH .carousel-control,
.cid-vhBxNlTqXH .close {
  background: #1b1b1b;
}
.cid-vhBxNlTqXH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhBxNlTqXH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhBxNlTqXH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhBxNlTqXH .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhBxNlTqXH .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-vhBxNlTqXH .close::before {
  content: '\e91a';
}
.cid-vhBxNlTqXH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhBxNlTqXH .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-vhBxNlTqXH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBxNlTqXH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhBxNlTqXH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhBxNlTqXH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhBxNlTqXH .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-vhBxNlTqXH .carousel-indicators li.active,
.cid-vhBxNlTqXH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhBxNlTqXH .carousel-indicators li::after,
.cid-vhBxNlTqXH .carousel-indicators li::before {
  content: none;
}
.cid-vhBxNlTqXH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhBxNlTqXH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBxNlTqXH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBxNlTqXH .carousel-indicators {
    display: none;
  }
}
.cid-vhBxNlTqXH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhBxNlTqXH .carousel-inner > .active {
  display: block;
}
.cid-vhBxNlTqXH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBxNlTqXH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhBxNlTqXH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhBxNlTqXH .carousel-control,
  .cid-vhBxNlTqXH .carousel-indicators,
  .cid-vhBxNlTqXH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhBxNlTqXH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhBxNlTqXH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhBxNlTqXH .carousel-indicators .active,
.cid-vhBxNlTqXH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhBxNlTqXH .carousel-indicators .active {
  background: #fff;
}
.cid-vhBxNlTqXH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhBxNlTqXH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhBxNlTqXH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhBxNlTqXH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhBxNlTqXH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhBxNlTqXH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhBxNlTqXH .carousel {
  width: 100%;
}
.cid-vhBxNlTqXH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhBxNlTqXH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhBxNlTqXH .modal.fade .modal-dialog,
.cid-vhBxNlTqXH .modal.in .modal-dialog {
  transform: none;
}
.cid-vhBxNlTqXH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhBxNlTqXH .content-head {
  max-width: 800px;
}
.cid-vhBxNlTqXH .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhBxNlTqXH .mbr-section-subtitle {
  text-align: justify;
}
.cid-vjiyL952Ft {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vjiyL952Ft .mbr-media {
  position: relative;
}
.cid-vjiyL952Ft .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vjiyL952Ft a:hover {
  background-image: none !important;
}
.cid-vjiyL952Ft .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vjiyL952Ft .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vjiyL952Ft .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vjiyL952Ft .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vjiyL952Ft .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vjiyL952Ft .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjiyL952Ft .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjiyL952Ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiyL952Ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiyL952Ft .content-head {
  max-width: 800px;
}
.cid-vhBxNowAl4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhBxNowAl4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhBxNowAl4 .container {
    padding: 0 12px;
  }
}
.cid-vhBxNowAl4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhBxNowAl4 .social-row .soc-item {
  margin: 8px;
}
.cid-vhBxNowAl4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhBxNowAl4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhBxNowAl4 .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhBxNowAl4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhBxNowAl4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhBxNowAl4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhBxNowAl4 .header-menu li p {
  margin: 0;
}
.cid-vhBxNowAl4 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhBxNowAl4 .mbr-section-title {
  color: #ffffff;
}
.cid-vhBPiQ4NBj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhBPiQ4NBj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhBPiQ4NBj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhBPiQ4NBj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhBPiQ4NBj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhBPiQ4NBj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhBPiQ4NBj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhBPiQ4NBj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhBPiQ4NBj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhBPiQ4NBj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhBPiQ4NBj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhBPiQ4NBj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhBPiQ4NBj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhBPiQ4NBj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhBPiQ4NBj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhBPiQ4NBj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhBPiQ4NBj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhBPiQ4NBj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhBPiQ4NBj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhBPiQ4NBj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBPiQ4NBj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhBPiQ4NBj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhBPiQ4NBj .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhBPiQ4NBj .nav-item:focus,
.cid-vhBPiQ4NBj .nav-link:focus {
  outline: none;
}
.cid-vhBPiQ4NBj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhBPiQ4NBj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhBPiQ4NBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhBPiQ4NBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhBPiQ4NBj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhBPiQ4NBj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar.opened {
  transition: all 0.3s;
}
.cid-vhBPiQ4NBj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhBPiQ4NBj .navbar .navbar-logo img {
  width: auto;
}
.cid-vhBPiQ4NBj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhBPiQ4NBj .navbar.collapsed {
  justify-content: center;
}
.cid-vhBPiQ4NBj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhBPiQ4NBj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhBPiQ4NBj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhBPiQ4NBj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhBPiQ4NBj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhBPiQ4NBj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhBPiQ4NBj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhBPiQ4NBj .navbar {
    min-height: 72px;
  }
  .cid-vhBPiQ4NBj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBPiQ4NBj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhBPiQ4NBj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhBPiQ4NBj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhBPiQ4NBj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhBPiQ4NBj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhBPiQ4NBj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhBPiQ4NBj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhBPiQ4NBj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhBPiQ4NBj .dropdown-item.active,
.cid-vhBPiQ4NBj .dropdown-item:active {
  background-color: transparent;
}
.cid-vhBPiQ4NBj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhBPiQ4NBj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhBPiQ4NBj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhBPiQ4NBj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhBPiQ4NBj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhBPiQ4NBj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhBPiQ4NBj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhBPiQ4NBj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhBPiQ4NBj .navbar-buttons {
    text-align: left;
  }
}
.cid-vhBPiQ4NBj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhBPiQ4NBj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhBPiQ4NBj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhBPiQ4NBj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBPiQ4NBj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBPiQ4NBj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhBPiQ4NBj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBPiQ4NBj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhBPiQ4NBj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhBPiQ4NBj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBPiQ4NBj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhBPiQ4NBj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhBPiQ4NBj .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-vhBPiQ4NBj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhBPiQ4NBj .navbar {
    height: 70px;
  }
  .cid-vhBPiQ4NBj .navbar.opened {
    height: auto;
  }
  .cid-vhBPiQ4NBj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhBPiQ4NBj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhBPiQ4NBj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhBPiQ4NBj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhBPiQ4NBj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhBPiQ4NBj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhBPiQ4NBj .navbar-brand {
    margin-right: auto;
  }
  .cid-vhBPiQ4NBj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhBPiQ4NBj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhBPiQ4NBj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhBPiQ4NBj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhBPiQ4NBj .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-vhBPiQ4NBj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhBPiQ4NBj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhBPiP7plx {
  display: flex;
  background-image: url("../../../assets/images/vta-dp11-1-2000x1333.jpg");
}
.cid-vhBPiP7plx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhBPiP7plx {
    align-items: flex-end;
  }
  .cid-vhBPiP7plx .row {
    justify-content: center;
  }
  .cid-vhBPiP7plx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhBPiP7plx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhBPiP7plx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhBPiP7plx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhBPiP7plx .content-wrap {
    width: 100%;
  }
}
.cid-vhBPiP7plx .mbr-section-title,
.cid-vhBPiP7plx .mbr-section-subtitle {
  text-align: center;
}
.cid-vhBPiP7plx .mbr-text,
.cid-vhBPiP7plx .mbr-section-btn {
  text-align: center;
}
.cid-vhBPiPlg7o {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhBPiPlg7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBPiPlg7o .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBPiPlg7o .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhBPiPlg7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBPiPlg7o .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBPiPlg7o .card-title,
.cid-vhBPiPlg7o .iconfont-wrapper,
.cid-vhBPiPlg7o .card-text {
  color: #000000;
  text-align: center;
}
.cid-vhBPiPlg7o .content-head {
  max-width: 800px;
}
.cid-vhBPiPlg7o .mbr-section-title {
  color: #000000;
}
.cid-vhBPiPlg7o .mbr-section-btn {
  text-align: center;
}
.cid-vhBPiPMLsy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-vhBPiPMLsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBPiPMLsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBPiPMLsy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBPiPMLsy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vhBPiPMLsy .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vhBPiPMLsy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBPiPMLsy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vhBPiPMLsy .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBPiPMLsy .mbr-section-title {
  color: #9fe870;
}
.cid-vhBPiPMLsy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhBPiPMLsy .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vhBPiPMLsy .card-box .item-footer {
  margin-top: auto;
}
.cid-vhBPiPMLsy .content-head {
  max-width: 800px;
}
.cid-vhBPiQpW7j {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vhBPiQpW7j .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBPiQpW7j .item {
    margin-bottom: 1rem;
  }
}
.cid-vhBPiQpW7j .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhBPiQpW7j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhBPiQpW7j .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-vhBPiQpW7j .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhBPiQpW7j .carousel-control,
.cid-vhBPiQpW7j .close {
  background: #1b1b1b;
}
.cid-vhBPiQpW7j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhBPiQpW7j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhBPiQpW7j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhBPiQpW7j .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhBPiQpW7j .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-vhBPiQpW7j .close::before {
  content: '\e91a';
}
.cid-vhBPiQpW7j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhBPiQpW7j .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-vhBPiQpW7j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBPiQpW7j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhBPiQpW7j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhBPiQpW7j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhBPiQpW7j .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-vhBPiQpW7j .carousel-indicators li.active,
.cid-vhBPiQpW7j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhBPiQpW7j .carousel-indicators li::after,
.cid-vhBPiQpW7j .carousel-indicators li::before {
  content: none;
}
.cid-vhBPiQpW7j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhBPiQpW7j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBPiQpW7j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBPiQpW7j .carousel-indicators {
    display: none;
  }
}
.cid-vhBPiQpW7j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhBPiQpW7j .carousel-inner > .active {
  display: block;
}
.cid-vhBPiQpW7j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBPiQpW7j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhBPiQpW7j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhBPiQpW7j .carousel-control,
  .cid-vhBPiQpW7j .carousel-indicators,
  .cid-vhBPiQpW7j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhBPiQpW7j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhBPiQpW7j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhBPiQpW7j .carousel-indicators .active,
.cid-vhBPiQpW7j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhBPiQpW7j .carousel-indicators .active {
  background: #fff;
}
.cid-vhBPiQpW7j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhBPiQpW7j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhBPiQpW7j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhBPiQpW7j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhBPiQpW7j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhBPiQpW7j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhBPiQpW7j .carousel {
  width: 100%;
}
.cid-vhBPiQpW7j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhBPiQpW7j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhBPiQpW7j .modal.fade .modal-dialog,
.cid-vhBPiQpW7j .modal.in .modal-dialog {
  transform: none;
}
.cid-vhBPiQpW7j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhBPiQpW7j .content-head {
  max-width: 800px;
}
.cid-vhBPiQpW7j .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhBPiQpW7j .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhBPiS6HJv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhBPiS6HJv .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhBPiS6HJv .container {
    padding: 0 12px;
  }
}
.cid-vhBPiS6HJv .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhBPiS6HJv .social-row .soc-item {
  margin: 8px;
}
.cid-vhBPiS6HJv .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhBPiS6HJv .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhBPiS6HJv .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhBPiS6HJv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhBPiS6HJv .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhBPiS6HJv .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhBPiS6HJv .header-menu li p {
  margin: 0;
}
.cid-vhBPiS6HJv .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhBPiS6HJv .mbr-section-title {
  color: #ffffff;
}
.cid-vhBViHYv07 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhBViHYv07 .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-vhBViHYv07 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhBViHYv07 .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-vhBViHYv07 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhBViHYv07 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhBViHYv07 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhBViHYv07 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhBViHYv07 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhBViHYv07 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhBViHYv07 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhBViHYv07 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhBViHYv07 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhBViHYv07 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhBViHYv07 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhBViHYv07 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhBViHYv07 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhBViHYv07 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhBViHYv07 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhBViHYv07 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhBViHYv07 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhBViHYv07 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhBViHYv07 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhBViHYv07 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBViHYv07 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhBViHYv07 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhBViHYv07 .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhBViHYv07 .nav-item:focus,
.cid-vhBViHYv07 .nav-link:focus {
  outline: none;
}
.cid-vhBViHYv07 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhBViHYv07 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhBViHYv07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhBViHYv07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhBViHYv07 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhBViHYv07 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhBViHYv07 .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-vhBViHYv07 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhBViHYv07 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhBViHYv07 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhBViHYv07 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhBViHYv07 .navbar.collapsed {
  justify-content: center;
}
.cid-vhBViHYv07 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhBViHYv07 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhBViHYv07 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhBViHYv07 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhBViHYv07 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhBViHYv07 .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-vhBViHYv07 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhBViHYv07 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhBViHYv07 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhBViHYv07 .navbar {
    min-height: 72px;
  }
  .cid-vhBViHYv07 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBViHYv07 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhBViHYv07 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhBViHYv07 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhBViHYv07 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhBViHYv07 .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-vhBViHYv07 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhBViHYv07 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhBViHYv07 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhBViHYv07 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhBViHYv07 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhBViHYv07 .dropdown-item.active,
.cid-vhBViHYv07 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhBViHYv07 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhBViHYv07 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhBViHYv07 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhBViHYv07 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhBViHYv07 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhBViHYv07 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhBViHYv07 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhBViHYv07 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhBViHYv07 .navbar-buttons {
    text-align: left;
  }
}
.cid-vhBViHYv07 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhBViHYv07 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhBViHYv07 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhBViHYv07 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBViHYv07 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBViHYv07 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhBViHYv07 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBViHYv07 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhBViHYv07 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhBViHYv07 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBViHYv07 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhBViHYv07 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhBViHYv07 .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-vhBViHYv07 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhBViHYv07 .navbar {
    height: 70px;
  }
  .cid-vhBViHYv07 .navbar.opened {
    height: auto;
  }
  .cid-vhBViHYv07 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhBViHYv07 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhBViHYv07 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhBViHYv07 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhBViHYv07 .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-vhBViHYv07 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhBViHYv07 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhBViHYv07 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhBViHYv07 .navbar-brand {
    margin-right: auto;
  }
  .cid-vhBViHYv07 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhBViHYv07 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhBViHYv07 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhBViHYv07 .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-vhBViHYv07 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhBViHYv07 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhBViHYv07 .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-vhBViHYv07 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhBViHYv07 .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-vhBViHYv07 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhBViHYv07 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhBViIigPH {
  display: flex;
  background-image: url("../../../assets/images/vta-dp12-1-2000x1334.jpg");
}
.cid-vhBViIigPH .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhBViIigPH {
    align-items: flex-end;
  }
  .cid-vhBViIigPH .row {
    justify-content: center;
  }
  .cid-vhBViIigPH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhBViIigPH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhBViIigPH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhBViIigPH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhBViIigPH .content-wrap {
    width: 100%;
  }
}
.cid-vhBViIigPH .mbr-section-title,
.cid-vhBViIigPH .mbr-section-subtitle {
  text-align: center;
}
.cid-vhBViIigPH .mbr-text,
.cid-vhBViIigPH .mbr-section-btn {
  text-align: center;
}
.cid-vhBViIx3Vc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhBViIx3Vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBViIx3Vc .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBViIx3Vc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhBViIx3Vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBViIx3Vc .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBViIx3Vc .card-title,
.cid-vhBViIx3Vc .iconfont-wrapper,
.cid-vhBViIx3Vc .card-text {
  color: #000000;
  text-align: center;
}
.cid-vhBViIx3Vc .content-head {
  max-width: 800px;
}
.cid-vhBViIx3Vc .mbr-section-title {
  color: #000000;
}
.cid-vhBViIx3Vc .mbr-section-btn {
  text-align: center;
}
.cid-vhBViJ5CRb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-vhBViJ5CRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBViJ5CRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBViJ5CRb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBViJ5CRb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vhBViJ5CRb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vhBViJ5CRb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBViJ5CRb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vhBViJ5CRb .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBViJ5CRb .mbr-section-title {
  color: #9fe870;
}
.cid-vhBViJ5CRb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhBViJ5CRb .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vhBViJ5CRb .card-box .item-footer {
  margin-top: auto;
}
.cid-vhBViJ5CRb .content-head {
  max-width: 800px;
}
.cid-vhBViJoHCo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vhBViJoHCo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBViJoHCo .item {
    margin-bottom: 1rem;
  }
}
.cid-vhBViJoHCo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhBViJoHCo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhBViJoHCo .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-vhBViJoHCo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhBViJoHCo .carousel-control,
.cid-vhBViJoHCo .close {
  background: #1b1b1b;
}
.cid-vhBViJoHCo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhBViJoHCo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhBViJoHCo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhBViJoHCo .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhBViJoHCo .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-vhBViJoHCo .close::before {
  content: '\e91a';
}
.cid-vhBViJoHCo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhBViJoHCo .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-vhBViJoHCo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBViJoHCo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhBViJoHCo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhBViJoHCo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhBViJoHCo .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-vhBViJoHCo .carousel-indicators li.active,
.cid-vhBViJoHCo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhBViJoHCo .carousel-indicators li::after,
.cid-vhBViJoHCo .carousel-indicators li::before {
  content: none;
}
.cid-vhBViJoHCo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhBViJoHCo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBViJoHCo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBViJoHCo .carousel-indicators {
    display: none;
  }
}
.cid-vhBViJoHCo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhBViJoHCo .carousel-inner > .active {
  display: block;
}
.cid-vhBViJoHCo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBViJoHCo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhBViJoHCo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhBViJoHCo .carousel-control,
  .cid-vhBViJoHCo .carousel-indicators,
  .cid-vhBViJoHCo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhBViJoHCo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhBViJoHCo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhBViJoHCo .carousel-indicators .active,
.cid-vhBViJoHCo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhBViJoHCo .carousel-indicators .active {
  background: #fff;
}
.cid-vhBViJoHCo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhBViJoHCo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhBViJoHCo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhBViJoHCo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhBViJoHCo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhBViJoHCo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhBViJoHCo .carousel {
  width: 100%;
}
.cid-vhBViJoHCo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhBViJoHCo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhBViJoHCo .modal.fade .modal-dialog,
.cid-vhBViJoHCo .modal.in .modal-dialog {
  transform: none;
}
.cid-vhBViJoHCo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhBViJoHCo .content-head {
  max-width: 800px;
}
.cid-vhBViJoHCo .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhBViJoHCo .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhBViLzBfq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhBViLzBfq .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhBViLzBfq .container {
    padding: 0 12px;
  }
}
.cid-vhBViLzBfq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhBViLzBfq .social-row .soc-item {
  margin: 8px;
}
.cid-vhBViLzBfq .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhBViLzBfq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhBViLzBfq .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhBViLzBfq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhBViLzBfq .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhBViLzBfq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhBViLzBfq .header-menu li p {
  margin: 0;
}
.cid-vhBViLzBfq .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhBViLzBfq .mbr-section-title {
  color: #ffffff;
}
.cid-vhBWwc1KjY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhBWwc1KjY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhBWwc1KjY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhBWwc1KjY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhBWwc1KjY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhBWwc1KjY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhBWwc1KjY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhBWwc1KjY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhBWwc1KjY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhBWwc1KjY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhBWwc1KjY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhBWwc1KjY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhBWwc1KjY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhBWwc1KjY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhBWwc1KjY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhBWwc1KjY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhBWwc1KjY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhBWwc1KjY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhBWwc1KjY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhBWwc1KjY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBWwc1KjY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhBWwc1KjY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhBWwc1KjY .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhBWwc1KjY .nav-item:focus,
.cid-vhBWwc1KjY .nav-link:focus {
  outline: none;
}
.cid-vhBWwc1KjY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhBWwc1KjY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhBWwc1KjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhBWwc1KjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhBWwc1KjY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhBWwc1KjY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar.opened {
  transition: all 0.3s;
}
.cid-vhBWwc1KjY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhBWwc1KjY .navbar .navbar-logo img {
  width: auto;
}
.cid-vhBWwc1KjY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhBWwc1KjY .navbar.collapsed {
  justify-content: center;
}
.cid-vhBWwc1KjY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhBWwc1KjY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhBWwc1KjY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhBWwc1KjY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhBWwc1KjY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhBWwc1KjY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhBWwc1KjY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhBWwc1KjY .navbar {
    min-height: 72px;
  }
  .cid-vhBWwc1KjY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBWwc1KjY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhBWwc1KjY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhBWwc1KjY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhBWwc1KjY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhBWwc1KjY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhBWwc1KjY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhBWwc1KjY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhBWwc1KjY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhBWwc1KjY .dropdown-item.active,
.cid-vhBWwc1KjY .dropdown-item:active {
  background-color: transparent;
}
.cid-vhBWwc1KjY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhBWwc1KjY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhBWwc1KjY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhBWwc1KjY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhBWwc1KjY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhBWwc1KjY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhBWwc1KjY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhBWwc1KjY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhBWwc1KjY .navbar-buttons {
    text-align: left;
  }
}
.cid-vhBWwc1KjY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhBWwc1KjY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhBWwc1KjY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhBWwc1KjY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBWwc1KjY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhBWwc1KjY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhBWwc1KjY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBWwc1KjY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhBWwc1KjY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhBWwc1KjY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhBWwc1KjY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhBWwc1KjY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhBWwc1KjY .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-vhBWwc1KjY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhBWwc1KjY .navbar {
    height: 70px;
  }
  .cid-vhBWwc1KjY .navbar.opened {
    height: auto;
  }
  .cid-vhBWwc1KjY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhBWwc1KjY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhBWwc1KjY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhBWwc1KjY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhBWwc1KjY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhBWwc1KjY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhBWwc1KjY .navbar-brand {
    margin-right: auto;
  }
  .cid-vhBWwc1KjY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhBWwc1KjY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhBWwc1KjY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhBWwc1KjY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhBWwc1KjY .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-vhBWwc1KjY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhBWwc1KjY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhBWwcjjcA {
  display: flex;
  background-image: url("../../../assets/images/vtacasalareina02a-1280x853-1280x853.jpg");
}
.cid-vhBWwcjjcA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhBWwcjjcA {
    align-items: flex-end;
  }
  .cid-vhBWwcjjcA .row {
    justify-content: center;
  }
  .cid-vhBWwcjjcA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhBWwcjjcA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhBWwcjjcA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhBWwcjjcA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhBWwcjjcA .content-wrap {
    width: 100%;
  }
}
.cid-vhBWwcjjcA .mbr-section-title,
.cid-vhBWwcjjcA .mbr-section-subtitle {
  text-align: center;
}
.cid-vhBWwcjjcA .mbr-text,
.cid-vhBWwcjjcA .mbr-section-btn {
  text-align: center;
}
.cid-vhBWwcvl9L {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhBWwcvl9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBWwcvl9L .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBWwcvl9L .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhBWwcvl9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBWwcvl9L .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBWwcvl9L .card-title,
.cid-vhBWwcvl9L .iconfont-wrapper,
.cid-vhBWwcvl9L .card-text {
  color: #000000;
  text-align: center;
}
.cid-vhBWwcvl9L .content-head {
  max-width: 800px;
}
.cid-vhBWwcvl9L .mbr-section-title {
  color: #000000;
}
.cid-vhBWwcvl9L .mbr-section-btn {
  text-align: center;
}
.cid-vhBWwcZkpT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-vhBWwcZkpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBWwcZkpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBWwcZkpT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBWwcZkpT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vhBWwcZkpT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vhBWwcZkpT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBWwcZkpT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vhBWwcZkpT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vhBWwcZkpT .mbr-section-title {
  color: #9fe870;
}
.cid-vhBWwcZkpT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhBWwcZkpT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vhBWwcZkpT .card-box .item-footer {
  margin-top: auto;
}
.cid-vhBWwcZkpT .content-head {
  max-width: 800px;
}
.cid-vhBWwdkY0a {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vhBWwdkY0a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhBWwdkY0a .item {
    margin-bottom: 1rem;
  }
}
.cid-vhBWwdkY0a .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhBWwdkY0a .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhBWwdkY0a .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-vhBWwdkY0a .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhBWwdkY0a .carousel-control,
.cid-vhBWwdkY0a .close {
  background: #1b1b1b;
}
.cid-vhBWwdkY0a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhBWwdkY0a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhBWwdkY0a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhBWwdkY0a .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhBWwdkY0a .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-vhBWwdkY0a .close::before {
  content: '\e91a';
}
.cid-vhBWwdkY0a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhBWwdkY0a .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-vhBWwdkY0a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBWwdkY0a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhBWwdkY0a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhBWwdkY0a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhBWwdkY0a .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-vhBWwdkY0a .carousel-indicators li.active,
.cid-vhBWwdkY0a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhBWwdkY0a .carousel-indicators li::after,
.cid-vhBWwdkY0a .carousel-indicators li::before {
  content: none;
}
.cid-vhBWwdkY0a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhBWwdkY0a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhBWwdkY0a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhBWwdkY0a .carousel-indicators {
    display: none;
  }
}
.cid-vhBWwdkY0a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhBWwdkY0a .carousel-inner > .active {
  display: block;
}
.cid-vhBWwdkY0a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhBWwdkY0a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhBWwdkY0a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhBWwdkY0a .carousel-control,
  .cid-vhBWwdkY0a .carousel-indicators,
  .cid-vhBWwdkY0a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhBWwdkY0a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhBWwdkY0a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhBWwdkY0a .carousel-indicators .active,
.cid-vhBWwdkY0a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhBWwdkY0a .carousel-indicators .active {
  background: #fff;
}
.cid-vhBWwdkY0a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhBWwdkY0a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhBWwdkY0a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhBWwdkY0a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhBWwdkY0a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhBWwdkY0a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhBWwdkY0a .carousel {
  width: 100%;
}
.cid-vhBWwdkY0a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhBWwdkY0a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhBWwdkY0a .modal.fade .modal-dialog,
.cid-vhBWwdkY0a .modal.in .modal-dialog {
  transform: none;
}
.cid-vhBWwdkY0a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhBWwdkY0a .content-head {
  max-width: 800px;
}
.cid-vhBWwdkY0a .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhBWwdkY0a .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhBWweXgoO {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vhBWweXgoO .mbr-media {
  position: relative;
}
.cid-vhBWweXgoO .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vhBWweXgoO a:hover {
  background-image: none !important;
}
.cid-vhBWweXgoO .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vhBWweXgoO .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vhBWweXgoO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vhBWweXgoO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vhBWweXgoO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vhBWweXgoO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhBWweXgoO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhBWweXgoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBWweXgoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBWweXgoO .content-head {
  max-width: 800px;
}
.cid-vhBWwfzpML {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhBWwfzpML .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhBWwfzpML .container {
    padding: 0 12px;
  }
}
.cid-vhBWwfzpML .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhBWwfzpML .social-row .soc-item {
  margin: 8px;
}
.cid-vhBWwfzpML .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhBWwfzpML .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhBWwfzpML .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhBWwfzpML .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhBWwfzpML .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhBWwfzpML .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhBWwfzpML .header-menu li p {
  margin: 0;
}
.cid-vhBWwfzpML .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhBWwfzpML .mbr-section-title {
  color: #ffffff;
}
.cid-vhC0Fxk5D6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vhC0Fxk5D6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhC0Fxk5D6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhC0Fxk5D6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhC0Fxk5D6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vhC0Fxk5D6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vhC0Fxk5D6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhC0Fxk5D6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhC0Fxk5D6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhC0Fxk5D6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vhC0Fxk5D6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhC0Fxk5D6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhC0Fxk5D6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhC0Fxk5D6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhC0Fxk5D6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vhC0Fxk5D6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vhC0Fxk5D6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhC0Fxk5D6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vhC0Fxk5D6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(35, 35, 35, 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: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhC0Fxk5D6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhC0Fxk5D6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhC0Fxk5D6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhC0Fxk5D6 .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: #232323;
  background: rgba(35, 35, 35, 0.9) !important;
}
.cid-vhC0Fxk5D6 .nav-item:focus,
.cid-vhC0Fxk5D6 .nav-link:focus {
  outline: none;
}
.cid-vhC0Fxk5D6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhC0Fxk5D6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhC0Fxk5D6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhC0Fxk5D6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhC0Fxk5D6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhC0Fxk5D6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhC0Fxk5D6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhC0Fxk5D6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vhC0Fxk5D6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhC0Fxk5D6 .navbar.collapsed {
  justify-content: center;
}
.cid-vhC0Fxk5D6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhC0Fxk5D6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhC0Fxk5D6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhC0Fxk5D6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhC0Fxk5D6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhC0Fxk5D6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhC0Fxk5D6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhC0Fxk5D6 .navbar {
    min-height: 72px;
  }
  .cid-vhC0Fxk5D6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhC0Fxk5D6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhC0Fxk5D6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhC0Fxk5D6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhC0Fxk5D6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhC0Fxk5D6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhC0Fxk5D6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhC0Fxk5D6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhC0Fxk5D6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhC0Fxk5D6 .dropdown-item.active,
.cid-vhC0Fxk5D6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhC0Fxk5D6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhC0Fxk5D6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhC0Fxk5D6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhC0Fxk5D6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vhC0Fxk5D6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhC0Fxk5D6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhC0Fxk5D6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhC0Fxk5D6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhC0Fxk5D6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vhC0Fxk5D6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhC0Fxk5D6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vhC0Fxk5D6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhC0Fxk5D6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhC0Fxk5D6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhC0Fxk5D6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhC0Fxk5D6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhC0Fxk5D6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhC0Fxk5D6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhC0Fxk5D6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhC0Fxk5D6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhC0Fxk5D6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhC0Fxk5D6 .navbar {
    height: 70px;
  }
  .cid-vhC0Fxk5D6 .navbar.opened {
    height: auto;
  }
  .cid-vhC0Fxk5D6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhC0Fxk5D6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhC0Fxk5D6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhC0Fxk5D6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhC0Fxk5D6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhC0Fxk5D6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhC0Fxk5D6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vhC0Fxk5D6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: rgba(35, 35, 35, 0.9) !important;
    background: rgba(35, 35, 35, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhC0Fxk5D6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhC0Fxk5D6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhC0Fxk5D6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhC0Fxk5D6 .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-vhC0Fxk5D6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhC0Fxk5D6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhC0FxD3iN {
  display: flex;
  background-image: url("../../../assets/images/vtamaipu01-900x600.jpg");
}
.cid-vhC0FxD3iN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vhC0FxD3iN {
    align-items: flex-end;
  }
  .cid-vhC0FxD3iN .row {
    justify-content: center;
  }
  .cid-vhC0FxD3iN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vhC0FxD3iN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vhC0FxD3iN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vhC0FxD3iN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vhC0FxD3iN .content-wrap {
    width: 100%;
  }
}
.cid-vhC0FxD3iN .mbr-section-title,
.cid-vhC0FxD3iN .mbr-section-subtitle {
  text-align: center;
}
.cid-vhC0FxD3iN .mbr-text,
.cid-vhC0FxD3iN .mbr-section-btn {
  text-align: center;
}
.cid-vhC0FxTxHm {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhC0FxTxHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhC0FxTxHm .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vhC0FxTxHm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhC0FxTxHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhC0FxTxHm .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-vhC0FxTxHm .card-title,
.cid-vhC0FxTxHm .iconfont-wrapper,
.cid-vhC0FxTxHm .card-text {
  color: #000000;
  text-align: center;
}
.cid-vhC0FxTxHm .content-head {
  max-width: 800px;
}
.cid-vhC0FxTxHm .mbr-section-title {
  color: #000000;
}
.cid-vhC0FxTxHm .mbr-section-btn {
  text-align: center;
}
.cid-vhC0FyoV7l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-vhC0FyoV7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhC0FyoV7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhC0FyoV7l .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhC0FyoV7l .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vhC0FyoV7l .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vhC0FyoV7l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vhC0FyoV7l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vhC0FyoV7l .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vhC0FyoV7l .mbr-section-title {
  color: #9fe870;
}
.cid-vhC0FyoV7l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vhC0FyoV7l .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vhC0FyoV7l .card-box .item-footer {
  margin-top: auto;
}
.cid-vhC0FyoV7l .content-head {
  max-width: 800px;
}
.cid-vhC0FyH41c {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vhC0FyH41c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhC0FyH41c .item {
    margin-bottom: 1rem;
  }
}
.cid-vhC0FyH41c .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhC0FyH41c .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhC0FyH41c .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-vhC0FyH41c .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhC0FyH41c .carousel-control,
.cid-vhC0FyH41c .close {
  background: #1b1b1b;
}
.cid-vhC0FyH41c .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhC0FyH41c .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhC0FyH41c .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhC0FyH41c .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhC0FyH41c .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-vhC0FyH41c .close::before {
  content: '\e91a';
}
.cid-vhC0FyH41c .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhC0FyH41c .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-vhC0FyH41c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhC0FyH41c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhC0FyH41c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhC0FyH41c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhC0FyH41c .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-vhC0FyH41c .carousel-indicators li.active,
.cid-vhC0FyH41c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhC0FyH41c .carousel-indicators li::after,
.cid-vhC0FyH41c .carousel-indicators li::before {
  content: none;
}
.cid-vhC0FyH41c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhC0FyH41c .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhC0FyH41c .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhC0FyH41c .carousel-indicators {
    display: none;
  }
}
.cid-vhC0FyH41c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhC0FyH41c .carousel-inner > .active {
  display: block;
}
.cid-vhC0FyH41c .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhC0FyH41c .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhC0FyH41c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhC0FyH41c .carousel-control,
  .cid-vhC0FyH41c .carousel-indicators,
  .cid-vhC0FyH41c .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhC0FyH41c .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhC0FyH41c .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhC0FyH41c .carousel-indicators .active,
.cid-vhC0FyH41c .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhC0FyH41c .carousel-indicators .active {
  background: #fff;
}
.cid-vhC0FyH41c .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhC0FyH41c .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhC0FyH41c .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhC0FyH41c .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhC0FyH41c .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhC0FyH41c .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhC0FyH41c .carousel {
  width: 100%;
}
.cid-vhC0FyH41c .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhC0FyH41c .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhC0FyH41c .modal.fade .modal-dialog,
.cid-vhC0FyH41c .modal.in .modal-dialog {
  transform: none;
}
.cid-vhC0FyH41c .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhC0FyH41c .content-head {
  max-width: 800px;
}
.cid-vhC0FyH41c .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vhC0FyH41c .mbr-section-subtitle {
  text-align: justify;
}
.cid-vhC0FAyHEj {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vhC0FAyHEj .mbr-media {
  position: relative;
}
.cid-vhC0FAyHEj .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vhC0FAyHEj a:hover {
  background-image: none !important;
}
.cid-vhC0FAyHEj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vhC0FAyHEj .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vhC0FAyHEj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vhC0FAyHEj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vhC0FAyHEj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vhC0FAyHEj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhC0FAyHEj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhC0FAyHEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhC0FAyHEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhC0FAyHEj .content-head {
  max-width: 800px;
}
.cid-vhC0FB9Zwv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-vhC0FB9Zwv .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-vhC0FB9Zwv .container {
    padding: 0 12px;
  }
}
.cid-vhC0FB9Zwv .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhC0FB9Zwv .social-row .soc-item {
  margin: 8px;
}
.cid-vhC0FB9Zwv .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhC0FB9Zwv .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vhC0FB9Zwv .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: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-vhC0FB9Zwv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhC0FB9Zwv .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhC0FB9Zwv .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhC0FB9Zwv .header-menu li p {
  margin: 0;
}
.cid-vhC0FB9Zwv .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vhC0FB9Zwv .mbr-section-title {
  color: #ffffff;
}
