.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Onest', 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: #9fe870 !important;
}
.bg-success {
  background-color: #49ab0a !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #89b0ae !important;
  border-color: #89b0ae !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a8c4c3 !important;
  border-color: #a8c4c3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a8c4c3 !important;
  border-color: #a8c4c3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #49ab0a !important;
  border-color: #49ab0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5edb0d !important;
  border-color: #5edb0d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5edb0d !important;
  border-color: #5edb0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #89b0ae;
  color: #89b0ae;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5b8885 !important;
  background-color: transparent !important;
  border-color: #5b8885 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #89b0ae !important;
  border-color: #89b0ae !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49ab0a;
  color: #49ab0a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #265905 !important;
  background-color: transparent !important;
  border-color: #265905 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #49ab0a !important;
  border-color: #49ab0a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #9fe870 !important;
}
.text-secondary {
  color: #89b0ae !important;
}
.text-success {
  color: #49ab0a !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #557e7c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #204b04 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #87f441;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', 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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', 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: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #89b0ae !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vbCjpcgINQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbCjpcgINQ .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-vbCjpcgINQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbCjpcgINQ .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-vbCjpcgINQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vbCjpcgINQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbCjpcgINQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbCjpcgINQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vbCjpcgINQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vbCjpcgINQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vbCjpcgINQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbCjpcgINQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbCjpcgINQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbCjpcgINQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vbCjpcgINQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbCjpcgINQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbCjpcgINQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbCjpcgINQ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbCjpcgINQ .navbar-logo {
    padding-left: 0;
  }
}
.cid-vbCjpcgINQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbCjpcgINQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbCjpcgINQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vbCjpcgINQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vbCjpcgINQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbCjpcgINQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbCjpcgINQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbCjpcgINQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vbCjpcgINQ .nav-item:focus,
.cid-vbCjpcgINQ .nav-link:focus {
  outline: none;
}
.cid-vbCjpcgINQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbCjpcgINQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbCjpcgINQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbCjpcgINQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbCjpcgINQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbCjpcgINQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbCjpcgINQ .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-vbCjpcgINQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vbCjpcgINQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbCjpcgINQ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vbCjpcgINQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbCjpcgINQ .navbar.collapsed {
  justify-content: center;
}
.cid-vbCjpcgINQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbCjpcgINQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbCjpcgINQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbCjpcgINQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbCjpcgINQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbCjpcgINQ .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-vbCjpcgINQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbCjpcgINQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbCjpcgINQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbCjpcgINQ .navbar {
    min-height: 72px;
  }
  .cid-vbCjpcgINQ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbCjpcgINQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbCjpcgINQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbCjpcgINQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbCjpcgINQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbCjpcgINQ .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-vbCjpcgINQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbCjpcgINQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbCjpcgINQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbCjpcgINQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbCjpcgINQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbCjpcgINQ .dropdown-item.active,
.cid-vbCjpcgINQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vbCjpcgINQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbCjpcgINQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbCjpcgINQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbCjpcgINQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbCjpcgINQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbCjpcgINQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbCjpcgINQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbCjpcgINQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbCjpcgINQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vbCjpcgINQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbCjpcgINQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbCjpcgINQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbCjpcgINQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbCjpcgINQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbCjpcgINQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbCjpcgINQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbCjpcgINQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbCjpcgINQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbCjpcgINQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbCjpcgINQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vbCjpcgINQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbCjpcgINQ .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-vbCjpcgINQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbCjpcgINQ .navbar {
    height: 70px;
  }
  .cid-vbCjpcgINQ .navbar.opened {
    height: auto;
  }
  .cid-vbCjpcgINQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbCjpcgINQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbCjpcgINQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbCjpcgINQ .navbar-brand {
    margin-right: auto;
  }
  .cid-vbCjpcgINQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vbCjpcgINQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbCjpcgINQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbCjpcgINQ .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-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vbCjpcgINQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbCjpcgINQ .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-vbCjpcgINQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vbCjpcgINQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdGsbI60D5 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdGsbI60D5 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vdGsbI60D5 .modal-body .close {
  background: #1b1b1b;
}
.cid-vdGsbI60D5 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vdGsbI60D5 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vdGsbI60D5 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vdGsbI60D5 .container {
  max-width: 100%;
  padding: 0;
}
.cid-vdGsbI60D5 .content-slider-wrap {
  width: 100%;
}
.cid-vdGsbI60D5 .carousel-inner > .active,
.cid-vdGsbI60D5 .carousel-inner > .next,
.cid-vdGsbI60D5 .carousel-inner > .prev {
  display: flex;
}
.cid-vdGsbI60D5 .carousel-control .icon-next,
.cid-vdGsbI60D5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vdGsbI60D5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vdGsbI60D5 .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vdGsbI60D5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vdGsbI60D5 .boxed-slider > div {
  position: relative;
}
.cid-vdGsbI60D5 .container img {
  width: 100%;
}
.cid-vdGsbI60D5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vdGsbI60D5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vdGsbI60D5 .mbr-table-cell {
  padding: 0;
}
.cid-vdGsbI60D5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vdGsbI60D5 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vdGsbI60D5 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vdGsbI60D5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vdGsbI60D5 .carousel-item.active.right,
.cid-vdGsbI60D5 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vdGsbI60D5 .carousel-item.active.left,
.cid-vdGsbI60D5 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vdGsbI60D5 .carousel-item.active,
.cid-vdGsbI60D5 .carousel-item.next.left,
.cid-vdGsbI60D5 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vdGsbI60D5 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vdGsbI60D5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-indicators li.active,
.cid-vdGsbI60D5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-indicators li::after,
.cid-vdGsbI60D5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vdGsbI60D5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vdGsbI60D5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vdGsbI60D5 .mbr-slider > .container img {
  width: 100%;
}
.cid-vdGsbI60D5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vdGsbI60D5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vdGsbI60D5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdGsbI60D5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vdGsbI60D5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vdGsbI60D5 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vdGsbI60D5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vdGsbI60D5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vdGsbI60D5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vdGsbI60D5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vdGsbI60D5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vdGsbI60D5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vdGsbI60D5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vdGsbI60D5 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vdGsbI60D5 .carousel-inner {
  height: 100%;
}
.cid-vdGsbI60D5 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vdGsbI60D5 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vdGsbI60D5 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdGsbI60D5 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vdGsbI60D5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vdGsbI60D5 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vdGsbI60D5 .image_wrapper {
    height: 330px;
  }
}
.cid-vemKf0O8Gf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vemKf0O8Gf .card {
  border: none;
}
.cid-vemKf0O8Gf .card .card-body {
  padding: 2rem;
}
.cid-vemKf0O8Gf .mbr-text {
  margin-bottom: 0;
}
.cid-vemKf0O8Gf P {
  text-align: center;
}
.cid-vgITzZFLso {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgITzZFLso .justify-content-center {
  align-items: center;
}
.cid-vgITzZFLso .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgITzZFLso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgITzZFLso .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vgITzZFLso .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgITzZFLso .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vgITzZFLso .content-head {
  max-width: 800px;
}
.cid-vgITzZFLso .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vgITzZFLso .card-title {
  color: #49ab0a;
}
.cid-vgISXRQTrW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgISXRQTrW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vgISXRQTrW .mbr-section-subtitle {
  color: #000000;
}
.cid-vgISXRQTrW .mbr-section-title {
  color: #000000;
}
.cid-vgIPoJsIRS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgIPoJsIRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgIPoJsIRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgIPoJsIRS .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vgIPoJsIRS .card-wrapper {
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgIPoJsIRS .card-wrapper {
    padding: 2.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-vgIPoJsIRS .card-wrapper {
    padding: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-vgIPoJsIRS .wrap {
  background: url("../../../assets/images/f1exp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-vgIPoJsIRS .wrap .inner-wrap {
  padding: 40px;
}
.cid-vgIPoJsIRS .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgIPoJsIRS .mbr-text {
  color: #000000;
}
.cid-vgIPoJsIRS .mbr-text,
.cid-vgIPoJsIRS .mbr-section-btn {
  color: #ffffff;
}
.cid-vhGktf3qYV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhGktf3qYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhGktf3qYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhGktf3qYV .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhGktf3qYV .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhGktf3qYV .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhGktf3qYV .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhGktf3qYV .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhGktf3qYV .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhGktf3qYV .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhGktf3qYV .items-wrapper {
  margin: 0 -10px;
}
.cid-vhGktf3qYV .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhGktf3qYV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhGktf3qYV .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vhGktf3qYV .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhGktf3qYV .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhGktf3qYV .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 16px;
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhGktf3qYV .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhGktf3qYV .mbr-label,
.cid-vhGktf3qYV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhGktf3qYV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhGktf3qYV .mbr-text,
.cid-vhGktf3qYV .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhGktf3qYV .item-price {
  color: #000000;
  text-align: center;
}
.cid-vhGktf3qYV .item-label {
  color: #000000;
}
.cid-vhGktf3qYV .item-title {
  color: #000000;
}
.cid-vhGktf3qYV .item-text {
  color: #4f4f4f;
}
.cid-vhGktf3qYV .item-title,
.cid-vhGktf3qYV .mbr-section-btn,
.cid-vhGktf3qYV .iconfont-wrapper {
  text-align: center;
}
.cid-vht8jUPUqo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vht8jUPUqo .justify-content-center {
  align-items: center;
}
.cid-vht8jUPUqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vht8jUPUqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vht8jUPUqo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vht8jUPUqo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vht8jUPUqo .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vht8jUPUqo .content-head {
  max-width: 800px;
}
.cid-vht8jUPUqo .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vht8jUPUqo .card-title {
  color: #49ab0a;
}
.cid-vhQdJokKqY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhQdJokKqY .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vhQdJokKqY .mbr-section-subtitle {
  color: #000000;
}
.cid-vhQdJokKqY .mbr-section-title {
  color: #000000;
}
.cid-vdIuoN9Tjl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdIuoN9Tjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIuoN9Tjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdIuoN9Tjl .row {
  flex-direction: row-reverse;
}
.cid-vdIuoN9Tjl .mbr-description {
  text-align: left;
}
.cid-vdI9AR65VB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdI9AR65VB .video-wrapper iframe {
  width: 100%;
}
.cid-vdI9AR65VB .mbr-section-title,
.cid-vdI9AR65VB .mbr-section-subtitle,
.cid-vdI9AR65VB .mbr-text {
  text-align: center;
}
.cid-vdIt5gYife {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdIt5gYife .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIt5gYife .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdIt5gYife .row {
  flex-direction: row-reverse;
}
.cid-vdIt5gYife .mbr-description {
  text-align: left;
}
.cid-vemDJEBDxk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vemDJEBDxk .justify-content-center {
  align-items: center;
}
.cid-vemDJEBDxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemDJEBDxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemDJEBDxk .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vemDJEBDxk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vemDJEBDxk .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vemDJEBDxk .content-head {
  max-width: 800px;
}
.cid-vemDJEBDxk .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vemDJEBDxk .card-title {
  color: #49ab0a;
}
.cid-ve3IOtOBrw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ve3IOtOBrw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ve3IOtOBrw .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ve3IOtOBrw .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ve3IOtOBrw .mbr-section-title {
  text-align: justify;
  color: #9fe870;
}
.cid-ve3IOtOBrw .mbr-text {
  color: #3d5943;
}
.cid-vdIuLfULMp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdIuLfULMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIuLfULMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdIuLfULMp .row {
  flex-direction: row-reverse;
}
.cid-vdIuLfULMp .mbr-description {
  text-align: left;
}
.cid-vemDKMw9O5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vemDKMw9O5 .justify-content-center {
  align-items: center;
}
.cid-vemDKMw9O5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemDKMw9O5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemDKMw9O5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vemDKMw9O5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vemDKMw9O5 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vemDKMw9O5 .content-head {
  max-width: 800px;
}
.cid-vemDKMw9O5 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vemDKMw9O5 .card-title {
  color: #49ab0a;
}
.cid-ve3IHadu9Z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ve3IHadu9Z .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ve3IHadu9Z .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ve3IHadu9Z .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ve3IHadu9Z .mbr-section-title {
  text-align: justify;
  color: #9fe870;
}
.cid-ve3IHadu9Z .mbr-text {
  color: #3d5943;
}
.cid-viM3zL4URG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viM3zL4URG .card {
  border: none;
}
.cid-viM3zL4URG .card .card-body {
  padding: 2rem;
}
.cid-viM3zL4URG .mbr-text {
  margin-bottom: 0;
}
.cid-viM3zL4URG P {
  text-align: center;
}
.cid-veggJ0DQIa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veggJ0DQIa .justify-content-center {
  align-items: center;
}
.cid-veggJ0DQIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veggJ0DQIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veggJ0DQIa .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-veggJ0DQIa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veggJ0DQIa .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-veggJ0DQIa .content-head {
  max-width: 800px;
}
.cid-veggJ0DQIa .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-veggJ0DQIa .card-title {
  color: #49ab0a;
}
.cid-veexj35UiY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veexj35UiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veexj35UiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veexj35UiY .container {
    padding: 0 25px;
  }
}
.cid-veexj35UiY .row {
  justify-content: center;
}
.cid-veexj35UiY .item {
  margin-bottom: 32px;
}
.cid-veexj35UiY .item .item-wrapper:hover .item-img::after,
.cid-veexj35UiY .item .item-wrapper:focus .item-img::after {
  opacity: .8;
}
.cid-veexj35UiY .item .item-wrapper .item-img {
  position: relative;
  height: 240px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.cid-veexj35UiY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-veexj35UiY .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: transparent;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-veexj35UiY .item .item-wrapper .item-img .date-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-veexj35UiY .item .item-wrapper .item-img .date-wrap .mbr-date {
  display: inline-flex;
  margin-bottom: 0;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
}
.cid-veexj35UiY .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-veexj35UiY .item .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 8px;
}
.cid-veexj35UiY .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 20px;
}
.cid-veexj35UiY .mbr-card-title {
  color: #2f2e30;
}
.cid-veexj35UiY .mbr-date {
  color: #2f2e30;
}
.cid-veexj35UiY .mbr-text {
  color: #2f2e30;
}
.cid-veggeTkaT2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veggeTkaT2 .justify-content-center {
  align-items: center;
}
.cid-veggeTkaT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veggeTkaT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veggeTkaT2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-veggeTkaT2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veggeTkaT2 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-veggeTkaT2 .content-head {
  max-width: 800px;
}
.cid-veggeTkaT2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-veggeTkaT2 .card-title {
  color: #49ab0a;
}
.cid-ve3PXpYKs2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve3PXpYKs2 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ve3PXpYKs2 img,
.cid-ve3PXpYKs2 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ve3PXpYKs2 .item:focus,
.cid-ve3PXpYKs2 span:focus {
  outline: none;
}
.cid-ve3PXpYKs2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ve3PXpYKs2 .item {
    margin-bottom: 1rem;
  }
}
.cid-ve3PXpYKs2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ve3PXpYKs2 .mbr-section-title {
  color: #49ab0a;
  text-align: justify;
}
.cid-ve3PXpYKs2 .mbr-text,
.cid-ve3PXpYKs2 .mbr-section-btn {
  color: #232323;
}
.cid-ve3PXpYKs2 .item-title {
  color: #232323;
}
.cid-ve3PXpYKs2 .content-head {
  max-width: 800px;
}
.cid-vbCjpchoxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbCjpchoxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbCjpchoxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbCjpchoxX .title .num {
  width: 100%;
  display: block;
}
.cid-vbCjpchoxX .title .card-title {
  z-index: 1;
}
.cid-vbCjpchoxX .num {
  color: #555B6E;
  text-align: center;
}
.cid-vbCjpchoxX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbCjpchoxX * {
    text-align: center !important;
  }
  .cid-vbCjpchoxX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vbCjpchoxX .content-head {
  max-width: 800px;
}
.cid-vbCjpchoxX .card-text {
  text-align: center;
}
.cid-vbCjpchoxX .card-title,
.cid-vbCjpchoxX .card-img {
  text-align: center;
}
.cid-vdIm35MgIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/captura20de20pantalla202026-04-0620121110-1814x496.png");
}
.cid-vdIm35MgIV::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bcef9b -10%, transparent 80%);
  z-index: 1;
}
.cid-vdIm35MgIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdIm35MgIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vdIm35MgIV .container {
    padding: 0 16px;
  }
}
.cid-vdIm35MgIV .row {
  position: relative;
  justify-content: space-between;
}
.cid-vdIm35MgIV .row .card {
  justify-content: space-between;
}
.cid-vdIm35MgIV .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vdIm35MgIV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdIm35MgIV .title-wrapper .mbr-section-title span {
  color: #2e481a;
}
.cid-vdIm35MgIV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdIm35MgIV .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vdIm35MgIV .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-vdIm35MgIV .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vdIm35MgIV .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vdIm35MgIV .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-vdIm35MgIV .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #edefeb;
}
.cid-vdIm35MgIV .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #edefeb;
  margin-right: 20px;
}
.cid-vdIm35MgIV .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vdIm35MgIV .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vdIm35MgIV .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vdIm35MgIV .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-vdIm35MgIV .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-vdIm35MgIV .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vdIm35MgIV .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.cid-vdIm35MgIV .dragArea.row .form-group .form-control:hover,
.cid-vdIm35MgIV .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vdIm35MgIV .dragArea.row .form-group .form-control::placeholder {
  color: #89b0ae;
}
.cid-vdIm35MgIV .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-vdIm35MgIV .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vdIm35MgIV .dragArea.row .form-group .form-check .form-check-input {
  background-color: #89b0ae;
  border-color: #89b0ae;
  border-radius: 0;
}
.cid-vdIm35MgIV .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vdIm35MgIV .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vdIm35MgIV .mbr-section-title {
  color: #000000;
}
.cid-vdIm35MgIV .mbr-text {
  color: #6f6f6f;
}
.cid-vdIm35MgIV .mbr-contact {
  color: #000000;
}
.cid-vdIm35MgIV label {
  color: #000000;
}
.cid-vdIm35MgIV .mbr-section-title,
.cid-vdIm35MgIV .mbr-section-btn {
  color: #ffffff;
}
.cid-vdIm35MgIV LABEL {
  color: #ffffff;
}
.cid-vdIm35MgIV .mbr-contact,
.cid-vdIm35MgIV .item-wrapper {
  color: #ffffff;
}
.cid-vbCjpckzjz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vbCjpckzjz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vbCjpckzjz .social-row .soc-item {
  margin: 8px;
}
.cid-vbCjpckzjz .social-row .soc-item a:hover .mbr-iconfont,
.cid-vbCjpckzjz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vbCjpckzjz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vbCjpckzjz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vbCjpckzjz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbCjpckzjz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbCjpckzjz .header-menu li p {
  margin: 0;
}
.cid-vbCjpckzjz .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vbCjpckzjz .mbr-section-title {
  color: #ffffff;
}
.cid-vgJpljnlN4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgJpljnlN4 .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-vgJpljnlN4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgJpljnlN4 .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-vgJpljnlN4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgJpljnlN4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgJpljnlN4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgJpljnlN4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgJpljnlN4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgJpljnlN4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgJpljnlN4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgJpljnlN4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgJpljnlN4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgJpljnlN4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgJpljnlN4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgJpljnlN4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgJpljnlN4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgJpljnlN4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgJpljnlN4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgJpljnlN4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgJpljnlN4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgJpljnlN4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgJpljnlN4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgJpljnlN4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgJpljnlN4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgJpljnlN4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgJpljnlN4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vgJpljnlN4 .nav-item:focus,
.cid-vgJpljnlN4 .nav-link:focus {
  outline: none;
}
.cid-vgJpljnlN4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgJpljnlN4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgJpljnlN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgJpljnlN4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgJpljnlN4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgJpljnlN4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgJpljnlN4 .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-vgJpljnlN4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgJpljnlN4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgJpljnlN4 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vgJpljnlN4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgJpljnlN4 .navbar.collapsed {
  justify-content: center;
}
.cid-vgJpljnlN4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgJpljnlN4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgJpljnlN4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vgJpljnlN4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgJpljnlN4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgJpljnlN4 .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-vgJpljnlN4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgJpljnlN4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgJpljnlN4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgJpljnlN4 .navbar {
    min-height: 72px;
  }
  .cid-vgJpljnlN4 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgJpljnlN4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgJpljnlN4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgJpljnlN4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgJpljnlN4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgJpljnlN4 .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-vgJpljnlN4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgJpljnlN4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgJpljnlN4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgJpljnlN4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgJpljnlN4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgJpljnlN4 .dropdown-item.active,
.cid-vgJpljnlN4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgJpljnlN4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgJpljnlN4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgJpljnlN4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgJpljnlN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgJpljnlN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgJpljnlN4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgJpljnlN4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgJpljnlN4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgJpljnlN4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgJpljnlN4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgJpljnlN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgJpljnlN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgJpljnlN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgJpljnlN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgJpljnlN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgJpljnlN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJpljnlN4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgJpljnlN4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgJpljnlN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJpljnlN4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgJpljnlN4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgJpljnlN4 .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-vgJpljnlN4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgJpljnlN4 .navbar {
    height: 70px;
  }
  .cid-vgJpljnlN4 .navbar.opened {
    height: auto;
  }
  .cid-vgJpljnlN4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgJpljnlN4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgJpljnlN4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgJpljnlN4 .navbar-brand {
    margin-right: auto;
  }
  .cid-vgJpljnlN4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgJpljnlN4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgJpljnlN4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgJpljnlN4 .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-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgJpljnlN4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgJpljnlN4 .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-vgJpljnlN4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgJpljnlN4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-viHTy3Y01u {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-viHTy3Y01u .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-viHTy3Y01u .mbr-fallback-image.disabled {
  display: none;
}
.cid-viHTy3Y01u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJplCO66V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-vgJplCO66V::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bcef9b -10%, transparent 80%);
  z-index: 1;
}
.cid-vgJplCO66V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJplCO66V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vgJplCO66V .container {
    padding: 0 16px;
  }
}
.cid-vgJplCO66V .row {
  position: relative;
  justify-content: space-between;
}
.cid-vgJplCO66V .row .card {
  justify-content: space-between;
}
.cid-vgJplCO66V .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vgJplCO66V .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgJplCO66V .title-wrapper .mbr-section-title span {
  color: #2e481a;
}
.cid-vgJplCO66V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgJplCO66V .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vgJplCO66V .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-vgJplCO66V .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vgJplCO66V .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vgJplCO66V .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-vgJplCO66V .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #2e481a;
}
.cid-vgJplCO66V .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #2e481a;
  margin-right: 20px;
}
.cid-vgJplCO66V .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vgJplCO66V .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vgJplCO66V .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vgJplCO66V .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-vgJplCO66V .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-vgJplCO66V .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vgJplCO66V .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.cid-vgJplCO66V .dragArea.row .form-group .form-control:hover,
.cid-vgJplCO66V .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vgJplCO66V .dragArea.row .form-group .form-control::placeholder {
  color: #89b0ae;
}
.cid-vgJplCO66V .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-vgJplCO66V .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vgJplCO66V .dragArea.row .form-group .form-check .form-check-input {
  background-color: #89b0ae;
  border-color: #89b0ae;
  border-radius: 0;
}
.cid-vgJplCO66V .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vgJplCO66V .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vgJplCO66V .mbr-section-title {
  color: #000000;
}
.cid-vgJplCO66V .mbr-text {
  color: #6f6f6f;
}
.cid-vgJplCO66V .mbr-contact {
  color: #000000;
}
.cid-vgJplCO66V label {
  color: #000000;
}
.cid-vgJplCO66V .mbr-section-title,
.cid-vgJplCO66V .mbr-section-btn {
  color: #ffffff;
}
.cid-vgJplCO66V LABEL {
  color: #ffffff;
}
.cid-vgJplCO66V .mbr-contact,
.cid-vgJplCO66V .item-wrapper {
  color: #ffffff;
}
.cid-vgJplE6L5r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vgJplE6L5r .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgJplE6L5r .social-row .soc-item {
  margin: 8px;
}
.cid-vgJplE6L5r .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgJplE6L5r .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgJplE6L5r .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgJplE6L5r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgJplE6L5r .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgJplE6L5r .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgJplE6L5r .header-menu li p {
  margin: 0;
}
.cid-vgJplE6L5r .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vgJplE6L5r .mbr-section-title {
  color: #ffffff;
}
.cid-vgJvkOWOoh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgJvkOWOoh .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-vgJvkOWOoh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgJvkOWOoh .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-vgJvkOWOoh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgJvkOWOoh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgJvkOWOoh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgJvkOWOoh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgJvkOWOoh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgJvkOWOoh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgJvkOWOoh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgJvkOWOoh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgJvkOWOoh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgJvkOWOoh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgJvkOWOoh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgJvkOWOoh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgJvkOWOoh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgJvkOWOoh .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgJvkOWOoh .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgJvkOWOoh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgJvkOWOoh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgJvkOWOoh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgJvkOWOoh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgJvkOWOoh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgJvkOWOoh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgJvkOWOoh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgJvkOWOoh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vgJvkOWOoh .nav-item:focus,
.cid-vgJvkOWOoh .nav-link:focus {
  outline: none;
}
.cid-vgJvkOWOoh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgJvkOWOoh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgJvkOWOoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgJvkOWOoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgJvkOWOoh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgJvkOWOoh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgJvkOWOoh .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-vgJvkOWOoh .navbar.opened {
  transition: all 0.3s;
}
.cid-vgJvkOWOoh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgJvkOWOoh .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vgJvkOWOoh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgJvkOWOoh .navbar.collapsed {
  justify-content: center;
}
.cid-vgJvkOWOoh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgJvkOWOoh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgJvkOWOoh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vgJvkOWOoh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgJvkOWOoh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgJvkOWOoh .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-vgJvkOWOoh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgJvkOWOoh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgJvkOWOoh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgJvkOWOoh .navbar {
    min-height: 72px;
  }
  .cid-vgJvkOWOoh .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgJvkOWOoh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgJvkOWOoh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgJvkOWOoh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgJvkOWOoh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgJvkOWOoh .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-vgJvkOWOoh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgJvkOWOoh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgJvkOWOoh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgJvkOWOoh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgJvkOWOoh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgJvkOWOoh .dropdown-item.active,
.cid-vgJvkOWOoh .dropdown-item:active {
  background-color: transparent;
}
.cid-vgJvkOWOoh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgJvkOWOoh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgJvkOWOoh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgJvkOWOoh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgJvkOWOoh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgJvkOWOoh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgJvkOWOoh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgJvkOWOoh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgJvkOWOoh .navbar-buttons {
    text-align: left;
  }
}
.cid-vgJvkOWOoh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgJvkOWOoh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgJvkOWOoh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgJvkOWOoh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgJvkOWOoh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgJvkOWOoh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgJvkOWOoh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJvkOWOoh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgJvkOWOoh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgJvkOWOoh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJvkOWOoh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgJvkOWOoh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgJvkOWOoh .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-vgJvkOWOoh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgJvkOWOoh .navbar {
    height: 70px;
  }
  .cid-vgJvkOWOoh .navbar.opened {
    height: auto;
  }
  .cid-vgJvkOWOoh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgJvkOWOoh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgJvkOWOoh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgJvkOWOoh .navbar-brand {
    margin-right: auto;
  }
  .cid-vgJvkOWOoh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgJvkOWOoh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgJvkOWOoh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgJvkOWOoh .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-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgJvkOWOoh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgJvkOWOoh .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-vgJvkOWOoh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgJvkOWOoh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgJvkQYgjY {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vgJvkQYgjY .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vgJvkQYgjY .modal-body .close {
  background: #1b1b1b;
}
.cid-vgJvkQYgjY .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vgJvkQYgjY .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vgJvkQYgjY .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vgJvkQYgjY .container {
  max-width: 100%;
  padding: 0;
}
.cid-vgJvkQYgjY .content-slider-wrap {
  width: 100%;
}
.cid-vgJvkQYgjY .carousel-inner > .active,
.cid-vgJvkQYgjY .carousel-inner > .next,
.cid-vgJvkQYgjY .carousel-inner > .prev {
  display: flex;
}
.cid-vgJvkQYgjY .carousel-control .icon-next,
.cid-vgJvkQYgjY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vgJvkQYgjY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgJvkQYgjY .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vgJvkQYgjY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vgJvkQYgjY .boxed-slider > div {
  position: relative;
}
.cid-vgJvkQYgjY .container img {
  width: 100%;
}
.cid-vgJvkQYgjY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vgJvkQYgjY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vgJvkQYgjY .mbr-table-cell {
  padding: 0;
}
.cid-vgJvkQYgjY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgJvkQYgjY .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vgJvkQYgjY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vgJvkQYgjY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vgJvkQYgjY .carousel-item.active.right,
.cid-vgJvkQYgjY .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vgJvkQYgjY .carousel-item.active.left,
.cid-vgJvkQYgjY .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vgJvkQYgjY .carousel-item.active,
.cid-vgJvkQYgjY .carousel-item.next.left,
.cid-vgJvkQYgjY .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vgJvkQYgjY .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vgJvkQYgjY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-indicators li.active,
.cid-vgJvkQYgjY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-indicators li::after,
.cid-vgJvkQYgjY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vgJvkQYgjY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vgJvkQYgjY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vgJvkQYgjY .mbr-slider > .container img {
  width: 100%;
}
.cid-vgJvkQYgjY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vgJvkQYgjY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vgJvkQYgjY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgJvkQYgjY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vgJvkQYgjY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vgJvkQYgjY .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vgJvkQYgjY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vgJvkQYgjY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vgJvkQYgjY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vgJvkQYgjY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vgJvkQYgjY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vgJvkQYgjY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vgJvkQYgjY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vgJvkQYgjY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vgJvkQYgjY .carousel-inner {
  height: 100%;
}
.cid-vgJvkQYgjY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vgJvkQYgjY .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vgJvkQYgjY .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgJvkQYgjY .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vgJvkQYgjY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgJvkQYgjY .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vgJvkQYgjY .image_wrapper {
    height: 330px;
  }
}
.cid-vgJvkSe8kc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgJvkSe8kc .justify-content-center {
  align-items: center;
}
.cid-vgJvkSe8kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJvkSe8kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJvkSe8kc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vgJvkSe8kc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgJvkSe8kc .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vgJvkSe8kc .content-head {
  max-width: 800px;
}
.cid-vgJvkSe8kc .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vgJvkSe8kc .card-title {
  color: #49ab0a;
}
.cid-vgJvkTe17u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgJvkTe17u .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vgJvkTe17u .mbr-section-subtitle {
  color: #000000;
}
.cid-vgJvkTe17u .mbr-section-title {
  color: #000000;
}
.cid-vgJvkXeVX3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgJvkXeVX3 .justify-content-center {
  align-items: center;
}
.cid-vgJvkXeVX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJvkXeVX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJvkXeVX3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vgJvkXeVX3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgJvkXeVX3 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vgJvkXeVX3 .content-head {
  max-width: 800px;
}
.cid-vgJvkXeVX3 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vgJvkXeVX3 .card-title {
  color: #49ab0a;
}
.cid-vgJwrImy5T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgJwrImy5T .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vgJwrImy5T .mbr-section-subtitle {
  color: #000000;
}
.cid-vgJwrImy5T .mbr-section-title {
  color: #000000;
}
.cid-vgJvkYsurf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgJvkYsurf .justify-content-center {
  align-items: center;
}
.cid-vgJvkYsurf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJvkYsurf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJvkYsurf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vgJvkYsurf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgJvkYsurf .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vgJvkYsurf .content-head {
  max-width: 800px;
}
.cid-vgJvkYsurf .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vgJvkYsurf .card-title {
  color: #49ab0a;
}
.cid-vgJwMF59O7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgJwMF59O7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vgJwMF59O7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vgJwMF59O7 .mbr-section-title {
  color: #000000;
}
.cid-vhFomxOx6E {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhFomxOx6E .video-wrapper iframe {
  width: 100%;
}
.cid-vhFomxOx6E .mbr-section-title,
.cid-vhFomxOx6E .mbr-section-subtitle,
.cid-vhFomxOx6E .mbr-text {
  text-align: center;
}
.cid-vgJB7XUyF2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vgJB7XUyF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJB7XUyF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJB7XUyF2 .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-vgJB7XUyF2 .content-head {
  max-width: 800px;
}
.cid-vgJB7XUyF2 .card1 {
  background-image: url("../../../assets/images/logoquimeco20x20-567x529.png");
  background-size: cover;
  background-position: center center;
}
.cid-vgJB7XUyF2 .card1:before {
  background: #49ab0a;
}
.cid-vgJB7XUyF2 .card2 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-vgJB7XUyF2 .card2:before {
  background: #ffd7ef;
}
.cid-vgJB7XUyF2 .card3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-vgJB7XUyF2 .card3:before {
  background: #ffea64;
}
.cid-vgJB7XUyF2 .card4 {
  background-image: url("../../../assets/images/team4.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-vgJB7XUyF2 .card4:before {
  background: #9fe870;
}
.cid-vgJB7XUyF2 .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-vgJB7XUyF2 .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgJB7XUyF2 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vgJB7XUyF2 .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-vgJB7XUyF2 .card {
  transition: transform 0.6s;
}
.cid-vgJB7XUyF2 .card:hover .card-wrap,
.cid-vgJB7XUyF2 .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-vgJB7XUyF2 .card:hover .card-wrap:before,
.cid-vgJB7XUyF2 .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-vgJB7XUyF2 .card:hover .mbr-section-btn,
.cid-vgJB7XUyF2 .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-vgJB7XUyF2 .card:hover .card-wrap {
    transform: none;
  }
  .cid-vgJB7XUyF2 .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-vgJB7XUyF2 .card-wrap:before {
    opacity: 0.8;
  }
  .cid-vgJB7XUyF2 .card-wrap:hover {
    transform: none;
  }
  .cid-vgJB7XUyF2 .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-vgJB7XUyF2 .mbr-section-btn {
    opacity: 1;
  }
}
.cid-vgJvl7sQjL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vgJvl7sQjL .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgJvl7sQjL .social-row .soc-item {
  margin: 8px;
}
.cid-vgJvl7sQjL .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgJvl7sQjL .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgJvl7sQjL .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgJvl7sQjL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgJvl7sQjL .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgJvl7sQjL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgJvl7sQjL .header-menu li p {
  margin: 0;
}
.cid-vgJvl7sQjL .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vgJvl7sQjL .mbr-section-title {
  color: #ffffff;
}
.cid-vgLCXYOvUD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgLCXYOvUD .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-vgLCXYOvUD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgLCXYOvUD .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-vgLCXYOvUD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgLCXYOvUD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgLCXYOvUD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgLCXYOvUD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgLCXYOvUD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgLCXYOvUD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgLCXYOvUD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgLCXYOvUD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgLCXYOvUD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgLCXYOvUD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgLCXYOvUD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgLCXYOvUD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgLCXYOvUD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgLCXYOvUD .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgLCXYOvUD .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgLCXYOvUD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgLCXYOvUD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgLCXYOvUD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgLCXYOvUD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgLCXYOvUD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgLCXYOvUD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgLCXYOvUD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgLCXYOvUD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vgLCXYOvUD .nav-item:focus,
.cid-vgLCXYOvUD .nav-link:focus {
  outline: none;
}
.cid-vgLCXYOvUD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgLCXYOvUD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgLCXYOvUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgLCXYOvUD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgLCXYOvUD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgLCXYOvUD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgLCXYOvUD .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-vgLCXYOvUD .navbar.opened {
  transition: all 0.3s;
}
.cid-vgLCXYOvUD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgLCXYOvUD .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vgLCXYOvUD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgLCXYOvUD .navbar.collapsed {
  justify-content: center;
}
.cid-vgLCXYOvUD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgLCXYOvUD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgLCXYOvUD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vgLCXYOvUD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgLCXYOvUD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgLCXYOvUD .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-vgLCXYOvUD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgLCXYOvUD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgLCXYOvUD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgLCXYOvUD .navbar {
    min-height: 72px;
  }
  .cid-vgLCXYOvUD .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgLCXYOvUD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgLCXYOvUD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgLCXYOvUD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgLCXYOvUD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgLCXYOvUD .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-vgLCXYOvUD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgLCXYOvUD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgLCXYOvUD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgLCXYOvUD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgLCXYOvUD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgLCXYOvUD .dropdown-item.active,
.cid-vgLCXYOvUD .dropdown-item:active {
  background-color: transparent;
}
.cid-vgLCXYOvUD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgLCXYOvUD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgLCXYOvUD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgLCXYOvUD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgLCXYOvUD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgLCXYOvUD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgLCXYOvUD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgLCXYOvUD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgLCXYOvUD .navbar-buttons {
    text-align: left;
  }
}
.cid-vgLCXYOvUD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgLCXYOvUD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgLCXYOvUD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgLCXYOvUD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgLCXYOvUD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgLCXYOvUD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgLCXYOvUD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLCXYOvUD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgLCXYOvUD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgLCXYOvUD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLCXYOvUD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgLCXYOvUD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgLCXYOvUD .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-vgLCXYOvUD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgLCXYOvUD .navbar {
    height: 70px;
  }
  .cid-vgLCXYOvUD .navbar.opened {
    height: auto;
  }
  .cid-vgLCXYOvUD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgLCXYOvUD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgLCXYOvUD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgLCXYOvUD .navbar-brand {
    margin-right: auto;
  }
  .cid-vgLCXYOvUD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgLCXYOvUD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgLCXYOvUD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgLCXYOvUD .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-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgLCXYOvUD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgLCXYOvUD .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-vgLCXYOvUD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgLCXYOvUD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgLDTVQUAp {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vgLDTVQUAp .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vgLDTVQUAp .modal-body .close {
  background: #1b1b1b;
}
.cid-vgLDTVQUAp .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vgLDTVQUAp .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vgLDTVQUAp .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vgLDTVQUAp .container {
  max-width: 100%;
  padding: 0;
}
.cid-vgLDTVQUAp .content-slider-wrap {
  width: 100%;
}
.cid-vgLDTVQUAp .carousel-inner > .active,
.cid-vgLDTVQUAp .carousel-inner > .next,
.cid-vgLDTVQUAp .carousel-inner > .prev {
  display: flex;
}
.cid-vgLDTVQUAp .carousel-control .icon-next,
.cid-vgLDTVQUAp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vgLDTVQUAp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vgLDTVQUAp .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vgLDTVQUAp .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vgLDTVQUAp .boxed-slider > div {
  position: relative;
}
.cid-vgLDTVQUAp .container img {
  width: 100%;
}
.cid-vgLDTVQUAp .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vgLDTVQUAp .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vgLDTVQUAp .mbr-table-cell {
  padding: 0;
}
.cid-vgLDTVQUAp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vgLDTVQUAp .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vgLDTVQUAp .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vgLDTVQUAp .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vgLDTVQUAp .carousel-item.active.right,
.cid-vgLDTVQUAp .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vgLDTVQUAp .carousel-item.active.left,
.cid-vgLDTVQUAp .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vgLDTVQUAp .carousel-item.active,
.cid-vgLDTVQUAp .carousel-item.next.left,
.cid-vgLDTVQUAp .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vgLDTVQUAp .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vgLDTVQUAp .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-indicators li.active,
.cid-vgLDTVQUAp .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-indicators li::after,
.cid-vgLDTVQUAp .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vgLDTVQUAp .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vgLDTVQUAp .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vgLDTVQUAp .mbr-slider > .container img {
  width: 100%;
}
.cid-vgLDTVQUAp .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vgLDTVQUAp .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vgLDTVQUAp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgLDTVQUAp .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vgLDTVQUAp .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vgLDTVQUAp .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vgLDTVQUAp .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vgLDTVQUAp .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vgLDTVQUAp .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vgLDTVQUAp .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vgLDTVQUAp .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vgLDTVQUAp .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vgLDTVQUAp .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vgLDTVQUAp .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vgLDTVQUAp .carousel-inner {
  height: 100%;
}
.cid-vgLDTVQUAp .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vgLDTVQUAp .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vgLDTVQUAp .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgLDTVQUAp .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vgLDTVQUAp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vgLDTVQUAp .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vgLDTVQUAp .image_wrapper {
    height: 330px;
  }
}
.cid-vgLCYg7fO1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgLCYg7fO1 .justify-content-center {
  align-items: center;
}
.cid-vgLCYg7fO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLCYg7fO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLCYg7fO1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vgLCYg7fO1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgLCYg7fO1 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vgLCYg7fO1 .content-head {
  max-width: 800px;
}
.cid-vgLCYg7fO1 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vgLCYg7fO1 .card-title {
  color: #49ab0a;
}
.cid-vgLCYh5wb6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgLCYh5wb6 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vgLCYh5wb6 img,
.cid-vgLCYh5wb6 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vgLCYh5wb6 .item:focus,
.cid-vgLCYh5wb6 span:focus {
  outline: none;
}
.cid-vgLCYh5wb6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgLCYh5wb6 .item {
    margin-bottom: 1rem;
  }
}
.cid-vgLCYh5wb6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgLCYh5wb6 .mbr-section-title {
  color: #49ab0a;
  text-align: justify;
}
.cid-vgLCYh5wb6 .mbr-text,
.cid-vgLCYh5wb6 .mbr-section-btn {
  color: #232323;
}
.cid-vgLCYh5wb6 .item-title {
  color: #232323;
}
.cid-vgLCYh5wb6 .content-head {
  max-width: 800px;
}
.cid-vgLDCjhBgd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgLDCjhBgd .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vgLDCjhBgd img,
.cid-vgLDCjhBgd .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vgLDCjhBgd .item:focus,
.cid-vgLDCjhBgd span:focus {
  outline: none;
}
.cid-vgLDCjhBgd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgLDCjhBgd .item {
    margin-bottom: 1rem;
  }
}
.cid-vgLDCjhBgd .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgLDCjhBgd .mbr-section-title {
  color: #49ab0a;
  text-align: justify;
}
.cid-vgLDCjhBgd .mbr-text,
.cid-vgLDCjhBgd .mbr-section-btn {
  color: #232323;
}
.cid-vgLDCjhBgd .item-title {
  color: #232323;
}
.cid-vgLDCjhBgd .content-head {
  max-width: 800px;
}
.cid-vht1wUpSk9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vht1wUpSk9 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vht1wUpSk9 img,
.cid-vht1wUpSk9 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vht1wUpSk9 .item:focus,
.cid-vht1wUpSk9 span:focus {
  outline: none;
}
.cid-vht1wUpSk9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vht1wUpSk9 .item {
    margin-bottom: 1rem;
  }
}
.cid-vht1wUpSk9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vht1wUpSk9 .mbr-section-title {
  color: #49ab0a;
  text-align: justify;
}
.cid-vht1wUpSk9 .mbr-text,
.cid-vht1wUpSk9 .mbr-section-btn {
  color: #232323;
}
.cid-vht1wUpSk9 .item-title {
  color: #232323;
}
.cid-vht1wUpSk9 .content-head {
  max-width: 800px;
}
.cid-vhGrEgjlER {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhGrEgjlER .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vhGrEgjlER img,
.cid-vhGrEgjlER .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vhGrEgjlER .item:focus,
.cid-vhGrEgjlER span:focus {
  outline: none;
}
.cid-vhGrEgjlER .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhGrEgjlER .item {
    margin-bottom: 1rem;
  }
}
.cid-vhGrEgjlER .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vhGrEgjlER .mbr-section-title {
  color: #49ab0a;
  text-align: justify;
}
.cid-vhGrEgjlER .mbr-text,
.cid-vhGrEgjlER .mbr-section-btn {
  color: #232323;
}
.cid-vhGrEgjlER .item-title {
  color: #232323;
}
.cid-vhGrEgjlER .content-head {
  max-width: 800px;
}
.cid-vgLCYk2jnp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vgLCYk2jnp .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgLCYk2jnp .social-row .soc-item {
  margin: 8px;
}
.cid-vgLCYk2jnp .social-row .soc-item a:hover .mbr-iconfont,
.cid-vgLCYk2jnp .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vgLCYk2jnp .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vgLCYk2jnp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vgLCYk2jnp .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vgLCYk2jnp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vgLCYk2jnp .header-menu li p {
  margin: 0;
}
.cid-vgLCYk2jnp .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vgLCYk2jnp .mbr-section-title {
  color: #ffffff;
}
.cid-vhxNPGtkHw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhxNPGtkHw .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-vhxNPGtkHw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhxNPGtkHw .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-vhxNPGtkHw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhxNPGtkHw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhxNPGtkHw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhxNPGtkHw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhxNPGtkHw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhxNPGtkHw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhxNPGtkHw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhxNPGtkHw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhxNPGtkHw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhxNPGtkHw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhxNPGtkHw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhxNPGtkHw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhxNPGtkHw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhxNPGtkHw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhxNPGtkHw .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhxNPGtkHw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhxNPGtkHw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhxNPGtkHw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhxNPGtkHw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhxNPGtkHw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhxNPGtkHw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhxNPGtkHw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhxNPGtkHw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhxNPGtkHw .nav-item:focus,
.cid-vhxNPGtkHw .nav-link:focus {
  outline: none;
}
.cid-vhxNPGtkHw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhxNPGtkHw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhxNPGtkHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhxNPGtkHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhxNPGtkHw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhxNPGtkHw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhxNPGtkHw .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-vhxNPGtkHw .navbar.opened {
  transition: all 0.3s;
}
.cid-vhxNPGtkHw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhxNPGtkHw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhxNPGtkHw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhxNPGtkHw .navbar.collapsed {
  justify-content: center;
}
.cid-vhxNPGtkHw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhxNPGtkHw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhxNPGtkHw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhxNPGtkHw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhxNPGtkHw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhxNPGtkHw .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-vhxNPGtkHw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhxNPGtkHw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhxNPGtkHw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhxNPGtkHw .navbar {
    min-height: 72px;
  }
  .cid-vhxNPGtkHw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhxNPGtkHw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhxNPGtkHw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhxNPGtkHw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhxNPGtkHw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhxNPGtkHw .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-vhxNPGtkHw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhxNPGtkHw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhxNPGtkHw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhxNPGtkHw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhxNPGtkHw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhxNPGtkHw .dropdown-item.active,
.cid-vhxNPGtkHw .dropdown-item:active {
  background-color: transparent;
}
.cid-vhxNPGtkHw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhxNPGtkHw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhxNPGtkHw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhxNPGtkHw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhxNPGtkHw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhxNPGtkHw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhxNPGtkHw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhxNPGtkHw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhxNPGtkHw .navbar-buttons {
    text-align: left;
  }
}
.cid-vhxNPGtkHw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhxNPGtkHw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhxNPGtkHw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhxNPGtkHw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhxNPGtkHw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhxNPGtkHw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhxNPGtkHw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhxNPGtkHw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhxNPGtkHw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhxNPGtkHw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhxNPGtkHw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhxNPGtkHw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhxNPGtkHw .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-vhxNPGtkHw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhxNPGtkHw .navbar {
    height: 70px;
  }
  .cid-vhxNPGtkHw .navbar.opened {
    height: auto;
  }
  .cid-vhxNPGtkHw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhxNPGtkHw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhxNPGtkHw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhxNPGtkHw .navbar-brand {
    margin-right: auto;
  }
  .cid-vhxNPGtkHw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhxNPGtkHw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhxNPGtkHw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhxNPGtkHw .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-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhxNPGtkHw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhxNPGtkHw .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-vhxNPGtkHw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhxNPGtkHw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhxNPGYHJ5 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhxNPGYHJ5 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhxNPGYHJ5 .modal-body .close {
  background: #1b1b1b;
}
.cid-vhxNPGYHJ5 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhxNPGYHJ5 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhxNPGYHJ5 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhxNPGYHJ5 .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhxNPGYHJ5 .content-slider-wrap {
  width: 100%;
}
.cid-vhxNPGYHJ5 .carousel-inner > .active,
.cid-vhxNPGYHJ5 .carousel-inner > .next,
.cid-vhxNPGYHJ5 .carousel-inner > .prev {
  display: flex;
}
.cid-vhxNPGYHJ5 .carousel-control .icon-next,
.cid-vhxNPGYHJ5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhxNPGYHJ5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhxNPGYHJ5 .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhxNPGYHJ5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhxNPGYHJ5 .boxed-slider > div {
  position: relative;
}
.cid-vhxNPGYHJ5 .container img {
  width: 100%;
}
.cid-vhxNPGYHJ5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhxNPGYHJ5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhxNPGYHJ5 .mbr-table-cell {
  padding: 0;
}
.cid-vhxNPGYHJ5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhxNPGYHJ5 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhxNPGYHJ5 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhxNPGYHJ5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhxNPGYHJ5 .carousel-item.active.right,
.cid-vhxNPGYHJ5 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhxNPGYHJ5 .carousel-item.active.left,
.cid-vhxNPGYHJ5 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhxNPGYHJ5 .carousel-item.active,
.cid-vhxNPGYHJ5 .carousel-item.next.left,
.cid-vhxNPGYHJ5 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhxNPGYHJ5 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators li.active,
.cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators li::after,
.cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhxNPGYHJ5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhxNPGYHJ5 .mbr-slider > .container img {
  width: 100%;
}
.cid-vhxNPGYHJ5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhxNPGYHJ5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhxNPGYHJ5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhxNPGYHJ5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhxNPGYHJ5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhxNPGYHJ5 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhxNPGYHJ5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhxNPGYHJ5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhxNPGYHJ5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhxNPGYHJ5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhxNPGYHJ5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhxNPGYHJ5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhxNPGYHJ5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhxNPGYHJ5 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhxNPGYHJ5 .carousel-inner {
  height: 100%;
}
.cid-vhxNPGYHJ5 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhxNPGYHJ5 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhxNPGYHJ5 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhxNPGYHJ5 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhxNPGYHJ5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhxNPGYHJ5 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhxNPGYHJ5 .image_wrapper {
    height: 330px;
  }
}
.cid-vhxNPHgChN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhxNPHgChN .justify-content-center {
  align-items: center;
}
.cid-vhxNPHgChN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhxNPHgChN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhxNPHgChN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhxNPHgChN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhxNPHgChN .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhxNPHgChN .content-head {
  max-width: 800px;
}
.cid-vhxNPHgChN .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhxNPHgChN .card-title {
  color: #49ab0a;
}
.cid-vhF2EYOGkC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vhF2EYOGkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF2EYOGkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhF2EYOGkC .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vhF2EYOGkC .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhF2EYOGkC .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhF2EYOGkC .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhF2EYOGkC .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhF2EYOGkC .image-wrapper {
  padding: 0 1rem;
}
.cid-vhF2EYOGkC img,
.cid-vhF2EYOGkC .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhF2EYOGkC img,
  .cid-vhF2EYOGkC .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhF2EYOGkC .mbr-section-title {
  color: #000000;
}
.cid-vhF2EYOGkC .mbr-text {
  color: #000000;
}
.cid-vhF2EYOGkC .mbr-text,
.cid-vhF2EYOGkC .mbr-section-btn {
  text-align: left;
}
.cid-vhF2Nbqg8E {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-vhF2Nbqg8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhF2Nbqg8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vhF2Nbqg8E .container-fluid {
    padding: 0;
  }
}
.cid-vhF2Nbqg8E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vhF2Nbqg8E .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhF2Nbqg8E .embla__button--next,
.cid-vhF2Nbqg8E .embla__button--prev {
  display: flex;
}
.cid-vhF2Nbqg8E .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vhF2Nbqg8E .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vhF2Nbqg8E .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vhF2Nbqg8E .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhF2Nbqg8E .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhF2Nbqg8E .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhF2Nbqg8E .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhF2Nbqg8E .embla {
  position: relative;
  width: 100%;
}
.cid-vhF2Nbqg8E .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhF2Nbqg8E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhF2Nbqg8E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhF2Nbqg8E .embla__slide a {
  cursor: grab;
}
.cid-vhF2Nbqg8E .embla__slide a:active {
  cursor: grabbing;
}
.cid-vhF2Nbqg8E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhF2Nbqg8E .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vhF2Nbqg8E .mbr-section-title {
  color: #232323;
}
.cid-vhF2Nbqg8E .mbr-section-subtitle {
  color: #232323;
}
.cid-vhF2Nbqg8E .mbr-box {
  color: #ffffff;
}
.cid-vhF2Nbqg8E .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vhF2Nbqg8E img,
.cid-vhF2Nbqg8E .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhF2Nbqg8E .item-wrapper {
  position: relative;
}
.cid-vhF2Nbqg8E .content-head {
  max-width: 800px;
}
.cid-vhxNPJjyrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhxNPJjyrB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhxNPJjyrB .social-row .soc-item {
  margin: 8px;
}
.cid-vhxNPJjyrB .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhxNPJjyrB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhxNPJjyrB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhxNPJjyrB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhxNPJjyrB .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhxNPJjyrB .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhxNPJjyrB .header-menu li p {
  margin: 0;
}
.cid-vhxNPJjyrB .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhxNPJjyrB .mbr-section-title {
  color: #ffffff;
}
.cid-vhFaKPRRer {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhFaKPRRer .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-vhFaKPRRer .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhFaKPRRer .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-vhFaKPRRer .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhFaKPRRer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhFaKPRRer .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFaKPRRer .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhFaKPRRer .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhFaKPRRer .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhFaKPRRer .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhFaKPRRer .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhFaKPRRer .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhFaKPRRer .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhFaKPRRer .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhFaKPRRer .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhFaKPRRer .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhFaKPRRer .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhFaKPRRer .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhFaKPRRer .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFaKPRRer .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhFaKPRRer .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhFaKPRRer .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhFaKPRRer .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFaKPRRer .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhFaKPRRer .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhFaKPRRer .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhFaKPRRer .nav-item:focus,
.cid-vhFaKPRRer .nav-link:focus {
  outline: none;
}
.cid-vhFaKPRRer .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFaKPRRer .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFaKPRRer .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFaKPRRer .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFaKPRRer .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFaKPRRer .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFaKPRRer .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-vhFaKPRRer .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFaKPRRer .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhFaKPRRer .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhFaKPRRer .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhFaKPRRer .navbar.collapsed {
  justify-content: center;
}
.cid-vhFaKPRRer .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFaKPRRer .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFaKPRRer .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhFaKPRRer .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFaKPRRer .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFaKPRRer .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-vhFaKPRRer .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFaKPRRer .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFaKPRRer .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFaKPRRer .navbar {
    min-height: 72px;
  }
  .cid-vhFaKPRRer .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFaKPRRer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFaKPRRer .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFaKPRRer .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFaKPRRer .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFaKPRRer .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-vhFaKPRRer .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhFaKPRRer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhFaKPRRer .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFaKPRRer .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFaKPRRer .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhFaKPRRer .dropdown-item.active,
.cid-vhFaKPRRer .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFaKPRRer .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFaKPRRer .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFaKPRRer .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFaKPRRer .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhFaKPRRer .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhFaKPRRer .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhFaKPRRer ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhFaKPRRer .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhFaKPRRer .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFaKPRRer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhFaKPRRer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhFaKPRRer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFaKPRRer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFaKPRRer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFaKPRRer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFaKPRRer nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFaKPRRer nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFaKPRRer nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFaKPRRer nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFaKPRRer .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhFaKPRRer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFaKPRRer .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-vhFaKPRRer .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFaKPRRer .navbar {
    height: 70px;
  }
  .cid-vhFaKPRRer .navbar.opened {
    height: auto;
  }
  .cid-vhFaKPRRer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhFaKPRRer .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhFaKPRRer .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhFaKPRRer .navbar-brand {
    margin-right: auto;
  }
  .cid-vhFaKPRRer .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhFaKPRRer .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhFaKPRRer .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhFaKPRRer .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-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhFaKPRRer .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhFaKPRRer .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-vhFaKPRRer .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhFaKPRRer .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhFaKQxOkW {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhFaKQxOkW .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhFaKQxOkW .modal-body .close {
  background: #1b1b1b;
}
.cid-vhFaKQxOkW .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhFaKQxOkW .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhFaKQxOkW .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhFaKQxOkW .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhFaKQxOkW .content-slider-wrap {
  width: 100%;
}
.cid-vhFaKQxOkW .carousel-inner > .active,
.cid-vhFaKQxOkW .carousel-inner > .next,
.cid-vhFaKQxOkW .carousel-inner > .prev {
  display: flex;
}
.cid-vhFaKQxOkW .carousel-control .icon-next,
.cid-vhFaKQxOkW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhFaKQxOkW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhFaKQxOkW .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhFaKQxOkW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhFaKQxOkW .boxed-slider > div {
  position: relative;
}
.cid-vhFaKQxOkW .container img {
  width: 100%;
}
.cid-vhFaKQxOkW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhFaKQxOkW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFaKQxOkW .mbr-table-cell {
  padding: 0;
}
.cid-vhFaKQxOkW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhFaKQxOkW .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhFaKQxOkW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFaKQxOkW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhFaKQxOkW .carousel-item.active.right,
.cid-vhFaKQxOkW .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFaKQxOkW .carousel-item.active.left,
.cid-vhFaKQxOkW .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFaKQxOkW .carousel-item.active,
.cid-vhFaKQxOkW .carousel-item.next.left,
.cid-vhFaKQxOkW .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhFaKQxOkW .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhFaKQxOkW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-indicators li.active,
.cid-vhFaKQxOkW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-indicators li::after,
.cid-vhFaKQxOkW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhFaKQxOkW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhFaKQxOkW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhFaKQxOkW .mbr-slider > .container img {
  width: 100%;
}
.cid-vhFaKQxOkW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhFaKQxOkW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhFaKQxOkW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFaKQxOkW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFaKQxOkW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhFaKQxOkW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhFaKQxOkW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhFaKQxOkW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhFaKQxOkW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhFaKQxOkW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFaKQxOkW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhFaKQxOkW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhFaKQxOkW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhFaKQxOkW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhFaKQxOkW .carousel-inner {
  height: 100%;
}
.cid-vhFaKQxOkW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhFaKQxOkW .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhFaKQxOkW .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhFaKQxOkW .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhFaKQxOkW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhFaKQxOkW .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhFaKQxOkW .image_wrapper {
    height: 330px;
  }
}
.cid-vhFaKR4AGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhFaKR4AGX .justify-content-center {
  align-items: center;
}
.cid-vhFaKR4AGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFaKR4AGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFaKR4AGX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhFaKR4AGX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFaKR4AGX .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhFaKR4AGX .content-head {
  max-width: 800px;
}
.cid-vhFaKR4AGX .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhFaKR4AGX .card-title {
  color: #49ab0a;
}
.cid-vhFaKRME8B {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vhFaKRME8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFaKRME8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFaKRME8B .card-wrapper {
  overflow: hidden;
  background: #f9fcfb;
}
.cid-vhFaKRME8B .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhFaKRME8B .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFaKRME8B .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhFaKRME8B .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhFaKRME8B .image-wrapper {
  padding: 0 1rem;
}
.cid-vhFaKRME8B img,
.cid-vhFaKRME8B .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhFaKRME8B img,
  .cid-vhFaKRME8B .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhFaKRME8B .mbr-section-title {
  color: #000000;
}
.cid-vhFaKRME8B .mbr-text {
  color: #000000;
}
.cid-vhFaKRME8B .mbr-text,
.cid-vhFaKRME8B .mbr-section-btn {
  text-align: left;
}
.cid-vhFaKU26Df {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhFaKU26Df .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhFaKU26Df .social-row .soc-item {
  margin: 8px;
}
.cid-vhFaKU26Df .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhFaKU26Df .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhFaKU26Df .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhFaKU26Df .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhFaKU26Df .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhFaKU26Df .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhFaKU26Df .header-menu li p {
  margin: 0;
}
.cid-vhFaKU26Df .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhFaKU26Df .mbr-section-title {
  color: #ffffff;
}
.cid-vhFfvIiXdw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhFfvIiXdw .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-vhFfvIiXdw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhFfvIiXdw .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-vhFfvIiXdw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhFfvIiXdw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhFfvIiXdw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFfvIiXdw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhFfvIiXdw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhFfvIiXdw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhFfvIiXdw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhFfvIiXdw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhFfvIiXdw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhFfvIiXdw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhFfvIiXdw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhFfvIiXdw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhFfvIiXdw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhFfvIiXdw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhFfvIiXdw .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhFfvIiXdw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFfvIiXdw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhFfvIiXdw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhFfvIiXdw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhFfvIiXdw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFfvIiXdw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhFfvIiXdw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhFfvIiXdw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhFfvIiXdw .nav-item:focus,
.cid-vhFfvIiXdw .nav-link:focus {
  outline: none;
}
.cid-vhFfvIiXdw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFfvIiXdw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFfvIiXdw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFfvIiXdw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFfvIiXdw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFfvIiXdw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFfvIiXdw .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-vhFfvIiXdw .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFfvIiXdw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhFfvIiXdw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhFfvIiXdw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhFfvIiXdw .navbar.collapsed {
  justify-content: center;
}
.cid-vhFfvIiXdw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFfvIiXdw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFfvIiXdw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhFfvIiXdw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFfvIiXdw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFfvIiXdw .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-vhFfvIiXdw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFfvIiXdw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFfvIiXdw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFfvIiXdw .navbar {
    min-height: 72px;
  }
  .cid-vhFfvIiXdw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFfvIiXdw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFfvIiXdw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFfvIiXdw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFfvIiXdw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFfvIiXdw .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-vhFfvIiXdw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhFfvIiXdw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhFfvIiXdw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFfvIiXdw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFfvIiXdw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhFfvIiXdw .dropdown-item.active,
.cid-vhFfvIiXdw .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFfvIiXdw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFfvIiXdw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFfvIiXdw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFfvIiXdw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhFfvIiXdw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhFfvIiXdw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhFfvIiXdw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhFfvIiXdw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhFfvIiXdw .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFfvIiXdw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhFfvIiXdw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhFfvIiXdw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFfvIiXdw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFfvIiXdw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFfvIiXdw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFfvIiXdw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFfvIiXdw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFfvIiXdw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFfvIiXdw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFfvIiXdw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhFfvIiXdw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFfvIiXdw .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-vhFfvIiXdw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFfvIiXdw .navbar {
    height: 70px;
  }
  .cid-vhFfvIiXdw .navbar.opened {
    height: auto;
  }
  .cid-vhFfvIiXdw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhFfvIiXdw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhFfvIiXdw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhFfvIiXdw .navbar-brand {
    margin-right: auto;
  }
  .cid-vhFfvIiXdw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhFfvIiXdw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhFfvIiXdw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhFfvIiXdw .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-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhFfvIiXdw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhFfvIiXdw .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-vhFfvIiXdw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhFfvIiXdw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhFfvINTxx {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhFfvINTxx .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhFfvINTxx .modal-body .close {
  background: #1b1b1b;
}
.cid-vhFfvINTxx .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhFfvINTxx .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhFfvINTxx .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhFfvINTxx .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhFfvINTxx .content-slider-wrap {
  width: 100%;
}
.cid-vhFfvINTxx .carousel-inner > .active,
.cid-vhFfvINTxx .carousel-inner > .next,
.cid-vhFfvINTxx .carousel-inner > .prev {
  display: flex;
}
.cid-vhFfvINTxx .carousel-control .icon-next,
.cid-vhFfvINTxx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhFfvINTxx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhFfvINTxx .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhFfvINTxx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhFfvINTxx .boxed-slider > div {
  position: relative;
}
.cid-vhFfvINTxx .container img {
  width: 100%;
}
.cid-vhFfvINTxx .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhFfvINTxx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFfvINTxx .mbr-table-cell {
  padding: 0;
}
.cid-vhFfvINTxx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhFfvINTxx .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhFfvINTxx .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFfvINTxx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhFfvINTxx .carousel-item.active.right,
.cid-vhFfvINTxx .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFfvINTxx .carousel-item.active.left,
.cid-vhFfvINTxx .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFfvINTxx .carousel-item.active,
.cid-vhFfvINTxx .carousel-item.next.left,
.cid-vhFfvINTxx .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhFfvINTxx .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhFfvINTxx .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhFfvINTxx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFfvINTxx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFfvINTxx .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhFfvINTxx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhFfvINTxx .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhFfvINTxx .mbr-slider .carousel-indicators li.active,
.cid-vhFfvINTxx .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhFfvINTxx .mbr-slider .carousel-indicators li::after,
.cid-vhFfvINTxx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhFfvINTxx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhFfvINTxx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhFfvINTxx .mbr-slider > .container img {
  width: 100%;
}
.cid-vhFfvINTxx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhFfvINTxx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhFfvINTxx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFfvINTxx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFfvINTxx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhFfvINTxx .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhFfvINTxx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhFfvINTxx .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhFfvINTxx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhFfvINTxx .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFfvINTxx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhFfvINTxx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhFfvINTxx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhFfvINTxx .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhFfvINTxx .carousel-inner {
  height: 100%;
}
.cid-vhFfvINTxx .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhFfvINTxx .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhFfvINTxx .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhFfvINTxx .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhFfvINTxx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhFfvINTxx .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhFfvINTxx .image_wrapper {
    height: 330px;
  }
}
.cid-vhFfvJ7qJ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhFfvJ7qJ9 .justify-content-center {
  align-items: center;
}
.cid-vhFfvJ7qJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFfvJ7qJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFfvJ7qJ9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhFfvJ7qJ9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFfvJ7qJ9 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhFfvJ7qJ9 .content-head {
  max-width: 800px;
}
.cid-vhFfvJ7qJ9 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhFfvJ7qJ9 .card-title {
  color: #49ab0a;
}
.cid-vhFfvJvSV8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vhFfvJvSV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFfvJvSV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFfvJvSV8 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vhFfvJvSV8 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhFfvJvSV8 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFfvJvSV8 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhFfvJvSV8 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhFfvJvSV8 .image-wrapper {
  padding: 0 1rem;
}
.cid-vhFfvJvSV8 img,
.cid-vhFfvJvSV8 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhFfvJvSV8 img,
  .cid-vhFfvJvSV8 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhFfvJvSV8 .mbr-section-title {
  color: #000000;
}
.cid-vhFfvJvSV8 .mbr-text {
  color: #000000;
}
.cid-vhFfvJvSV8 .mbr-text,
.cid-vhFfvJvSV8 .mbr-section-btn {
  text-align: left;
}
.cid-vhFfvL1OCN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhFfvL1OCN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhFfvL1OCN .social-row .soc-item {
  margin: 8px;
}
.cid-vhFfvL1OCN .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhFfvL1OCN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhFfvL1OCN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhFfvL1OCN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhFfvL1OCN .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhFfvL1OCN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhFfvL1OCN .header-menu li p {
  margin: 0;
}
.cid-vhFfvL1OCN .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhFfvL1OCN .mbr-section-title {
  color: #ffffff;
}
.cid-vhFgKuUwmt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhFgKuUwmt .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-vhFgKuUwmt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhFgKuUwmt .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-vhFgKuUwmt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhFgKuUwmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhFgKuUwmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFgKuUwmt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhFgKuUwmt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhFgKuUwmt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhFgKuUwmt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhFgKuUwmt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhFgKuUwmt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhFgKuUwmt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhFgKuUwmt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhFgKuUwmt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhFgKuUwmt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhFgKuUwmt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhFgKuUwmt .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhFgKuUwmt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFgKuUwmt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhFgKuUwmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhFgKuUwmt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhFgKuUwmt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFgKuUwmt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhFgKuUwmt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhFgKuUwmt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhFgKuUwmt .nav-item:focus,
.cid-vhFgKuUwmt .nav-link:focus {
  outline: none;
}
.cid-vhFgKuUwmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFgKuUwmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFgKuUwmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFgKuUwmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFgKuUwmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFgKuUwmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFgKuUwmt .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-vhFgKuUwmt .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFgKuUwmt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhFgKuUwmt .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhFgKuUwmt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhFgKuUwmt .navbar.collapsed {
  justify-content: center;
}
.cid-vhFgKuUwmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFgKuUwmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFgKuUwmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhFgKuUwmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFgKuUwmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFgKuUwmt .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-vhFgKuUwmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFgKuUwmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFgKuUwmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFgKuUwmt .navbar {
    min-height: 72px;
  }
  .cid-vhFgKuUwmt .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFgKuUwmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFgKuUwmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFgKuUwmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFgKuUwmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFgKuUwmt .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-vhFgKuUwmt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhFgKuUwmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhFgKuUwmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFgKuUwmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFgKuUwmt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhFgKuUwmt .dropdown-item.active,
.cid-vhFgKuUwmt .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFgKuUwmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFgKuUwmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFgKuUwmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFgKuUwmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhFgKuUwmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhFgKuUwmt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhFgKuUwmt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhFgKuUwmt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhFgKuUwmt .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFgKuUwmt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhFgKuUwmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhFgKuUwmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFgKuUwmt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFgKuUwmt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFgKuUwmt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFgKuUwmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFgKuUwmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFgKuUwmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFgKuUwmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFgKuUwmt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhFgKuUwmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFgKuUwmt .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-vhFgKuUwmt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFgKuUwmt .navbar {
    height: 70px;
  }
  .cid-vhFgKuUwmt .navbar.opened {
    height: auto;
  }
  .cid-vhFgKuUwmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhFgKuUwmt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhFgKuUwmt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhFgKuUwmt .navbar-brand {
    margin-right: auto;
  }
  .cid-vhFgKuUwmt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhFgKuUwmt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhFgKuUwmt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhFgKuUwmt .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-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhFgKuUwmt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhFgKuUwmt .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-vhFgKuUwmt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhFgKuUwmt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhFgKvjae2 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhFgKvjae2 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhFgKvjae2 .modal-body .close {
  background: #1b1b1b;
}
.cid-vhFgKvjae2 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhFgKvjae2 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhFgKvjae2 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhFgKvjae2 .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhFgKvjae2 .content-slider-wrap {
  width: 100%;
}
.cid-vhFgKvjae2 .carousel-inner > .active,
.cid-vhFgKvjae2 .carousel-inner > .next,
.cid-vhFgKvjae2 .carousel-inner > .prev {
  display: flex;
}
.cid-vhFgKvjae2 .carousel-control .icon-next,
.cid-vhFgKvjae2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhFgKvjae2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhFgKvjae2 .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhFgKvjae2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhFgKvjae2 .boxed-slider > div {
  position: relative;
}
.cid-vhFgKvjae2 .container img {
  width: 100%;
}
.cid-vhFgKvjae2 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhFgKvjae2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFgKvjae2 .mbr-table-cell {
  padding: 0;
}
.cid-vhFgKvjae2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhFgKvjae2 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhFgKvjae2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFgKvjae2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhFgKvjae2 .carousel-item.active.right,
.cid-vhFgKvjae2 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFgKvjae2 .carousel-item.active.left,
.cid-vhFgKvjae2 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFgKvjae2 .carousel-item.active,
.cid-vhFgKvjae2 .carousel-item.next.left,
.cid-vhFgKvjae2 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhFgKvjae2 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhFgKvjae2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-indicators li.active,
.cid-vhFgKvjae2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-indicators li::after,
.cid-vhFgKvjae2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhFgKvjae2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhFgKvjae2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhFgKvjae2 .mbr-slider > .container img {
  width: 100%;
}
.cid-vhFgKvjae2 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhFgKvjae2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhFgKvjae2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFgKvjae2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFgKvjae2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhFgKvjae2 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhFgKvjae2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhFgKvjae2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhFgKvjae2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhFgKvjae2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFgKvjae2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhFgKvjae2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhFgKvjae2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhFgKvjae2 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhFgKvjae2 .carousel-inner {
  height: 100%;
}
.cid-vhFgKvjae2 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhFgKvjae2 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhFgKvjae2 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhFgKvjae2 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhFgKvjae2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhFgKvjae2 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhFgKvjae2 .image_wrapper {
    height: 330px;
  }
}
.cid-vhFgKvyJDP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhFgKvyJDP .justify-content-center {
  align-items: center;
}
.cid-vhFgKvyJDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFgKvyJDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFgKvyJDP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhFgKvyJDP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFgKvyJDP .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhFgKvyJDP .content-head {
  max-width: 800px;
}
.cid-vhFgKvyJDP .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhFgKvyJDP .card-title {
  color: #49ab0a;
}
.cid-vhFgKw2dI4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vhFgKw2dI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFgKw2dI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFgKw2dI4 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vhFgKw2dI4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhFgKw2dI4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFgKw2dI4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhFgKw2dI4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhFgKw2dI4 .image-wrapper {
  padding: 0 1rem;
}
.cid-vhFgKw2dI4 img,
.cid-vhFgKw2dI4 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhFgKw2dI4 img,
  .cid-vhFgKw2dI4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhFgKw2dI4 .mbr-section-title {
  color: #000000;
}
.cid-vhFgKw2dI4 .mbr-text {
  color: #000000;
}
.cid-vhFgKw2dI4 .mbr-text,
.cid-vhFgKw2dI4 .mbr-section-btn {
  text-align: left;
}
.cid-vhFgKwk26a {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-vhFgKwk26a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFgKwk26a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vhFgKwk26a .container-fluid {
    padding: 0;
  }
}
.cid-vhFgKwk26a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vhFgKwk26a .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhFgKwk26a .embla__button--next,
.cid-vhFgKwk26a .embla__button--prev {
  display: flex;
}
.cid-vhFgKwk26a .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vhFgKwk26a .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vhFgKwk26a .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vhFgKwk26a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhFgKwk26a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFgKwk26a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFgKwk26a .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFgKwk26a .embla {
  position: relative;
  width: 100%;
}
.cid-vhFgKwk26a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhFgKwk26a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhFgKwk26a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhFgKwk26a .embla__slide a {
  cursor: grab;
}
.cid-vhFgKwk26a .embla__slide a:active {
  cursor: grabbing;
}
.cid-vhFgKwk26a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhFgKwk26a .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vhFgKwk26a .mbr-section-title {
  color: #232323;
}
.cid-vhFgKwk26a .mbr-section-subtitle {
  color: #232323;
}
.cid-vhFgKwk26a .mbr-box {
  color: #ffffff;
}
.cid-vhFgKwk26a .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vhFgKwk26a img,
.cid-vhFgKwk26a .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhFgKwk26a .item-wrapper {
  position: relative;
}
.cid-vhFgKwk26a .content-head {
  max-width: 800px;
}
.cid-vhFgKxmpX6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhFgKxmpX6 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhFgKxmpX6 .social-row .soc-item {
  margin: 8px;
}
.cid-vhFgKxmpX6 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhFgKxmpX6 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhFgKxmpX6 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhFgKxmpX6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhFgKxmpX6 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhFgKxmpX6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhFgKxmpX6 .header-menu li p {
  margin: 0;
}
.cid-vhFgKxmpX6 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhFgKxmpX6 .mbr-section-title {
  color: #ffffff;
}
.cid-vhFj7xkh3a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhFj7xkh3a .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-vhFj7xkh3a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhFj7xkh3a .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-vhFj7xkh3a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhFj7xkh3a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhFj7xkh3a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFj7xkh3a .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhFj7xkh3a .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhFj7xkh3a .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhFj7xkh3a .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhFj7xkh3a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhFj7xkh3a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhFj7xkh3a .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhFj7xkh3a .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhFj7xkh3a .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhFj7xkh3a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhFj7xkh3a .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhFj7xkh3a .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhFj7xkh3a .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFj7xkh3a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhFj7xkh3a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhFj7xkh3a .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhFj7xkh3a .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFj7xkh3a .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhFj7xkh3a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhFj7xkh3a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhFj7xkh3a .nav-item:focus,
.cid-vhFj7xkh3a .nav-link:focus {
  outline: none;
}
.cid-vhFj7xkh3a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFj7xkh3a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFj7xkh3a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFj7xkh3a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFj7xkh3a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFj7xkh3a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFj7xkh3a .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-vhFj7xkh3a .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFj7xkh3a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhFj7xkh3a .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhFj7xkh3a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhFj7xkh3a .navbar.collapsed {
  justify-content: center;
}
.cid-vhFj7xkh3a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFj7xkh3a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFj7xkh3a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhFj7xkh3a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFj7xkh3a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFj7xkh3a .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-vhFj7xkh3a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFj7xkh3a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFj7xkh3a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFj7xkh3a .navbar {
    min-height: 72px;
  }
  .cid-vhFj7xkh3a .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFj7xkh3a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFj7xkh3a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFj7xkh3a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFj7xkh3a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFj7xkh3a .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-vhFj7xkh3a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhFj7xkh3a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhFj7xkh3a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFj7xkh3a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFj7xkh3a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhFj7xkh3a .dropdown-item.active,
.cid-vhFj7xkh3a .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFj7xkh3a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFj7xkh3a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFj7xkh3a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFj7xkh3a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhFj7xkh3a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhFj7xkh3a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhFj7xkh3a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhFj7xkh3a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhFj7xkh3a .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFj7xkh3a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhFj7xkh3a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhFj7xkh3a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFj7xkh3a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFj7xkh3a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFj7xkh3a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFj7xkh3a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFj7xkh3a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFj7xkh3a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFj7xkh3a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFj7xkh3a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhFj7xkh3a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFj7xkh3a .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-vhFj7xkh3a .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFj7xkh3a .navbar {
    height: 70px;
  }
  .cid-vhFj7xkh3a .navbar.opened {
    height: auto;
  }
  .cid-vhFj7xkh3a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhFj7xkh3a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhFj7xkh3a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhFj7xkh3a .navbar-brand {
    margin-right: auto;
  }
  .cid-vhFj7xkh3a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhFj7xkh3a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhFj7xkh3a .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhFj7xkh3a .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-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhFj7xkh3a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhFj7xkh3a .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-vhFj7xkh3a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhFj7xkh3a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhFj7ybQiG {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhFj7ybQiG .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhFj7ybQiG .modal-body .close {
  background: #1b1b1b;
}
.cid-vhFj7ybQiG .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhFj7ybQiG .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhFj7ybQiG .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhFj7ybQiG .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhFj7ybQiG .content-slider-wrap {
  width: 100%;
}
.cid-vhFj7ybQiG .carousel-inner > .active,
.cid-vhFj7ybQiG .carousel-inner > .next,
.cid-vhFj7ybQiG .carousel-inner > .prev {
  display: flex;
}
.cid-vhFj7ybQiG .carousel-control .icon-next,
.cid-vhFj7ybQiG .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhFj7ybQiG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhFj7ybQiG .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhFj7ybQiG .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhFj7ybQiG .boxed-slider > div {
  position: relative;
}
.cid-vhFj7ybQiG .container img {
  width: 100%;
}
.cid-vhFj7ybQiG .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhFj7ybQiG .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFj7ybQiG .mbr-table-cell {
  padding: 0;
}
.cid-vhFj7ybQiG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhFj7ybQiG .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhFj7ybQiG .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFj7ybQiG .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhFj7ybQiG .carousel-item.active.right,
.cid-vhFj7ybQiG .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFj7ybQiG .carousel-item.active.left,
.cid-vhFj7ybQiG .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFj7ybQiG .carousel-item.active,
.cid-vhFj7ybQiG .carousel-item.next.left,
.cid-vhFj7ybQiG .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhFj7ybQiG .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhFj7ybQiG .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-indicators li.active,
.cid-vhFj7ybQiG .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-indicators li::after,
.cid-vhFj7ybQiG .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhFj7ybQiG .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhFj7ybQiG .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhFj7ybQiG .mbr-slider > .container img {
  width: 100%;
}
.cid-vhFj7ybQiG .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhFj7ybQiG .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhFj7ybQiG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFj7ybQiG .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFj7ybQiG .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhFj7ybQiG .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhFj7ybQiG .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhFj7ybQiG .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhFj7ybQiG .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhFj7ybQiG .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFj7ybQiG .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhFj7ybQiG .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhFj7ybQiG .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhFj7ybQiG .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhFj7ybQiG .carousel-inner {
  height: 100%;
}
.cid-vhFj7ybQiG .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhFj7ybQiG .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhFj7ybQiG .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhFj7ybQiG .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhFj7ybQiG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhFj7ybQiG .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhFj7ybQiG .image_wrapper {
    height: 330px;
  }
}
.cid-vhFj7z5h2H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhFj7z5h2H .justify-content-center {
  align-items: center;
}
.cid-vhFj7z5h2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFj7z5h2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFj7z5h2H .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhFj7z5h2H .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFj7z5h2H .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhFj7z5h2H .content-head {
  max-width: 800px;
}
.cid-vhFj7z5h2H .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhFj7z5h2H .card-title {
  color: #49ab0a;
}
.cid-vhFj7zrnfo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vhFj7zrnfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFj7zrnfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFj7zrnfo .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vhFj7zrnfo .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhFj7zrnfo .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFj7zrnfo .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhFj7zrnfo .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhFj7zrnfo .image-wrapper {
  padding: 0 1rem;
}
.cid-vhFj7zrnfo img,
.cid-vhFj7zrnfo .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhFj7zrnfo img,
  .cid-vhFj7zrnfo .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhFj7zrnfo .mbr-section-title {
  color: #000000;
}
.cid-vhFj7zrnfo .mbr-text {
  color: #000000;
}
.cid-vhFj7zrnfo .mbr-text,
.cid-vhFj7zrnfo .mbr-section-btn {
  text-align: left;
}
.cid-vhFj7zMJKU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-vhFj7zMJKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFj7zMJKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vhFj7zMJKU .container-fluid {
    padding: 0;
  }
}
.cid-vhFj7zMJKU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vhFj7zMJKU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhFj7zMJKU .embla__button--next,
.cid-vhFj7zMJKU .embla__button--prev {
  display: flex;
}
.cid-vhFj7zMJKU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vhFj7zMJKU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vhFj7zMJKU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vhFj7zMJKU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhFj7zMJKU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFj7zMJKU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFj7zMJKU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFj7zMJKU .embla {
  position: relative;
  width: 100%;
}
.cid-vhFj7zMJKU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhFj7zMJKU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhFj7zMJKU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhFj7zMJKU .embla__slide a {
  cursor: grab;
}
.cid-vhFj7zMJKU .embla__slide a:active {
  cursor: grabbing;
}
.cid-vhFj7zMJKU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhFj7zMJKU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vhFj7zMJKU .mbr-section-title {
  color: #232323;
}
.cid-vhFj7zMJKU .mbr-section-subtitle {
  color: #232323;
}
.cid-vhFj7zMJKU .mbr-box {
  color: #ffffff;
}
.cid-vhFj7zMJKU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vhFj7zMJKU img,
.cid-vhFj7zMJKU .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhFj7zMJKU .item-wrapper {
  position: relative;
}
.cid-vhFj7zMJKU .content-head {
  max-width: 800px;
}
.cid-vhFj7B5lcK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhFj7B5lcK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhFj7B5lcK .social-row .soc-item {
  margin: 8px;
}
.cid-vhFj7B5lcK .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhFj7B5lcK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhFj7B5lcK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhFj7B5lcK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhFj7B5lcK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhFj7B5lcK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhFj7B5lcK .header-menu li p {
  margin: 0;
}
.cid-vhFj7B5lcK .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhFj7B5lcK .mbr-section-title {
  color: #ffffff;
}
.cid-vhFkjhd0AN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhFkjhd0AN .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-vhFkjhd0AN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhFkjhd0AN .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-vhFkjhd0AN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhFkjhd0AN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhFkjhd0AN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFkjhd0AN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhFkjhd0AN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhFkjhd0AN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhFkjhd0AN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhFkjhd0AN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhFkjhd0AN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhFkjhd0AN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhFkjhd0AN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhFkjhd0AN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhFkjhd0AN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhFkjhd0AN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhFkjhd0AN .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhFkjhd0AN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFkjhd0AN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhFkjhd0AN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhFkjhd0AN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhFkjhd0AN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFkjhd0AN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhFkjhd0AN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhFkjhd0AN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhFkjhd0AN .nav-item:focus,
.cid-vhFkjhd0AN .nav-link:focus {
  outline: none;
}
.cid-vhFkjhd0AN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFkjhd0AN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFkjhd0AN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFkjhd0AN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFkjhd0AN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFkjhd0AN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFkjhd0AN .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-vhFkjhd0AN .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFkjhd0AN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhFkjhd0AN .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhFkjhd0AN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhFkjhd0AN .navbar.collapsed {
  justify-content: center;
}
.cid-vhFkjhd0AN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFkjhd0AN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFkjhd0AN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhFkjhd0AN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFkjhd0AN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFkjhd0AN .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-vhFkjhd0AN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFkjhd0AN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFkjhd0AN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFkjhd0AN .navbar {
    min-height: 72px;
  }
  .cid-vhFkjhd0AN .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFkjhd0AN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFkjhd0AN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFkjhd0AN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFkjhd0AN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFkjhd0AN .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-vhFkjhd0AN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhFkjhd0AN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhFkjhd0AN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFkjhd0AN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFkjhd0AN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhFkjhd0AN .dropdown-item.active,
.cid-vhFkjhd0AN .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFkjhd0AN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFkjhd0AN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFkjhd0AN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFkjhd0AN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhFkjhd0AN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhFkjhd0AN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhFkjhd0AN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhFkjhd0AN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhFkjhd0AN .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFkjhd0AN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhFkjhd0AN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhFkjhd0AN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFkjhd0AN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFkjhd0AN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFkjhd0AN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFkjhd0AN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFkjhd0AN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFkjhd0AN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFkjhd0AN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFkjhd0AN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhFkjhd0AN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFkjhd0AN .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-vhFkjhd0AN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFkjhd0AN .navbar {
    height: 70px;
  }
  .cid-vhFkjhd0AN .navbar.opened {
    height: auto;
  }
  .cid-vhFkjhd0AN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhFkjhd0AN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhFkjhd0AN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhFkjhd0AN .navbar-brand {
    margin-right: auto;
  }
  .cid-vhFkjhd0AN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhFkjhd0AN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhFkjhd0AN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhFkjhd0AN .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-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhFkjhd0AN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhFkjhd0AN .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-vhFkjhd0AN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhFkjhd0AN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhFkji4xp4 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhFkji4xp4 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhFkji4xp4 .modal-body .close {
  background: #1b1b1b;
}
.cid-vhFkji4xp4 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhFkji4xp4 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhFkji4xp4 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhFkji4xp4 .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhFkji4xp4 .content-slider-wrap {
  width: 100%;
}
.cid-vhFkji4xp4 .carousel-inner > .active,
.cid-vhFkji4xp4 .carousel-inner > .next,
.cid-vhFkji4xp4 .carousel-inner > .prev {
  display: flex;
}
.cid-vhFkji4xp4 .carousel-control .icon-next,
.cid-vhFkji4xp4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhFkji4xp4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhFkji4xp4 .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhFkji4xp4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhFkji4xp4 .boxed-slider > div {
  position: relative;
}
.cid-vhFkji4xp4 .container img {
  width: 100%;
}
.cid-vhFkji4xp4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhFkji4xp4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFkji4xp4 .mbr-table-cell {
  padding: 0;
}
.cid-vhFkji4xp4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhFkji4xp4 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhFkji4xp4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFkji4xp4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhFkji4xp4 .carousel-item.active.right,
.cid-vhFkji4xp4 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFkji4xp4 .carousel-item.active.left,
.cid-vhFkji4xp4 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFkji4xp4 .carousel-item.active,
.cid-vhFkji4xp4 .carousel-item.next.left,
.cid-vhFkji4xp4 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhFkji4xp4 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhFkji4xp4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-indicators li.active,
.cid-vhFkji4xp4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-indicators li::after,
.cid-vhFkji4xp4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhFkji4xp4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhFkji4xp4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhFkji4xp4 .mbr-slider > .container img {
  width: 100%;
}
.cid-vhFkji4xp4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhFkji4xp4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhFkji4xp4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFkji4xp4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFkji4xp4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhFkji4xp4 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhFkji4xp4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhFkji4xp4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhFkji4xp4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhFkji4xp4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFkji4xp4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhFkji4xp4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhFkji4xp4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhFkji4xp4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhFkji4xp4 .carousel-inner {
  height: 100%;
}
.cid-vhFkji4xp4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhFkji4xp4 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhFkji4xp4 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhFkji4xp4 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhFkji4xp4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhFkji4xp4 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhFkji4xp4 .image_wrapper {
    height: 330px;
  }
}
.cid-vhFkjiJ0eu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhFkjiJ0eu .justify-content-center {
  align-items: center;
}
.cid-vhFkjiJ0eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFkjiJ0eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFkjiJ0eu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhFkjiJ0eu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFkjiJ0eu .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhFkjiJ0eu .content-head {
  max-width: 800px;
}
.cid-vhFkjiJ0eu .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhFkjiJ0eu .card-title {
  color: #49ab0a;
}
.cid-vhFkjjh146 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vhFkjjh146 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFkjjh146 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFkjjh146 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vhFkjjh146 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhFkjjh146 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFkjjh146 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhFkjjh146 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhFkjjh146 .image-wrapper {
  padding: 0 1rem;
}
.cid-vhFkjjh146 img,
.cid-vhFkjjh146 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhFkjjh146 img,
  .cid-vhFkjjh146 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhFkjjh146 .mbr-section-title {
  color: #000000;
}
.cid-vhFkjjh146 .mbr-text {
  color: #000000;
}
.cid-vhFkjjh146 .mbr-text,
.cid-vhFkjjh146 .mbr-section-btn {
  text-align: left;
}
.cid-vhFkjjz5k9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-vhFkjjz5k9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFkjjz5k9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vhFkjjz5k9 .container-fluid {
    padding: 0;
  }
}
.cid-vhFkjjz5k9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vhFkjjz5k9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhFkjjz5k9 .embla__button--next,
.cid-vhFkjjz5k9 .embla__button--prev {
  display: flex;
}
.cid-vhFkjjz5k9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vhFkjjz5k9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vhFkjjz5k9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vhFkjjz5k9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhFkjjz5k9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFkjjz5k9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFkjjz5k9 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFkjjz5k9 .embla {
  position: relative;
  width: 100%;
}
.cid-vhFkjjz5k9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhFkjjz5k9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhFkjjz5k9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhFkjjz5k9 .embla__slide a {
  cursor: grab;
}
.cid-vhFkjjz5k9 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vhFkjjz5k9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhFkjjz5k9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vhFkjjz5k9 .mbr-section-title {
  color: #232323;
}
.cid-vhFkjjz5k9 .mbr-section-subtitle {
  color: #232323;
}
.cid-vhFkjjz5k9 .mbr-box {
  color: #ffffff;
}
.cid-vhFkjjz5k9 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vhFkjjz5k9 img,
.cid-vhFkjjz5k9 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhFkjjz5k9 .item-wrapper {
  position: relative;
}
.cid-vhFkjjz5k9 .content-head {
  max-width: 800px;
}
.cid-vhFkjkBY1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhFkjkBY1j .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhFkjkBY1j .social-row .soc-item {
  margin: 8px;
}
.cid-vhFkjkBY1j .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhFkjkBY1j .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhFkjkBY1j .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhFkjkBY1j .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhFkjkBY1j .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhFkjkBY1j .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhFkjkBY1j .header-menu li p {
  margin: 0;
}
.cid-vhFkjkBY1j .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhFkjkBY1j .mbr-section-title {
  color: #ffffff;
}
.cid-vhFmjQDl7y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhFmjQDl7y .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-vhFmjQDl7y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhFmjQDl7y .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-vhFmjQDl7y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhFmjQDl7y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhFmjQDl7y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFmjQDl7y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhFmjQDl7y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhFmjQDl7y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhFmjQDl7y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhFmjQDl7y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhFmjQDl7y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhFmjQDl7y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhFmjQDl7y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhFmjQDl7y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhFmjQDl7y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhFmjQDl7y .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhFmjQDl7y .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhFmjQDl7y .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFmjQDl7y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhFmjQDl7y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhFmjQDl7y .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhFmjQDl7y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFmjQDl7y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhFmjQDl7y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhFmjQDl7y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhFmjQDl7y .nav-item:focus,
.cid-vhFmjQDl7y .nav-link:focus {
  outline: none;
}
.cid-vhFmjQDl7y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFmjQDl7y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFmjQDl7y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFmjQDl7y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFmjQDl7y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFmjQDl7y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFmjQDl7y .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-vhFmjQDl7y .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFmjQDl7y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhFmjQDl7y .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhFmjQDl7y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhFmjQDl7y .navbar.collapsed {
  justify-content: center;
}
.cid-vhFmjQDl7y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFmjQDl7y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFmjQDl7y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhFmjQDl7y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFmjQDl7y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFmjQDl7y .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-vhFmjQDl7y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFmjQDl7y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFmjQDl7y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFmjQDl7y .navbar {
    min-height: 72px;
  }
  .cid-vhFmjQDl7y .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFmjQDl7y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFmjQDl7y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFmjQDl7y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFmjQDl7y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFmjQDl7y .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-vhFmjQDl7y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhFmjQDl7y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhFmjQDl7y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFmjQDl7y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFmjQDl7y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhFmjQDl7y .dropdown-item.active,
.cid-vhFmjQDl7y .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFmjQDl7y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFmjQDl7y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFmjQDl7y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFmjQDl7y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhFmjQDl7y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhFmjQDl7y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhFmjQDl7y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhFmjQDl7y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhFmjQDl7y .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFmjQDl7y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhFmjQDl7y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhFmjQDl7y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFmjQDl7y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFmjQDl7y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFmjQDl7y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFmjQDl7y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFmjQDl7y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFmjQDl7y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFmjQDl7y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFmjQDl7y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhFmjQDl7y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFmjQDl7y .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-vhFmjQDl7y .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFmjQDl7y .navbar {
    height: 70px;
  }
  .cid-vhFmjQDl7y .navbar.opened {
    height: auto;
  }
  .cid-vhFmjQDl7y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhFmjQDl7y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhFmjQDl7y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhFmjQDl7y .navbar-brand {
    margin-right: auto;
  }
  .cid-vhFmjQDl7y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhFmjQDl7y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhFmjQDl7y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhFmjQDl7y .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-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhFmjQDl7y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhFmjQDl7y .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-vhFmjQDl7y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhFmjQDl7y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhFmjQZV7i {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhFmjQZV7i .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhFmjQZV7i .modal-body .close {
  background: #1b1b1b;
}
.cid-vhFmjQZV7i .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhFmjQZV7i .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhFmjQZV7i .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhFmjQZV7i .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhFmjQZV7i .content-slider-wrap {
  width: 100%;
}
.cid-vhFmjQZV7i .carousel-inner > .active,
.cid-vhFmjQZV7i .carousel-inner > .next,
.cid-vhFmjQZV7i .carousel-inner > .prev {
  display: flex;
}
.cid-vhFmjQZV7i .carousel-control .icon-next,
.cid-vhFmjQZV7i .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhFmjQZV7i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhFmjQZV7i .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhFmjQZV7i .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhFmjQZV7i .boxed-slider > div {
  position: relative;
}
.cid-vhFmjQZV7i .container img {
  width: 100%;
}
.cid-vhFmjQZV7i .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhFmjQZV7i .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFmjQZV7i .mbr-table-cell {
  padding: 0;
}
.cid-vhFmjQZV7i .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhFmjQZV7i .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhFmjQZV7i .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFmjQZV7i .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhFmjQZV7i .carousel-item.active.right,
.cid-vhFmjQZV7i .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFmjQZV7i .carousel-item.active.left,
.cid-vhFmjQZV7i .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFmjQZV7i .carousel-item.active,
.cid-vhFmjQZV7i .carousel-item.next.left,
.cid-vhFmjQZV7i .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhFmjQZV7i .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhFmjQZV7i .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-indicators li.active,
.cid-vhFmjQZV7i .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-indicators li::after,
.cid-vhFmjQZV7i .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhFmjQZV7i .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhFmjQZV7i .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhFmjQZV7i .mbr-slider > .container img {
  width: 100%;
}
.cid-vhFmjQZV7i .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhFmjQZV7i .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhFmjQZV7i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFmjQZV7i .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFmjQZV7i .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhFmjQZV7i .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhFmjQZV7i .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhFmjQZV7i .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhFmjQZV7i .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhFmjQZV7i .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFmjQZV7i .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhFmjQZV7i .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhFmjQZV7i .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhFmjQZV7i .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhFmjQZV7i .carousel-inner {
  height: 100%;
}
.cid-vhFmjQZV7i .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhFmjQZV7i .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhFmjQZV7i .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhFmjQZV7i .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhFmjQZV7i .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhFmjQZV7i .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhFmjQZV7i .image_wrapper {
    height: 330px;
  }
}
.cid-vhFmjRcqw1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhFmjRcqw1 .justify-content-center {
  align-items: center;
}
.cid-vhFmjRcqw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFmjRcqw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFmjRcqw1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhFmjRcqw1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFmjRcqw1 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhFmjRcqw1 .content-head {
  max-width: 800px;
}
.cid-vhFmjRcqw1 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhFmjRcqw1 .card-title {
  color: #49ab0a;
}
.cid-vhFmjRzRxM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vhFmjRzRxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFmjRzRxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFmjRzRxM .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vhFmjRzRxM .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhFmjRzRxM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFmjRzRxM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhFmjRzRxM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhFmjRzRxM .image-wrapper {
  padding: 0 1rem;
}
.cid-vhFmjRzRxM img,
.cid-vhFmjRzRxM .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhFmjRzRxM img,
  .cid-vhFmjRzRxM .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhFmjRzRxM .mbr-section-title {
  color: #000000;
}
.cid-vhFmjRzRxM .mbr-text {
  color: #000000;
}
.cid-vhFmjRzRxM .mbr-text,
.cid-vhFmjRzRxM .mbr-section-btn {
  text-align: left;
}
.cid-vhFmjS7gUm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhFmjS7gUm .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhFmjS7gUm .social-row .soc-item {
  margin: 8px;
}
.cid-vhFmjS7gUm .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhFmjS7gUm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhFmjS7gUm .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhFmjS7gUm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhFmjS7gUm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhFmjS7gUm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhFmjS7gUm .header-menu li p {
  margin: 0;
}
.cid-vhFmjS7gUm .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhFmjS7gUm .mbr-section-title {
  color: #ffffff;
}
.cid-vhFoS8WVko {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vhFoS8WVko .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-vhFoS8WVko .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vhFoS8WVko .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-vhFoS8WVko .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vhFoS8WVko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhFoS8WVko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhFoS8WVko .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vhFoS8WVko .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vhFoS8WVko .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vhFoS8WVko .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vhFoS8WVko .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vhFoS8WVko .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vhFoS8WVko .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vhFoS8WVko .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vhFoS8WVko .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vhFoS8WVko .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vhFoS8WVko .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vhFoS8WVko .navbar-logo {
    padding-left: 0;
  }
}
.cid-vhFoS8WVko .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFoS8WVko .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vhFoS8WVko .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vhFoS8WVko .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vhFoS8WVko .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFoS8WVko .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vhFoS8WVko .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhFoS8WVko .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-vhFoS8WVko .nav-item:focus,
.cid-vhFoS8WVko .nav-link:focus {
  outline: none;
}
.cid-vhFoS8WVko .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhFoS8WVko .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhFoS8WVko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhFoS8WVko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhFoS8WVko .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhFoS8WVko .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhFoS8WVko .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-vhFoS8WVko .navbar.opened {
  transition: all 0.3s;
}
.cid-vhFoS8WVko .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhFoS8WVko .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vhFoS8WVko .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vhFoS8WVko .navbar.collapsed {
  justify-content: center;
}
.cid-vhFoS8WVko .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhFoS8WVko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhFoS8WVko .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vhFoS8WVko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhFoS8WVko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhFoS8WVko .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-vhFoS8WVko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhFoS8WVko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhFoS8WVko .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vhFoS8WVko .navbar {
    min-height: 72px;
  }
  .cid-vhFoS8WVko .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vhFoS8WVko .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhFoS8WVko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhFoS8WVko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhFoS8WVko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhFoS8WVko .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-vhFoS8WVko .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhFoS8WVko .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vhFoS8WVko .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhFoS8WVko .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhFoS8WVko .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vhFoS8WVko .dropdown-item.active,
.cid-vhFoS8WVko .dropdown-item:active {
  background-color: transparent;
}
.cid-vhFoS8WVko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhFoS8WVko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhFoS8WVko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhFoS8WVko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhFoS8WVko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vhFoS8WVko .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vhFoS8WVko ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhFoS8WVko .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vhFoS8WVko .navbar-buttons {
    text-align: left;
  }
}
.cid-vhFoS8WVko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhFoS8WVko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhFoS8WVko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhFoS8WVko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFoS8WVko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhFoS8WVko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhFoS8WVko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFoS8WVko nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhFoS8WVko nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhFoS8WVko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhFoS8WVko .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhFoS8WVko a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhFoS8WVko .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-vhFoS8WVko .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhFoS8WVko .navbar {
    height: 70px;
  }
  .cid-vhFoS8WVko .navbar.opened {
    height: auto;
  }
  .cid-vhFoS8WVko .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vhFoS8WVko .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vhFoS8WVko .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vhFoS8WVko .navbar-brand {
    margin-right: auto;
  }
  .cid-vhFoS8WVko .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-vhFoS8WVko .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vhFoS8WVko .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vhFoS8WVko .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-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vhFoS8WVko .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vhFoS8WVko .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-vhFoS8WVko .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vhFoS8WVko .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vhFoS9i3i7 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhFoS9i3i7 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vhFoS9i3i7 .modal-body .close {
  background: #1b1b1b;
}
.cid-vhFoS9i3i7 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-vhFoS9i3i7 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-vhFoS9i3i7 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-vhFoS9i3i7 .container {
  max-width: 100%;
  padding: 0;
}
.cid-vhFoS9i3i7 .content-slider-wrap {
  width: 100%;
}
.cid-vhFoS9i3i7 .carousel-inner > .active,
.cid-vhFoS9i3i7 .carousel-inner > .next,
.cid-vhFoS9i3i7 .carousel-inner > .prev {
  display: flex;
}
.cid-vhFoS9i3i7 .carousel-control .icon-next,
.cid-vhFoS9i3i7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vhFoS9i3i7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vhFoS9i3i7 .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-vhFoS9i3i7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vhFoS9i3i7 .boxed-slider > div {
  position: relative;
}
.cid-vhFoS9i3i7 .container img {
  width: 100%;
}
.cid-vhFoS9i3i7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vhFoS9i3i7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFoS9i3i7 .mbr-table-cell {
  padding: 0;
}
.cid-vhFoS9i3i7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vhFoS9i3i7 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhFoS9i3i7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFoS9i3i7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vhFoS9i3i7 .carousel-item.active.right,
.cid-vhFoS9i3i7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFoS9i3i7 .carousel-item.active.left,
.cid-vhFoS9i3i7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vhFoS9i3i7 .carousel-item.active,
.cid-vhFoS9i3i7 .carousel-item.next.left,
.cid-vhFoS9i3i7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-vhFoS9i3i7 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-indicators li.active,
.cid-vhFoS9i3i7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-indicators li::after,
.cid-vhFoS9i3i7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vhFoS9i3i7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vhFoS9i3i7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vhFoS9i3i7 .mbr-slider > .container img {
  width: 100%;
}
.cid-vhFoS9i3i7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vhFoS9i3i7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vhFoS9i3i7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhFoS9i3i7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vhFoS9i3i7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vhFoS9i3i7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vhFoS9i3i7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vhFoS9i3i7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vhFoS9i3i7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vhFoS9i3i7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vhFoS9i3i7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vhFoS9i3i7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vhFoS9i3i7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vhFoS9i3i7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-vhFoS9i3i7 .carousel-inner {
  height: 100%;
}
.cid-vhFoS9i3i7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-vhFoS9i3i7 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-vhFoS9i3i7 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhFoS9i3i7 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vhFoS9i3i7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vhFoS9i3i7 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-vhFoS9i3i7 .image_wrapper {
    height: 330px;
  }
}
.cid-vhFoS9uEWC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhFoS9uEWC .justify-content-center {
  align-items: center;
}
.cid-vhFoS9uEWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFoS9uEWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFoS9uEWC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vhFoS9uEWC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhFoS9uEWC .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vhFoS9uEWC .content-head {
  max-width: 800px;
}
.cid-vhFoS9uEWC .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-vhFoS9uEWC .card-title {
  color: #49ab0a;
}
.cid-vhFoS9QacV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vhFoS9QacV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFoS9QacV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhFoS9QacV .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vhFoS9QacV .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhFoS9QacV .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vhFoS9QacV .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vhFoS9QacV .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vhFoS9QacV .image-wrapper {
  padding: 0 1rem;
}
.cid-vhFoS9QacV img,
.cid-vhFoS9QacV .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhFoS9QacV img,
  .cid-vhFoS9QacV .image-wrapper {
    max-height: 350px;
  }
}
.cid-vhFoS9QacV .mbr-section-title {
  color: #000000;
}
.cid-vhFoS9QacV .mbr-text {
  color: #000000;
}
.cid-vhFoS9QacV .mbr-text,
.cid-vhFoS9QacV .mbr-section-btn {
  text-align: left;
}
.cid-vhFpjvEeiD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-vhFpjvEeiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhFpjvEeiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vhFpjvEeiD .container-fluid {
    padding: 0;
  }
}
.cid-vhFpjvEeiD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vhFpjvEeiD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhFpjvEeiD .embla__button--next,
.cid-vhFpjvEeiD .embla__button--prev {
  display: flex;
}
.cid-vhFpjvEeiD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vhFpjvEeiD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vhFpjvEeiD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vhFpjvEeiD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhFpjvEeiD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhFpjvEeiD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhFpjvEeiD .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhFpjvEeiD .embla {
  position: relative;
  width: 100%;
}
.cid-vhFpjvEeiD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhFpjvEeiD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhFpjvEeiD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhFpjvEeiD .embla__slide a {
  cursor: grab;
}
.cid-vhFpjvEeiD .embla__slide a:active {
  cursor: grabbing;
}
.cid-vhFpjvEeiD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhFpjvEeiD .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vhFpjvEeiD .mbr-section-title {
  color: #232323;
}
.cid-vhFpjvEeiD .mbr-section-subtitle {
  color: #232323;
}
.cid-vhFpjvEeiD .mbr-box {
  color: #ffffff;
}
.cid-vhFpjvEeiD .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vhFpjvEeiD img,
.cid-vhFpjvEeiD .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vhFpjvEeiD .item-wrapper {
  position: relative;
}
.cid-vhFpjvEeiD .content-head {
  max-width: 800px;
}
.cid-vhFoSahIRe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-vhFoSahIRe .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhFoSahIRe .social-row .soc-item {
  margin: 8px;
}
.cid-vhFoSahIRe .social-row .soc-item a:hover .mbr-iconfont,
.cid-vhFoSahIRe .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vhFoSahIRe .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vhFoSahIRe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhFoSahIRe .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhFoSahIRe .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhFoSahIRe .header-menu li p {
  margin: 0;
}
.cid-vhFoSahIRe .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-vhFoSahIRe .mbr-section-title {
  color: #ffffff;
}
.cid-viH4rphMnZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-viH4rphMnZ .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-viH4rphMnZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-viH4rphMnZ .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-viH4rphMnZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-viH4rphMnZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viH4rphMnZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viH4rphMnZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-viH4rphMnZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-viH4rphMnZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-viH4rphMnZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-viH4rphMnZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-viH4rphMnZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-viH4rphMnZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-viH4rphMnZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-viH4rphMnZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-viH4rphMnZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-viH4rphMnZ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-viH4rphMnZ .navbar-logo {
    padding-left: 0;
  }
}
.cid-viH4rphMnZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viH4rphMnZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-viH4rphMnZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-viH4rphMnZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-viH4rphMnZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-viH4rphMnZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-viH4rphMnZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viH4rphMnZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-viH4rphMnZ .nav-item:focus,
.cid-viH4rphMnZ .nav-link:focus {
  outline: none;
}
.cid-viH4rphMnZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viH4rphMnZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viH4rphMnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viH4rphMnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viH4rphMnZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viH4rphMnZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viH4rphMnZ .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-viH4rphMnZ .navbar.opened {
  transition: all 0.3s;
}
.cid-viH4rphMnZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viH4rphMnZ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-viH4rphMnZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-viH4rphMnZ .navbar.collapsed {
  justify-content: center;
}
.cid-viH4rphMnZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viH4rphMnZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viH4rphMnZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-viH4rphMnZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viH4rphMnZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viH4rphMnZ .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-viH4rphMnZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viH4rphMnZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viH4rphMnZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viH4rphMnZ .navbar {
    min-height: 72px;
  }
  .cid-viH4rphMnZ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viH4rphMnZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viH4rphMnZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viH4rphMnZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viH4rphMnZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viH4rphMnZ .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-viH4rphMnZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viH4rphMnZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-viH4rphMnZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viH4rphMnZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viH4rphMnZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-viH4rphMnZ .dropdown-item.active,
.cid-viH4rphMnZ .dropdown-item:active {
  background-color: transparent;
}
.cid-viH4rphMnZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viH4rphMnZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viH4rphMnZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viH4rphMnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viH4rphMnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-viH4rphMnZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-viH4rphMnZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viH4rphMnZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-viH4rphMnZ .navbar-buttons {
    text-align: left;
  }
}
.cid-viH4rphMnZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viH4rphMnZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viH4rphMnZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viH4rphMnZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viH4rphMnZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viH4rphMnZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viH4rphMnZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viH4rphMnZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viH4rphMnZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viH4rphMnZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viH4rphMnZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-viH4rphMnZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viH4rphMnZ .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-viH4rphMnZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viH4rphMnZ .navbar {
    height: 70px;
  }
  .cid-viH4rphMnZ .navbar.opened {
    height: auto;
  }
  .cid-viH4rphMnZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-viH4rphMnZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-viH4rphMnZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-viH4rphMnZ .navbar-brand {
    margin-right: auto;
  }
  .cid-viH4rphMnZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-viH4rphMnZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-viH4rphMnZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-viH4rphMnZ .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-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-viH4rphMnZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-viH4rphMnZ .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-viH4rphMnZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-viH4rphMnZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-viH4rpJoXy {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-viH4rpJoXy .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-viH4rpJoXy .modal-body .close {
  background: #1b1b1b;
}
.cid-viH4rpJoXy .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-viH4rpJoXy .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-viH4rpJoXy .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-viH4rpJoXy .container {
  max-width: 100%;
  padding: 0;
}
.cid-viH4rpJoXy .content-slider-wrap {
  width: 100%;
}
.cid-viH4rpJoXy .carousel-inner > .active,
.cid-viH4rpJoXy .carousel-inner > .next,
.cid-viH4rpJoXy .carousel-inner > .prev {
  display: flex;
}
.cid-viH4rpJoXy .carousel-control .icon-next,
.cid-viH4rpJoXy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-viH4rpJoXy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-viH4rpJoXy .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-viH4rpJoXy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-viH4rpJoXy .boxed-slider > div {
  position: relative;
}
.cid-viH4rpJoXy .container img {
  width: 100%;
}
.cid-viH4rpJoXy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-viH4rpJoXy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-viH4rpJoXy .mbr-table-cell {
  padding: 0;
}
.cid-viH4rpJoXy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-viH4rpJoXy .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-viH4rpJoXy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-viH4rpJoXy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-viH4rpJoXy .carousel-item.active.right,
.cid-viH4rpJoXy .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-viH4rpJoXy .carousel-item.active.left,
.cid-viH4rpJoXy .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-viH4rpJoXy .carousel-item.active,
.cid-viH4rpJoXy .carousel-item.next.left,
.cid-viH4rpJoXy .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-viH4rpJoXy .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-viH4rpJoXy .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-viH4rpJoXy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viH4rpJoXy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-viH4rpJoXy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-viH4rpJoXy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-viH4rpJoXy .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-viH4rpJoXy .mbr-slider .carousel-indicators li.active,
.cid-viH4rpJoXy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-viH4rpJoXy .mbr-slider .carousel-indicators li::after,
.cid-viH4rpJoXy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-viH4rpJoXy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-viH4rpJoXy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-viH4rpJoXy .mbr-slider > .container img {
  width: 100%;
}
.cid-viH4rpJoXy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-viH4rpJoXy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-viH4rpJoXy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-viH4rpJoXy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-viH4rpJoXy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-viH4rpJoXy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-viH4rpJoXy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-viH4rpJoXy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-viH4rpJoXy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-viH4rpJoXy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-viH4rpJoXy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-viH4rpJoXy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-viH4rpJoXy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-viH4rpJoXy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-viH4rpJoXy .carousel-inner {
  height: 100%;
}
.cid-viH4rpJoXy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-viH4rpJoXy .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-viH4rpJoXy .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viH4rpJoXy .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-viH4rpJoXy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-viH4rpJoXy .content-slider-wrap {
    width: 100% !important;
  }
  .cid-viH4rpJoXy .image_wrapper {
    height: 330px;
  }
}
.cid-viH4rpZdd8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viH4rpZdd8 .justify-content-center {
  align-items: center;
}
.cid-viH4rpZdd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viH4rpZdd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viH4rpZdd8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-viH4rpZdd8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viH4rpZdd8 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-viH4rpZdd8 .content-head {
  max-width: 800px;
}
.cid-viH4rpZdd8 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-viH4rpZdd8 .card-title {
  color: #49ab0a;
}
.cid-viH4rqjy6R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-viH4rqjy6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-viH4rqjy6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viH4rqjy6R .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-viH4rqjy6R .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-viH4rqjy6R .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-viH4rqjy6R .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-viH4rqjy6R .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-viH4rqjy6R .image-wrapper {
  padding: 0 1rem;
}
.cid-viH4rqjy6R img,
.cid-viH4rqjy6R .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-viH4rqjy6R img,
  .cid-viH4rqjy6R .image-wrapper {
    max-height: 350px;
  }
}
.cid-viH4rqjy6R .mbr-section-title {
  color: #000000;
}
.cid-viH4rqjy6R .mbr-text {
  color: #000000;
}
.cid-viH4rqjy6R .mbr-text,
.cid-viH4rqjy6R .mbr-section-btn {
  text-align: left;
}
.cid-viH4rqyBxQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-viH4rqyBxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viH4rqyBxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-viH4rqyBxQ .container-fluid {
    padding: 0;
  }
}
.cid-viH4rqyBxQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-viH4rqyBxQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-viH4rqyBxQ .embla__button--next,
.cid-viH4rqyBxQ .embla__button--prev {
  display: flex;
}
.cid-viH4rqyBxQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-viH4rqyBxQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-viH4rqyBxQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-viH4rqyBxQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-viH4rqyBxQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viH4rqyBxQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viH4rqyBxQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viH4rqyBxQ .embla {
  position: relative;
  width: 100%;
}
.cid-viH4rqyBxQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-viH4rqyBxQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-viH4rqyBxQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-viH4rqyBxQ .embla__slide a {
  cursor: grab;
}
.cid-viH4rqyBxQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-viH4rqyBxQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-viH4rqyBxQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-viH4rqyBxQ .mbr-section-title {
  color: #232323;
}
.cid-viH4rqyBxQ .mbr-section-subtitle {
  color: #232323;
}
.cid-viH4rqyBxQ .mbr-box {
  color: #ffffff;
}
.cid-viH4rqyBxQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-viH4rqyBxQ img,
.cid-viH4rqyBxQ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-viH4rqyBxQ .item-wrapper {
  position: relative;
}
.cid-viH4rqyBxQ .content-head {
  max-width: 800px;
}
.cid-viH4rrpvCV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-viH4rrpvCV .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-viH4rrpvCV .social-row .soc-item {
  margin: 8px;
}
.cid-viH4rrpvCV .social-row .soc-item a:hover .mbr-iconfont,
.cid-viH4rrpvCV .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-viH4rrpvCV .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-viH4rrpvCV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viH4rrpvCV .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viH4rrpvCV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viH4rrpvCV .header-menu li p {
  margin: 0;
}
.cid-viH4rrpvCV .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-viH4rrpvCV .mbr-section-title {
  color: #ffffff;
}
.cid-viH64El5zN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-viH64El5zN .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-viH64El5zN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-viH64El5zN .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-viH64El5zN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-viH64El5zN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viH64El5zN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viH64El5zN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-viH64El5zN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-viH64El5zN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-viH64El5zN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-viH64El5zN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-viH64El5zN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-viH64El5zN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-viH64El5zN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-viH64El5zN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-viH64El5zN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-viH64El5zN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-viH64El5zN .navbar-logo {
    padding-left: 0;
  }
}
.cid-viH64El5zN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viH64El5zN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-viH64El5zN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-viH64El5zN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-viH64El5zN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-viH64El5zN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-viH64El5zN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viH64El5zN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-viH64El5zN .nav-item:focus,
.cid-viH64El5zN .nav-link:focus {
  outline: none;
}
.cid-viH64El5zN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viH64El5zN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viH64El5zN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viH64El5zN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viH64El5zN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viH64El5zN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viH64El5zN .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-viH64El5zN .navbar.opened {
  transition: all 0.3s;
}
.cid-viH64El5zN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viH64El5zN .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-viH64El5zN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-viH64El5zN .navbar.collapsed {
  justify-content: center;
}
.cid-viH64El5zN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viH64El5zN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viH64El5zN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-viH64El5zN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viH64El5zN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viH64El5zN .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-viH64El5zN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viH64El5zN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viH64El5zN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viH64El5zN .navbar {
    min-height: 72px;
  }
  .cid-viH64El5zN .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viH64El5zN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viH64El5zN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viH64El5zN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viH64El5zN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viH64El5zN .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-viH64El5zN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viH64El5zN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-viH64El5zN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viH64El5zN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viH64El5zN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-viH64El5zN .dropdown-item.active,
.cid-viH64El5zN .dropdown-item:active {
  background-color: transparent;
}
.cid-viH64El5zN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viH64El5zN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viH64El5zN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viH64El5zN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viH64El5zN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-viH64El5zN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-viH64El5zN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viH64El5zN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-viH64El5zN .navbar-buttons {
    text-align: left;
  }
}
.cid-viH64El5zN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viH64El5zN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viH64El5zN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viH64El5zN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viH64El5zN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viH64El5zN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viH64El5zN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viH64El5zN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viH64El5zN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viH64El5zN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viH64El5zN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-viH64El5zN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viH64El5zN .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-viH64El5zN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viH64El5zN .navbar {
    height: 70px;
  }
  .cid-viH64El5zN .navbar.opened {
    height: auto;
  }
  .cid-viH64El5zN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viH64El5zN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-viH64El5zN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-viH64El5zN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-viH64El5zN .navbar-brand {
    margin-right: auto;
  }
  .cid-viH64El5zN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-viH64El5zN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-viH64El5zN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-viH64El5zN .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-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-viH64El5zN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-viH64El5zN .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-viH64El5zN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-viH64El5zN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-viH64EKuoA {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-viH64EKuoA .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-viH64EKuoA .modal-body .close {
  background: #1b1b1b;
}
.cid-viH64EKuoA .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-viH64EKuoA .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-viH64EKuoA .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-viH64EKuoA .container {
  max-width: 100%;
  padding: 0;
}
.cid-viH64EKuoA .content-slider-wrap {
  width: 100%;
}
.cid-viH64EKuoA .carousel-inner > .active,
.cid-viH64EKuoA .carousel-inner > .next,
.cid-viH64EKuoA .carousel-inner > .prev {
  display: flex;
}
.cid-viH64EKuoA .carousel-control .icon-next,
.cid-viH64EKuoA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-viH64EKuoA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-viH64EKuoA .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-viH64EKuoA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-viH64EKuoA .boxed-slider > div {
  position: relative;
}
.cid-viH64EKuoA .container img {
  width: 100%;
}
.cid-viH64EKuoA .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-viH64EKuoA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-viH64EKuoA .mbr-table-cell {
  padding: 0;
}
.cid-viH64EKuoA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-viH64EKuoA .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-viH64EKuoA .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-viH64EKuoA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-viH64EKuoA .carousel-item.active.right,
.cid-viH64EKuoA .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-viH64EKuoA .carousel-item.active.left,
.cid-viH64EKuoA .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-viH64EKuoA .carousel-item.active,
.cid-viH64EKuoA .carousel-item.next.left,
.cid-viH64EKuoA .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-viH64EKuoA .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-viH64EKuoA .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-viH64EKuoA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viH64EKuoA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-viH64EKuoA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-viH64EKuoA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-viH64EKuoA .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-viH64EKuoA .mbr-slider .carousel-indicators li.active,
.cid-viH64EKuoA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-viH64EKuoA .mbr-slider .carousel-indicators li::after,
.cid-viH64EKuoA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-viH64EKuoA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-viH64EKuoA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-viH64EKuoA .mbr-slider > .container img {
  width: 100%;
}
.cid-viH64EKuoA .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-viH64EKuoA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-viH64EKuoA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-viH64EKuoA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-viH64EKuoA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-viH64EKuoA .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-viH64EKuoA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-viH64EKuoA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-viH64EKuoA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-viH64EKuoA .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-viH64EKuoA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-viH64EKuoA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-viH64EKuoA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-viH64EKuoA .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-viH64EKuoA .carousel-inner {
  height: 100%;
}
.cid-viH64EKuoA .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-viH64EKuoA .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-viH64EKuoA .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viH64EKuoA .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-viH64EKuoA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-viH64EKuoA .content-slider-wrap {
    width: 100% !important;
  }
  .cid-viH64EKuoA .image_wrapper {
    height: 330px;
  }
}
.cid-viH64F3i6n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viH64F3i6n .justify-content-center {
  align-items: center;
}
.cid-viH64F3i6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-viH64F3i6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viH64F3i6n .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-viH64F3i6n .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viH64F3i6n .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-viH64F3i6n .content-head {
  max-width: 800px;
}
.cid-viH64F3i6n .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #49ab0a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 80px;
  border-radius: 50%;
}
.cid-viH64F3i6n .card-title {
  color: #49ab0a;
}
.cid-viH64FlCkf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-viH64FlCkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-viH64FlCkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viH64FlCkf .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-viH64FlCkf .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-viH64FlCkf .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-viH64FlCkf .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-viH64FlCkf .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-viH64FlCkf .image-wrapper {
  padding: 0 1rem;
}
.cid-viH64FlCkf img,
.cid-viH64FlCkf .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-viH64FlCkf img,
  .cid-viH64FlCkf .image-wrapper {
    max-height: 350px;
  }
}
.cid-viH64FlCkf .mbr-section-title {
  color: #000000;
}
.cid-viH64FlCkf .mbr-text {
  color: #000000;
}
.cid-viH64FlCkf .mbr-text,
.cid-viH64FlCkf .mbr-section-btn {
  text-align: left;
}
.cid-viH64FHh5W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-viH64FHh5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-viH64FHh5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-viH64FHh5W .container-fluid {
    padding: 0;
  }
}
.cid-viH64FHh5W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-viH64FHh5W .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-viH64FHh5W .embla__button--next,
.cid-viH64FHh5W .embla__button--prev {
  display: flex;
}
.cid-viH64FHh5W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-viH64FHh5W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-viH64FHh5W .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-viH64FHh5W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-viH64FHh5W .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viH64FHh5W .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viH64FHh5W .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viH64FHh5W .embla {
  position: relative;
  width: 100%;
}
.cid-viH64FHh5W .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-viH64FHh5W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-viH64FHh5W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-viH64FHh5W .embla__slide a {
  cursor: grab;
}
.cid-viH64FHh5W .embla__slide a:active {
  cursor: grabbing;
}
.cid-viH64FHh5W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-viH64FHh5W .item-menu-overlay {
  border-radius: 2rem;
}
.cid-viH64FHh5W .mbr-section-title {
  color: #232323;
}
.cid-viH64FHh5W .mbr-section-subtitle {
  color: #232323;
}
.cid-viH64FHh5W .mbr-box {
  color: #ffffff;
}
.cid-viH64FHh5W .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-viH64FHh5W img,
.cid-viH64FHh5W .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-viH64FHh5W .item-wrapper {
  position: relative;
}
.cid-viH64FHh5W .content-head {
  max-width: 800px;
}
.cid-viH64GMufq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-viH64GMufq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-viH64GMufq .social-row .soc-item {
  margin: 8px;
}
.cid-viH64GMufq .social-row .soc-item a:hover .mbr-iconfont,
.cid-viH64GMufq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-viH64GMufq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-viH64GMufq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viH64GMufq .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viH64GMufq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viH64GMufq .header-menu li p {
  margin: 0;
}
.cid-viH64GMufq .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-viH64GMufq .mbr-section-title {
  color: #ffffff;
}
