body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #2b6549 !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #2b6549 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0d1d15;
  color: #0d1d15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #2b6549;
  border-color: #2b6549;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #0d1d15;
  color: #0d1d15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #2b6549;
  border-color: #2b6549;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2b6549 !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #2b6549 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d1d15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d1d15 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #2b6549;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b6549;
  border-color: #2b6549;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b6549;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #58b889;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #58b889;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2b6549;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #2b6549 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b6549;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b6549;
  border-bottom-color: #2b6549;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #279e64 !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%;
}
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='%232b6549' %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;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJ5AaFexCA {
  overflow-x: hidden !important;
}
.cid-sJ5AaFexCA,
.cid-sJ5AaFexCA .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5AaFexCA .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5AaFexCA .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5AaFexCA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5AaFexCA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJ5AaFexCA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5AaFexCA .mbr-overlay {
  z-index: 1;
}
.cid-sJ5AaFexCA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJ5AaFyWFD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ5AaFyWFD .mbr-text {
  text-align: justify;
}
.cid-sJ5AaFyWFD .mbr-section-title {
  text-align: left;
}
.cid-sJ5AaFJ8Jt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJ5AaFJ8Jt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sJ5AaFJ8Jt .mbr-text,
.cid-sJ5AaFJ8Jt .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sJ5AIG0su7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5AIG0su7 .mbr-text {
  text-align: justify;
}
.cid-sJ5AIG0su7 .mbr-section-title {
  text-align: left;
}
.cid-udsy6v943c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsy6v943c .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsy6v943c .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsy6v943c .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsy6v943c .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsy6v943c .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsy6v943c .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsy6v943c .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsy6v943c .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsy6v943c .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsy6v943c .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsy6v943c .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsy6v943c .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsy6v943c .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsy6v943c .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsy6v943c [class^="socicon-"]:before,
.cid-udsy6v943c [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsy6v943c .mbr-section-title,
.cid-udsy6v943c .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5AaGwo93 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5AaGwo93 .container {
  max-width: 1400px;
}
.cid-sJ5AaGwo93 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5AaGwo93 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5AaGwo93 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5AaGwo93 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5AaGwo93 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5AaGwo93 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5AaGwo93 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5AaGwo93 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5AaGwo93 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5AaGwo93 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJ5AaGwo93 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5AaGwo93 .card-img {
  width: auto;
}
.cid-sJ5AaGwo93 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJ5AaGwo93 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5AaGwo93 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5AaGwo93 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5AaGwo93 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5AaGwo93 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5AaGwo93 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5AaGwo93 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5AaGwo93 .item {
    justify-content: center;
  }
  .cid-sJ5AaGwo93 .quote::after {
    left: 60px;
  }
}
.cid-sJ5AaGwo93 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5AaGwo93 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5AaGwo93 .text1 {
  color: #ffffff;
}
.cid-sJ5AaGwo93 .item-title {
  color: #ffffff;
}
.cid-sJ5AaGwo93 H5 {
  color: #ffffff;
}
.cid-sJ5AaGwo93 .theme {
  color: #ffffff;
}
.cid-sJ5AaGwo93 .copyright > p {
  color: #ff3366;
}
.cid-sJ5AaGwo93 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbeYbWbL4 {
  overflow-x: hidden !important;
}
.cid-sJbeYbWbL4,
.cid-sJbeYbWbL4 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbeYbWbL4 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbeYbWbL4 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbeYbWbL4 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbeYbWbL4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbeYbWbL4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbeYbWbL4 .mbr-overlay {
  z-index: 1;
}
.cid-sJbeYbWbL4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbeYcbw9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbeYcbw9f .mbr-text {
  text-align: justify;
}
.cid-sJbeYcbw9f .mbr-section-title {
  text-align: left;
}
.cid-udsuRulngO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuRulngO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuRulngO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuRulngO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuRulngO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuRulngO .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuRulngO .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuRulngO .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuRulngO .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuRulngO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuRulngO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuRulngO .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuRulngO .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuRulngO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuRulngO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuRulngO [class^="socicon-"]:before,
.cid-udsuRulngO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuRulngO .mbr-section-title,
.cid-udsuRulngO .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbeYcEMY4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbeYcEMY4 .container {
  max-width: 1400px;
}
.cid-sJbeYcEMY4 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbeYcEMY4 .soc-item a {
  padding-top: 5px;
}
.cid-sJbeYcEMY4 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbeYcEMY4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbeYcEMY4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbeYcEMY4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbeYcEMY4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbeYcEMY4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbeYcEMY4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbeYcEMY4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbeYcEMY4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbeYcEMY4 .card-img {
  width: auto;
}
.cid-sJbeYcEMY4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbeYcEMY4 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbeYcEMY4 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbeYcEMY4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbeYcEMY4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbeYcEMY4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbeYcEMY4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbeYcEMY4 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbeYcEMY4 .item {
    justify-content: center;
  }
  .cid-sJbeYcEMY4 .quote::after {
    left: 60px;
  }
}
.cid-sJbeYcEMY4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbeYcEMY4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbeYcEMY4 .text1 {
  color: #ffffff;
}
.cid-sJbeYcEMY4 .item-title {
  color: #ffffff;
}
.cid-sJbeYcEMY4 H5 {
  color: #ffffff;
}
.cid-sJbeYcEMY4 .theme {
  color: #ffffff;
}
.cid-sJbeYcEMY4 .copyright > p {
  color: #ff3366;
}
.cid-sJbeYcEMY4 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbf0H2xC8 {
  overflow-x: hidden !important;
}
.cid-sJbf0H2xC8,
.cid-sJbf0H2xC8 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbf0H2xC8 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbf0H2xC8 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbf0H2xC8 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbf0H2xC8 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbf0H2xC8 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbf0H2xC8 .mbr-overlay {
  z-index: 1;
}
.cid-sJbf0H2xC8 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbf0HdANs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbf0HdANs .mbr-text {
  text-align: justify;
}
.cid-sJbf0HdANs .mbr-section-title {
  text-align: left;
}
.cid-udsuVNMAmY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuVNMAmY .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuVNMAmY .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuVNMAmY .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuVNMAmY .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuVNMAmY .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuVNMAmY .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuVNMAmY .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuVNMAmY .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuVNMAmY .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuVNMAmY .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuVNMAmY .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuVNMAmY .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuVNMAmY .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuVNMAmY .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuVNMAmY [class^="socicon-"]:before,
.cid-udsuVNMAmY [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuVNMAmY .mbr-section-title,
.cid-udsuVNMAmY .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbf0HGuqB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbf0HGuqB .container {
  max-width: 1400px;
}
.cid-sJbf0HGuqB .card-img2 span {
  padding-top: 6px;
}
.cid-sJbf0HGuqB .soc-item a {
  padding-top: 5px;
}
.cid-sJbf0HGuqB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbf0HGuqB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbf0HGuqB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbf0HGuqB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbf0HGuqB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbf0HGuqB #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbf0HGuqB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbf0HGuqB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbf0HGuqB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbf0HGuqB .card-img {
  width: auto;
}
.cid-sJbf0HGuqB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbf0HGuqB .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbf0HGuqB .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbf0HGuqB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbf0HGuqB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbf0HGuqB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbf0HGuqB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbf0HGuqB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbf0HGuqB .item {
    justify-content: center;
  }
  .cid-sJbf0HGuqB .quote::after {
    left: 60px;
  }
}
.cid-sJbf0HGuqB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbf0HGuqB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbf0HGuqB .text1 {
  color: #ffffff;
}
.cid-sJbf0HGuqB .item-title {
  color: #ffffff;
}
.cid-sJbf0HGuqB H5 {
  color: #ffffff;
}
.cid-sJbf0HGuqB .theme {
  color: #ffffff;
}
.cid-sJbf0HGuqB .copyright > p {
  color: #ff3366;
}
.cid-sJbf0HGuqB .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbfOGnDXa {
  overflow-x: hidden !important;
}
.cid-sJbfOGnDXa,
.cid-sJbfOGnDXa .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbfOGnDXa .mbr-section-title {
  color: #ffffff;
}
.cid-sJbfOGnDXa .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbfOGnDXa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbfOGnDXa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbfOGnDXa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbfOGnDXa .mbr-overlay {
  z-index: 1;
}
.cid-sJbfOGnDXa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbib98HeN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbib98HeN .mbr-text {
  text-align: justify;
}
.cid-sJbib98HeN .mbr-section-title {
  text-align: left;
}
.cid-sJbi7KCLLO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJbi7KCLLO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJbi7KCLLO .row {
  flex-direction: row-reverse;
}
.cid-sJbi7KCLLO img {
  width: 100%;
}
.cid-sJbfOGCUzj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbfOGCUzj .mbr-text {
  text-align: justify;
}
.cid-sJbfOGCUzj .mbr-section-title {
  text-align: left;
}
.cid-udsuZQxvvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsuZQxvvt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsuZQxvvt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsuZQxvvt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsuZQxvvt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsuZQxvvt .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsuZQxvvt .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsuZQxvvt .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsuZQxvvt .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsuZQxvvt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsuZQxvvt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsuZQxvvt .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsuZQxvvt .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsuZQxvvt .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsuZQxvvt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsuZQxvvt [class^="socicon-"]:before,
.cid-udsuZQxvvt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsuZQxvvt .mbr-section-title,
.cid-udsuZQxvvt .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbfOHE7Mq {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbfOHE7Mq .container {
  max-width: 1400px;
}
.cid-sJbfOHE7Mq .card-img2 span {
  padding-top: 6px;
}
.cid-sJbfOHE7Mq .soc-item a {
  padding-top: 5px;
}
.cid-sJbfOHE7Mq .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbfOHE7Mq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbfOHE7Mq .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbfOHE7Mq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbfOHE7Mq svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbfOHE7Mq #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbfOHE7Mq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbfOHE7Mq .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbfOHE7Mq .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbfOHE7Mq .card-img {
  width: auto;
}
.cid-sJbfOHE7Mq .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbfOHE7Mq .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbfOHE7Mq .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbfOHE7Mq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbfOHE7Mq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbfOHE7Mq .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbfOHE7Mq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbfOHE7Mq img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbfOHE7Mq .item {
    justify-content: center;
  }
  .cid-sJbfOHE7Mq .quote::after {
    left: 60px;
  }
}
.cid-sJbfOHE7Mq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbfOHE7Mq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbfOHE7Mq .text1 {
  color: #ffffff;
}
.cid-sJbfOHE7Mq .item-title {
  color: #ffffff;
}
.cid-sJbfOHE7Mq H5 {
  color: #ffffff;
}
.cid-sJbfOHE7Mq .theme {
  color: #ffffff;
}
.cid-sJbfOHE7Mq .copyright > p {
  color: #ff3366;
}
.cid-sJbfOHE7Mq .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbiA36IwJ {
  overflow-x: hidden !important;
}
.cid-sJbiA36IwJ,
.cid-sJbiA36IwJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbiA36IwJ .mbr-section-title {
  color: #ffffff;
}
.cid-sJbiA36IwJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbiA36IwJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbiA36IwJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbiA36IwJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbiA36IwJ .mbr-overlay {
  z-index: 1;
}
.cid-sJbiA36IwJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbiA3mRZU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbiA3mRZU .mbr-text {
  text-align: justify;
}
.cid-sJbiA3mRZU .mbr-section-title {
  text-align: left;
}
.cid-udsv3oVWHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsv3oVWHP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsv3oVWHP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsv3oVWHP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsv3oVWHP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsv3oVWHP .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsv3oVWHP .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsv3oVWHP .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsv3oVWHP .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsv3oVWHP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsv3oVWHP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsv3oVWHP .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsv3oVWHP .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsv3oVWHP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsv3oVWHP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsv3oVWHP [class^="socicon-"]:before,
.cid-udsv3oVWHP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsv3oVWHP .mbr-section-title,
.cid-udsv3oVWHP .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbiA40XHK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbiA40XHK .container {
  max-width: 1400px;
}
.cid-sJbiA40XHK .card-img2 span {
  padding-top: 6px;
}
.cid-sJbiA40XHK .soc-item a {
  padding-top: 5px;
}
.cid-sJbiA40XHK .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbiA40XHK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbiA40XHK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbiA40XHK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbiA40XHK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbiA40XHK #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbiA40XHK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbiA40XHK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbiA40XHK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbiA40XHK .card-img {
  width: auto;
}
.cid-sJbiA40XHK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbiA40XHK .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbiA40XHK .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbiA40XHK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbiA40XHK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbiA40XHK .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbiA40XHK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbiA40XHK img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbiA40XHK .item {
    justify-content: center;
  }
  .cid-sJbiA40XHK .quote::after {
    left: 60px;
  }
}
.cid-sJbiA40XHK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbiA40XHK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbiA40XHK .text1 {
  color: #ffffff;
}
.cid-sJbiA40XHK .item-title {
  color: #ffffff;
}
.cid-sJbiA40XHK H5 {
  color: #ffffff;
}
.cid-sJbiA40XHK .theme {
  color: #ffffff;
}
.cid-sJbiA40XHK .copyright > p {
  color: #ff3366;
}
.cid-sJbiA40XHK .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbjmPVw37 {
  overflow-x: hidden !important;
}
.cid-sJbjmPVw37,
.cid-sJbjmPVw37 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbjmPVw37 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbjmPVw37 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbjmPVw37 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbjmPVw37 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbjmPVw37 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbjmPVw37 .mbr-overlay {
  z-index: 1;
}
.cid-sJbjmPVw37 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbjmQbQIE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbjmQbQIE .mbr-text {
  text-align: justify;
}
.cid-sJbjmQbQIE .mbr-section-title {
  text-align: left;
}
.cid-udsv7fYjka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsv7fYjka .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsv7fYjka .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsv7fYjka .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsv7fYjka .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsv7fYjka .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsv7fYjka .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsv7fYjka .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsv7fYjka .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsv7fYjka .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsv7fYjka .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsv7fYjka .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsv7fYjka .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsv7fYjka .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsv7fYjka .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsv7fYjka [class^="socicon-"]:before,
.cid-udsv7fYjka [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsv7fYjka .mbr-section-title,
.cid-udsv7fYjka .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbjmQHcfU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbjmQHcfU .container {
  max-width: 1400px;
}
.cid-sJbjmQHcfU .card-img2 span {
  padding-top: 6px;
}
.cid-sJbjmQHcfU .soc-item a {
  padding-top: 5px;
}
.cid-sJbjmQHcfU .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbjmQHcfU .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbjmQHcfU .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbjmQHcfU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbjmQHcfU svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbjmQHcfU #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbjmQHcfU .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbjmQHcfU .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbjmQHcfU .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbjmQHcfU .card-img {
  width: auto;
}
.cid-sJbjmQHcfU .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbjmQHcfU .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbjmQHcfU .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbjmQHcfU .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbjmQHcfU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbjmQHcfU .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbjmQHcfU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbjmQHcfU img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbjmQHcfU .item {
    justify-content: center;
  }
  .cid-sJbjmQHcfU .quote::after {
    left: 60px;
  }
}
.cid-sJbjmQHcfU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbjmQHcfU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbjmQHcfU .text1 {
  color: #ffffff;
}
.cid-sJbjmQHcfU .item-title {
  color: #ffffff;
}
.cid-sJbjmQHcfU H5 {
  color: #ffffff;
}
.cid-sJbjmQHcfU .theme {
  color: #ffffff;
}
.cid-sJbjmQHcfU .copyright > p {
  color: #ff3366;
}
.cid-sJbjmQHcfU .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbjSMR8QQ {
  overflow-x: hidden !important;
}
.cid-sJbjSMR8QQ,
.cid-sJbjSMR8QQ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbjSMR8QQ .mbr-section-title {
  color: #ffffff;
}
.cid-sJbjSMR8QQ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbjSMR8QQ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbjSMR8QQ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbjSMR8QQ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbjSMR8QQ .mbr-overlay {
  z-index: 1;
}
.cid-sJbjSMR8QQ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbjSN6IOE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbjSN6IOE .mbr-text {
  text-align: justify;
}
.cid-sJbjSN6IOE .mbr-section-title {
  text-align: left;
}
.cid-udsvbO1GRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvbO1GRb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvbO1GRb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvbO1GRb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvbO1GRb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvbO1GRb .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvbO1GRb .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvbO1GRb .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvbO1GRb .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvbO1GRb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvbO1GRb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvbO1GRb .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvbO1GRb .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvbO1GRb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvbO1GRb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvbO1GRb [class^="socicon-"]:before,
.cid-udsvbO1GRb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvbO1GRb .mbr-section-title,
.cid-udsvbO1GRb .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbjSNANAT {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbjSNANAT .container {
  max-width: 1400px;
}
.cid-sJbjSNANAT .card-img2 span {
  padding-top: 6px;
}
.cid-sJbjSNANAT .soc-item a {
  padding-top: 5px;
}
.cid-sJbjSNANAT .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbjSNANAT .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbjSNANAT .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbjSNANAT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbjSNANAT svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbjSNANAT #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbjSNANAT .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbjSNANAT .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbjSNANAT .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbjSNANAT .card-img {
  width: auto;
}
.cid-sJbjSNANAT .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbjSNANAT .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbjSNANAT .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbjSNANAT .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbjSNANAT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbjSNANAT .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbjSNANAT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbjSNANAT img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbjSNANAT .item {
    justify-content: center;
  }
  .cid-sJbjSNANAT .quote::after {
    left: 60px;
  }
}
.cid-sJbjSNANAT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbjSNANAT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbjSNANAT .text1 {
  color: #ffffff;
}
.cid-sJbjSNANAT .item-title {
  color: #ffffff;
}
.cid-sJbjSNANAT H5 {
  color: #ffffff;
}
.cid-sJbjSNANAT .theme {
  color: #ffffff;
}
.cid-sJbjSNANAT .copyright > p {
  color: #ff3366;
}
.cid-sJbjSNANAT .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbkz97MM8 {
  overflow-x: hidden !important;
}
.cid-sJbkz97MM8,
.cid-sJbkz97MM8 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbkz97MM8 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbkz97MM8 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbkz97MM8 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbkz97MM8 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbkz97MM8 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbkz97MM8 .mbr-overlay {
  z-index: 1;
}
.cid-sJbkz97MM8 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbkz9nGz6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbkz9nGz6 .mbr-text {
  text-align: justify;
}
.cid-sJbkz9nGz6 .mbr-section-title {
  text-align: left;
}
.cid-udsvgQhXuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvgQhXuO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvgQhXuO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvgQhXuO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvgQhXuO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvgQhXuO .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvgQhXuO .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvgQhXuO .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvgQhXuO .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvgQhXuO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvgQhXuO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvgQhXuO .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvgQhXuO .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvgQhXuO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvgQhXuO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvgQhXuO [class^="socicon-"]:before,
.cid-udsvgQhXuO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvgQhXuO .mbr-section-title,
.cid-udsvgQhXuO .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbkz9HKE0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbkz9HKE0 .container {
  max-width: 1400px;
}
.cid-sJbkz9HKE0 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbkz9HKE0 .soc-item a {
  padding-top: 5px;
}
.cid-sJbkz9HKE0 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbkz9HKE0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbkz9HKE0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbkz9HKE0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbkz9HKE0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbkz9HKE0 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbkz9HKE0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbkz9HKE0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbkz9HKE0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbkz9HKE0 .card-img {
  width: auto;
}
.cid-sJbkz9HKE0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbkz9HKE0 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbkz9HKE0 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbkz9HKE0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbkz9HKE0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbkz9HKE0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbkz9HKE0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbkz9HKE0 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbkz9HKE0 .item {
    justify-content: center;
  }
  .cid-sJbkz9HKE0 .quote::after {
    left: 60px;
  }
}
.cid-sJbkz9HKE0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbkz9HKE0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbkz9HKE0 .text1 {
  color: #ffffff;
}
.cid-sJbkz9HKE0 .item-title {
  color: #ffffff;
}
.cid-sJbkz9HKE0 H5 {
  color: #ffffff;
}
.cid-sJbkz9HKE0 .theme {
  color: #ffffff;
}
.cid-sJbkz9HKE0 .copyright > p {
  color: #ff3366;
}
.cid-sJbkz9HKE0 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbkSYjcvR {
  overflow-x: hidden !important;
}
.cid-sJbkSYjcvR,
.cid-sJbkSYjcvR .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbkSYjcvR .mbr-section-title {
  color: #ffffff;
}
.cid-sJbkSYjcvR .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbkSYjcvR .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbkSYjcvR .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbkSYjcvR .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbkSYjcvR .mbr-overlay {
  z-index: 1;
}
.cid-sJbkSYjcvR .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbkSYzvSf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbkSYzvSf .mbr-text {
  text-align: justify;
}
.cid-sJbkSYzvSf .mbr-section-title {
  text-align: left;
}
.cid-udsvkzUX0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvkzUX0n .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvkzUX0n .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvkzUX0n .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvkzUX0n .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvkzUX0n .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvkzUX0n .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvkzUX0n .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvkzUX0n .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvkzUX0n .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvkzUX0n .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvkzUX0n .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvkzUX0n .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvkzUX0n .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvkzUX0n .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvkzUX0n [class^="socicon-"]:before,
.cid-udsvkzUX0n [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvkzUX0n .mbr-section-title,
.cid-udsvkzUX0n .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbkSYWWBN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbkSYWWBN .container {
  max-width: 1400px;
}
.cid-sJbkSYWWBN .card-img2 span {
  padding-top: 6px;
}
.cid-sJbkSYWWBN .soc-item a {
  padding-top: 5px;
}
.cid-sJbkSYWWBN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbkSYWWBN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbkSYWWBN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbkSYWWBN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbkSYWWBN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbkSYWWBN #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbkSYWWBN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbkSYWWBN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbkSYWWBN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbkSYWWBN .card-img {
  width: auto;
}
.cid-sJbkSYWWBN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbkSYWWBN .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbkSYWWBN .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbkSYWWBN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbkSYWWBN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbkSYWWBN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbkSYWWBN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbkSYWWBN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbkSYWWBN .item {
    justify-content: center;
  }
  .cid-sJbkSYWWBN .quote::after {
    left: 60px;
  }
}
.cid-sJbkSYWWBN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbkSYWWBN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbkSYWWBN .text1 {
  color: #ffffff;
}
.cid-sJbkSYWWBN .item-title {
  color: #ffffff;
}
.cid-sJbkSYWWBN H5 {
  color: #ffffff;
}
.cid-sJbkSYWWBN .theme {
  color: #ffffff;
}
.cid-sJbkSYWWBN .copyright > p {
  color: #ff3366;
}
.cid-sJbkSYWWBN .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJble8fk05 {
  overflow-x: hidden !important;
}
.cid-sJble8fk05,
.cid-sJble8fk05 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJble8fk05 .mbr-section-title {
  color: #ffffff;
}
.cid-sJble8fk05 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJble8fk05 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJble8fk05 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJble8fk05 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJble8fk05 .mbr-overlay {
  z-index: 1;
}
.cid-sJble8fk05 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJble8viOY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJble8viOY .mbr-text {
  text-align: justify;
}
.cid-sJble8viOY .mbr-section-title {
  text-align: left;
}
.cid-udsvxEmUT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvxEmUT1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvxEmUT1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvxEmUT1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvxEmUT1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvxEmUT1 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvxEmUT1 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvxEmUT1 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvxEmUT1 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvxEmUT1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvxEmUT1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvxEmUT1 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvxEmUT1 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvxEmUT1 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvxEmUT1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvxEmUT1 [class^="socicon-"]:before,
.cid-udsvxEmUT1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvxEmUT1 .mbr-section-title,
.cid-udsvxEmUT1 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJble8NDv0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJble8NDv0 .container {
  max-width: 1400px;
}
.cid-sJble8NDv0 .card-img2 span {
  padding-top: 6px;
}
.cid-sJble8NDv0 .soc-item a {
  padding-top: 5px;
}
.cid-sJble8NDv0 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJble8NDv0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJble8NDv0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJble8NDv0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJble8NDv0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJble8NDv0 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJble8NDv0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJble8NDv0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJble8NDv0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJble8NDv0 .card-img {
  width: auto;
}
.cid-sJble8NDv0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJble8NDv0 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJble8NDv0 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJble8NDv0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJble8NDv0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJble8NDv0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJble8NDv0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJble8NDv0 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJble8NDv0 .item {
    justify-content: center;
  }
  .cid-sJble8NDv0 .quote::after {
    left: 60px;
  }
}
.cid-sJble8NDv0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJble8NDv0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJble8NDv0 .text1 {
  color: #ffffff;
}
.cid-sJble8NDv0 .item-title {
  color: #ffffff;
}
.cid-sJble8NDv0 H5 {
  color: #ffffff;
}
.cid-sJble8NDv0 .theme {
  color: #ffffff;
}
.cid-sJble8NDv0 .copyright > p {
  color: #ff3366;
}
.cid-sJble8NDv0 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJblHwfcK9 {
  overflow-x: hidden !important;
}
.cid-sJblHwfcK9,
.cid-sJblHwfcK9 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJblHwfcK9 .mbr-section-title {
  color: #ffffff;
}
.cid-sJblHwfcK9 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJblHwfcK9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJblHwfcK9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJblHwfcK9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJblHwfcK9 .mbr-overlay {
  z-index: 1;
}
.cid-sJblHwfcK9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJblHwuXG9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJblHwuXG9 .mbr-text {
  text-align: justify;
}
.cid-sJblHwuXG9 .mbr-section-title {
  text-align: left;
}
.cid-udsvAY6leX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvAY6leX .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvAY6leX .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvAY6leX .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvAY6leX .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvAY6leX .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvAY6leX .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvAY6leX .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvAY6leX .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvAY6leX .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvAY6leX .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvAY6leX .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvAY6leX .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvAY6leX .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvAY6leX .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvAY6leX [class^="socicon-"]:before,
.cid-udsvAY6leX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvAY6leX .mbr-section-title,
.cid-udsvAY6leX .mbr-social-likes {
  color: #2b6549;
}
.cid-sJblHwRKXG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJblHwRKXG .container {
  max-width: 1400px;
}
.cid-sJblHwRKXG .card-img2 span {
  padding-top: 6px;
}
.cid-sJblHwRKXG .soc-item a {
  padding-top: 5px;
}
.cid-sJblHwRKXG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJblHwRKXG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJblHwRKXG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJblHwRKXG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJblHwRKXG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJblHwRKXG #e2_shape {
  fill: #ffffff !important;
}
.cid-sJblHwRKXG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJblHwRKXG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJblHwRKXG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJblHwRKXG .card-img {
  width: auto;
}
.cid-sJblHwRKXG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJblHwRKXG .soc-item span {
  font-size: 1.4rem;
}
.cid-sJblHwRKXG .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJblHwRKXG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJblHwRKXG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJblHwRKXG .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJblHwRKXG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJblHwRKXG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJblHwRKXG .item {
    justify-content: center;
  }
  .cid-sJblHwRKXG .quote::after {
    left: 60px;
  }
}
.cid-sJblHwRKXG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJblHwRKXG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJblHwRKXG .text1 {
  color: #ffffff;
}
.cid-sJblHwRKXG .item-title {
  color: #ffffff;
}
.cid-sJblHwRKXG H5 {
  color: #ffffff;
}
.cid-sJblHwRKXG .theme {
  color: #ffffff;
}
.cid-sJblHwRKXG .copyright > p {
  color: #ff3366;
}
.cid-sJblHwRKXG .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJblYBUQKb {
  overflow-x: hidden !important;
}
.cid-sJblYBUQKb,
.cid-sJblYBUQKb .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJblYBUQKb .mbr-section-title {
  color: #ffffff;
}
.cid-sJblYBUQKb .mbr-section-title span {
  color: #2b6549;
}
.cid-sJblYBUQKb .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJblYBUQKb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJblYBUQKb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJblYBUQKb .mbr-overlay {
  z-index: 1;
}
.cid-sJblYBUQKb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJblYClA8E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJblYClA8E .mbr-text {
  text-align: justify;
}
.cid-sJblYClA8E .mbr-section-title {
  text-align: left;
}
.cid-udsvE5rV23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvE5rV23 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvE5rV23 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvE5rV23 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvE5rV23 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvE5rV23 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvE5rV23 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvE5rV23 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvE5rV23 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvE5rV23 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvE5rV23 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvE5rV23 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvE5rV23 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvE5rV23 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvE5rV23 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvE5rV23 [class^="socicon-"]:before,
.cid-udsvE5rV23 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvE5rV23 .mbr-section-title,
.cid-udsvE5rV23 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJblYCL1ss {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJblYCL1ss .container {
  max-width: 1400px;
}
.cid-sJblYCL1ss .card-img2 span {
  padding-top: 6px;
}
.cid-sJblYCL1ss .soc-item a {
  padding-top: 5px;
}
.cid-sJblYCL1ss .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJblYCL1ss .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJblYCL1ss .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJblYCL1ss .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJblYCL1ss svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJblYCL1ss #e2_shape {
  fill: #ffffff !important;
}
.cid-sJblYCL1ss .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJblYCL1ss .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJblYCL1ss .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJblYCL1ss .card-img {
  width: auto;
}
.cid-sJblYCL1ss .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJblYCL1ss .soc-item span {
  font-size: 1.4rem;
}
.cid-sJblYCL1ss .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJblYCL1ss .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJblYCL1ss .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJblYCL1ss .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJblYCL1ss .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJblYCL1ss img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJblYCL1ss .item {
    justify-content: center;
  }
  .cid-sJblYCL1ss .quote::after {
    left: 60px;
  }
}
.cid-sJblYCL1ss .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJblYCL1ss .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJblYCL1ss .text1 {
  color: #ffffff;
}
.cid-sJblYCL1ss .item-title {
  color: #ffffff;
}
.cid-sJblYCL1ss H5 {
  color: #ffffff;
}
.cid-sJblYCL1ss .theme {
  color: #ffffff;
}
.cid-sJblYCL1ss .copyright > p {
  color: #ff3366;
}
.cid-sJblYCL1ss .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbmu1OoQf {
  overflow-x: hidden !important;
}
.cid-sJbmu1OoQf,
.cid-sJbmu1OoQf .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbmu1OoQf .mbr-section-title {
  color: #ffffff;
}
.cid-sJbmu1OoQf .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbmu1OoQf .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbmu1OoQf .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbmu1OoQf .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbmu1OoQf .mbr-overlay {
  z-index: 1;
}
.cid-sJbmu1OoQf .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbmu24K6B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbmu24K6B .mbr-text {
  text-align: justify;
}
.cid-sJbmu24K6B .mbr-section-title {
  text-align: left;
}
.cid-udsvGSOcHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvGSOcHf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvGSOcHf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvGSOcHf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvGSOcHf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvGSOcHf .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvGSOcHf .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvGSOcHf .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvGSOcHf .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvGSOcHf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvGSOcHf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvGSOcHf .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvGSOcHf .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvGSOcHf .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvGSOcHf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvGSOcHf [class^="socicon-"]:before,
.cid-udsvGSOcHf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvGSOcHf .mbr-section-title,
.cid-udsvGSOcHf .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbmu2r13C {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbmu2r13C .container {
  max-width: 1400px;
}
.cid-sJbmu2r13C .card-img2 span {
  padding-top: 6px;
}
.cid-sJbmu2r13C .soc-item a {
  padding-top: 5px;
}
.cid-sJbmu2r13C .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbmu2r13C .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbmu2r13C .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbmu2r13C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbmu2r13C svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbmu2r13C #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbmu2r13C .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbmu2r13C .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbmu2r13C .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbmu2r13C .card-img {
  width: auto;
}
.cid-sJbmu2r13C .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbmu2r13C .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbmu2r13C .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbmu2r13C .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbmu2r13C .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbmu2r13C .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbmu2r13C .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbmu2r13C img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbmu2r13C .item {
    justify-content: center;
  }
  .cid-sJbmu2r13C .quote::after {
    left: 60px;
  }
}
.cid-sJbmu2r13C .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbmu2r13C .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbmu2r13C .text1 {
  color: #ffffff;
}
.cid-sJbmu2r13C .item-title {
  color: #ffffff;
}
.cid-sJbmu2r13C H5 {
  color: #ffffff;
}
.cid-sJbmu2r13C .theme {
  color: #ffffff;
}
.cid-sJbmu2r13C .copyright > p {
  color: #ff3366;
}
.cid-sJbmu2r13C .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbmPxQ1fN {
  overflow-x: hidden !important;
}
.cid-sJbmPxQ1fN,
.cid-sJbmPxQ1fN .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbmPxQ1fN .mbr-section-title {
  color: #ffffff;
}
.cid-sJbmPxQ1fN .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbmPxQ1fN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbmPxQ1fN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbmPxQ1fN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbmPxQ1fN .mbr-overlay {
  z-index: 1;
}
.cid-sJbmPxQ1fN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbmPy5naZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbmPy5naZ .mbr-text {
  text-align: justify;
}
.cid-sJbmPy5naZ .mbr-section-title {
  text-align: left;
}
.cid-udsvKrErhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvKrErhe .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvKrErhe .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvKrErhe .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvKrErhe .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvKrErhe .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvKrErhe .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvKrErhe .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvKrErhe .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvKrErhe .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvKrErhe .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvKrErhe .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvKrErhe .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvKrErhe .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvKrErhe .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvKrErhe [class^="socicon-"]:before,
.cid-udsvKrErhe [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvKrErhe .mbr-section-title,
.cid-udsvKrErhe .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbmPyqHcs {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbmPyqHcs .container {
  max-width: 1400px;
}
.cid-sJbmPyqHcs .card-img2 span {
  padding-top: 6px;
}
.cid-sJbmPyqHcs .soc-item a {
  padding-top: 5px;
}
.cid-sJbmPyqHcs .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbmPyqHcs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbmPyqHcs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbmPyqHcs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbmPyqHcs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbmPyqHcs #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbmPyqHcs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbmPyqHcs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbmPyqHcs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbmPyqHcs .card-img {
  width: auto;
}
.cid-sJbmPyqHcs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbmPyqHcs .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbmPyqHcs .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbmPyqHcs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbmPyqHcs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbmPyqHcs .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbmPyqHcs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbmPyqHcs img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbmPyqHcs .item {
    justify-content: center;
  }
  .cid-sJbmPyqHcs .quote::after {
    left: 60px;
  }
}
.cid-sJbmPyqHcs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbmPyqHcs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbmPyqHcs .text1 {
  color: #ffffff;
}
.cid-sJbmPyqHcs .item-title {
  color: #ffffff;
}
.cid-sJbmPyqHcs H5 {
  color: #ffffff;
}
.cid-sJbmPyqHcs .theme {
  color: #ffffff;
}
.cid-sJbmPyqHcs .copyright > p {
  color: #ff3366;
}
.cid-sJbmPyqHcs .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbn8JlfaB {
  overflow-x: hidden !important;
}
.cid-sJbn8JlfaB,
.cid-sJbn8JlfaB .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbn8JlfaB .mbr-section-title {
  color: #ffffff;
}
.cid-sJbn8JlfaB .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbn8JlfaB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbn8JlfaB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbn8JlfaB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbn8JlfaB .mbr-overlay {
  z-index: 1;
}
.cid-sJbn8JlfaB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbn8JJo3S {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbn8JJo3S .mbr-text {
  text-align: justify;
}
.cid-sJbn8JJo3S .mbr-section-title {
  text-align: left;
}
.cid-udsvOkW8TB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvOkW8TB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvOkW8TB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvOkW8TB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvOkW8TB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvOkW8TB .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvOkW8TB .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvOkW8TB .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvOkW8TB .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvOkW8TB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvOkW8TB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvOkW8TB .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvOkW8TB .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvOkW8TB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvOkW8TB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvOkW8TB [class^="socicon-"]:before,
.cid-udsvOkW8TB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvOkW8TB .mbr-section-title,
.cid-udsvOkW8TB .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbn8Kj5Lv {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbn8Kj5Lv .container {
  max-width: 1400px;
}
.cid-sJbn8Kj5Lv .card-img2 span {
  padding-top: 6px;
}
.cid-sJbn8Kj5Lv .soc-item a {
  padding-top: 5px;
}
.cid-sJbn8Kj5Lv .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbn8Kj5Lv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbn8Kj5Lv .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbn8Kj5Lv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbn8Kj5Lv svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbn8Kj5Lv #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbn8Kj5Lv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbn8Kj5Lv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbn8Kj5Lv .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbn8Kj5Lv .card-img {
  width: auto;
}
.cid-sJbn8Kj5Lv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbn8Kj5Lv .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbn8Kj5Lv .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbn8Kj5Lv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbn8Kj5Lv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbn8Kj5Lv .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbn8Kj5Lv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbn8Kj5Lv img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbn8Kj5Lv .item {
    justify-content: center;
  }
  .cid-sJbn8Kj5Lv .quote::after {
    left: 60px;
  }
}
.cid-sJbn8Kj5Lv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbn8Kj5Lv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbn8Kj5Lv .text1 {
  color: #ffffff;
}
.cid-sJbn8Kj5Lv .item-title {
  color: #ffffff;
}
.cid-sJbn8Kj5Lv H5 {
  color: #ffffff;
}
.cid-sJbn8Kj5Lv .theme {
  color: #ffffff;
}
.cid-sJbn8Kj5Lv .copyright > p {
  color: #ff3366;
}
.cid-sJbn8Kj5Lv .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbnwvdptj {
  overflow-x: hidden !important;
}
.cid-sJbnwvdptj,
.cid-sJbnwvdptj .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbnwvdptj .mbr-section-title {
  color: #ffffff;
}
.cid-sJbnwvdptj .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbnwvdptj .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbnwvdptj .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbnwvdptj .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbnwvdptj .mbr-overlay {
  z-index: 1;
}
.cid-sJbnwvdptj .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbnwvt7gv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbnwvt7gv .mbr-text {
  text-align: justify;
}
.cid-sJbnwvt7gv .mbr-section-title {
  text-align: left;
}
.cid-udsvRV8ixV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvRV8ixV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvRV8ixV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvRV8ixV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvRV8ixV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvRV8ixV .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvRV8ixV .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvRV8ixV .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvRV8ixV .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvRV8ixV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvRV8ixV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvRV8ixV .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvRV8ixV .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvRV8ixV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvRV8ixV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvRV8ixV [class^="socicon-"]:before,
.cid-udsvRV8ixV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvRV8ixV .mbr-section-title,
.cid-udsvRV8ixV .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbnwvXop1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbnwvXop1 .container {
  max-width: 1400px;
}
.cid-sJbnwvXop1 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbnwvXop1 .soc-item a {
  padding-top: 5px;
}
.cid-sJbnwvXop1 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbnwvXop1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbnwvXop1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbnwvXop1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbnwvXop1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbnwvXop1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbnwvXop1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbnwvXop1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbnwvXop1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbnwvXop1 .card-img {
  width: auto;
}
.cid-sJbnwvXop1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbnwvXop1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbnwvXop1 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbnwvXop1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbnwvXop1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbnwvXop1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbnwvXop1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbnwvXop1 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbnwvXop1 .item {
    justify-content: center;
  }
  .cid-sJbnwvXop1 .quote::after {
    left: 60px;
  }
}
.cid-sJbnwvXop1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbnwvXop1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbnwvXop1 .text1 {
  color: #ffffff;
}
.cid-sJbnwvXop1 .item-title {
  color: #ffffff;
}
.cid-sJbnwvXop1 H5 {
  color: #ffffff;
}
.cid-sJbnwvXop1 .theme {
  color: #ffffff;
}
.cid-sJbnwvXop1 .copyright > p {
  color: #ff3366;
}
.cid-sJbnwvXop1 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbnXw5qj6 {
  overflow-x: hidden !important;
}
.cid-sJbnXw5qj6,
.cid-sJbnXw5qj6 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbnXw5qj6 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbnXw5qj6 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbnXw5qj6 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbnXw5qj6 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbnXw5qj6 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbnXw5qj6 .mbr-overlay {
  z-index: 1;
}
.cid-sJbnXw5qj6 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbnXwfuEj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbnXwfuEj .mbr-text {
  text-align: justify;
}
.cid-sJbnXwfuEj .mbr-section-title {
  text-align: left;
}
.cid-udsvVfbULZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvVfbULZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvVfbULZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvVfbULZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvVfbULZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvVfbULZ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvVfbULZ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvVfbULZ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvVfbULZ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvVfbULZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvVfbULZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvVfbULZ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvVfbULZ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvVfbULZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvVfbULZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvVfbULZ [class^="socicon-"]:before,
.cid-udsvVfbULZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvVfbULZ .mbr-section-title,
.cid-udsvVfbULZ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbnXwHMOG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbnXwHMOG .container {
  max-width: 1400px;
}
.cid-sJbnXwHMOG .card-img2 span {
  padding-top: 6px;
}
.cid-sJbnXwHMOG .soc-item a {
  padding-top: 5px;
}
.cid-sJbnXwHMOG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbnXwHMOG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbnXwHMOG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbnXwHMOG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbnXwHMOG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbnXwHMOG #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbnXwHMOG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbnXwHMOG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbnXwHMOG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbnXwHMOG .card-img {
  width: auto;
}
.cid-sJbnXwHMOG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbnXwHMOG .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbnXwHMOG .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbnXwHMOG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbnXwHMOG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbnXwHMOG .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbnXwHMOG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbnXwHMOG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbnXwHMOG .item {
    justify-content: center;
  }
  .cid-sJbnXwHMOG .quote::after {
    left: 60px;
  }
}
.cid-sJbnXwHMOG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbnXwHMOG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbnXwHMOG .text1 {
  color: #ffffff;
}
.cid-sJbnXwHMOG .item-title {
  color: #ffffff;
}
.cid-sJbnXwHMOG H5 {
  color: #ffffff;
}
.cid-sJbnXwHMOG .theme {
  color: #ffffff;
}
.cid-sJbnXwHMOG .copyright > p {
  color: #ff3366;
}
.cid-sJbnXwHMOG .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbopF9JjS {
  overflow-x: hidden !important;
}
.cid-sJbopF9JjS,
.cid-sJbopF9JjS .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbopF9JjS .mbr-section-title {
  color: #ffffff;
}
.cid-sJbopF9JjS .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbopF9JjS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbopF9JjS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbopF9JjS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbopF9JjS .mbr-overlay {
  z-index: 1;
}
.cid-sJbopF9JjS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbopFoDfd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbopFoDfd .mbr-text {
  text-align: justify;
}
.cid-sJbopFoDfd .mbr-section-title {
  text-align: left;
}
.cid-udsvYJZwnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvYJZwnx .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvYJZwnx .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvYJZwnx .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvYJZwnx .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvYJZwnx .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvYJZwnx .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvYJZwnx .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvYJZwnx .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvYJZwnx .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvYJZwnx .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvYJZwnx .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvYJZwnx .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvYJZwnx .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvYJZwnx .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvYJZwnx [class^="socicon-"]:before,
.cid-udsvYJZwnx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvYJZwnx .mbr-section-title,
.cid-udsvYJZwnx .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbopFOAo9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbopFOAo9 .container {
  max-width: 1400px;
}
.cid-sJbopFOAo9 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbopFOAo9 .soc-item a {
  padding-top: 5px;
}
.cid-sJbopFOAo9 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbopFOAo9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbopFOAo9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbopFOAo9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbopFOAo9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbopFOAo9 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbopFOAo9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbopFOAo9 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbopFOAo9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbopFOAo9 .card-img {
  width: auto;
}
.cid-sJbopFOAo9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbopFOAo9 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbopFOAo9 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbopFOAo9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbopFOAo9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbopFOAo9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbopFOAo9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbopFOAo9 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbopFOAo9 .item {
    justify-content: center;
  }
  .cid-sJbopFOAo9 .quote::after {
    left: 60px;
  }
}
.cid-sJbopFOAo9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbopFOAo9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbopFOAo9 .text1 {
  color: #ffffff;
}
.cid-sJbopFOAo9 .item-title {
  color: #ffffff;
}
.cid-sJbopFOAo9 H5 {
  color: #ffffff;
}
.cid-sJbopFOAo9 .theme {
  color: #ffffff;
}
.cid-sJbopFOAo9 .copyright > p {
  color: #ff3366;
}
.cid-sJbopFOAo9 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJboN95wu0 {
  overflow-x: hidden !important;
}
.cid-sJboN95wu0,
.cid-sJboN95wu0 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJboN95wu0 .mbr-section-title {
  color: #ffffff;
}
.cid-sJboN95wu0 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJboN95wu0 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJboN95wu0 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJboN95wu0 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJboN95wu0 .mbr-overlay {
  z-index: 1;
}
.cid-sJboN95wu0 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJboN9yP12 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJboN9yP12 .mbr-text {
  text-align: justify;
}
.cid-sJboN9yP12 .mbr-section-title {
  text-align: left;
}
.cid-udsw1OLYO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsw1OLYO4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsw1OLYO4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsw1OLYO4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsw1OLYO4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsw1OLYO4 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsw1OLYO4 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsw1OLYO4 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsw1OLYO4 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsw1OLYO4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsw1OLYO4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsw1OLYO4 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsw1OLYO4 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsw1OLYO4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsw1OLYO4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsw1OLYO4 [class^="socicon-"]:before,
.cid-udsw1OLYO4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsw1OLYO4 .mbr-section-title,
.cid-udsw1OLYO4 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJboNa5CZM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJboNa5CZM .container {
  max-width: 1400px;
}
.cid-sJboNa5CZM .card-img2 span {
  padding-top: 6px;
}
.cid-sJboNa5CZM .soc-item a {
  padding-top: 5px;
}
.cid-sJboNa5CZM .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJboNa5CZM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJboNa5CZM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJboNa5CZM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJboNa5CZM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJboNa5CZM #e2_shape {
  fill: #ffffff !important;
}
.cid-sJboNa5CZM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJboNa5CZM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJboNa5CZM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJboNa5CZM .card-img {
  width: auto;
}
.cid-sJboNa5CZM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJboNa5CZM .soc-item span {
  font-size: 1.4rem;
}
.cid-sJboNa5CZM .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJboNa5CZM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJboNa5CZM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJboNa5CZM .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJboNa5CZM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJboNa5CZM img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJboNa5CZM .item {
    justify-content: center;
  }
  .cid-sJboNa5CZM .quote::after {
    left: 60px;
  }
}
.cid-sJboNa5CZM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJboNa5CZM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJboNa5CZM .text1 {
  color: #ffffff;
}
.cid-sJboNa5CZM .item-title {
  color: #ffffff;
}
.cid-sJboNa5CZM H5 {
  color: #ffffff;
}
.cid-sJboNa5CZM .theme {
  color: #ffffff;
}
.cid-sJboNa5CZM .copyright > p {
  color: #ff3366;
}
.cid-sJboNa5CZM .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbpadECFT {
  overflow-x: hidden !important;
}
.cid-sJbpadECFT,
.cid-sJbpadECFT .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbpadECFT .mbr-section-title {
  color: #ffffff;
}
.cid-sJbpadECFT .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbpadECFT .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbpadECFT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbpadECFT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbpadECFT .mbr-overlay {
  z-index: 1;
}
.cid-sJbpadECFT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbpadTkro {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbpadTkro .mbr-text {
  text-align: justify;
}
.cid-sJbpadTkro .mbr-section-title {
  text-align: left;
}
.cid-udsw6JNtJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsw6JNtJz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsw6JNtJz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsw6JNtJz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsw6JNtJz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsw6JNtJz .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsw6JNtJz .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsw6JNtJz .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsw6JNtJz .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsw6JNtJz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsw6JNtJz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsw6JNtJz .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsw6JNtJz .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsw6JNtJz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsw6JNtJz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsw6JNtJz [class^="socicon-"]:before,
.cid-udsw6JNtJz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsw6JNtJz .mbr-section-title,
.cid-udsw6JNtJz .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbpaec9UE {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbpaec9UE .container {
  max-width: 1400px;
}
.cid-sJbpaec9UE .card-img2 span {
  padding-top: 6px;
}
.cid-sJbpaec9UE .soc-item a {
  padding-top: 5px;
}
.cid-sJbpaec9UE .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbpaec9UE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbpaec9UE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbpaec9UE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbpaec9UE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbpaec9UE #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbpaec9UE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbpaec9UE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbpaec9UE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbpaec9UE .card-img {
  width: auto;
}
.cid-sJbpaec9UE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbpaec9UE .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbpaec9UE .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbpaec9UE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbpaec9UE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbpaec9UE .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbpaec9UE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbpaec9UE img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbpaec9UE .item {
    justify-content: center;
  }
  .cid-sJbpaec9UE .quote::after {
    left: 60px;
  }
}
.cid-sJbpaec9UE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbpaec9UE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbpaec9UE .text1 {
  color: #ffffff;
}
.cid-sJbpaec9UE .item-title {
  color: #ffffff;
}
.cid-sJbpaec9UE H5 {
  color: #ffffff;
}
.cid-sJbpaec9UE .theme {
  color: #ffffff;
}
.cid-sJbpaec9UE .copyright > p {
  color: #ff3366;
}
.cid-sJbpaec9UE .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbpx4bi8c {
  overflow-x: hidden !important;
}
.cid-sJbpx4bi8c,
.cid-sJbpx4bi8c .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbpx4bi8c .mbr-section-title {
  color: #ffffff;
}
.cid-sJbpx4bi8c .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbpx4bi8c .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbpx4bi8c .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbpx4bi8c .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbpx4bi8c .mbr-overlay {
  z-index: 1;
}
.cid-sJbpx4bi8c .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbpx4BIE3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbpx4BIE3 .mbr-text {
  text-align: justify;
}
.cid-sJbpx4BIE3 .mbr-section-title {
  text-align: left;
}
.cid-udswa9Zrw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswa9Zrw3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswa9Zrw3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswa9Zrw3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswa9Zrw3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswa9Zrw3 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswa9Zrw3 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswa9Zrw3 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswa9Zrw3 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswa9Zrw3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswa9Zrw3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswa9Zrw3 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswa9Zrw3 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswa9Zrw3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswa9Zrw3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswa9Zrw3 [class^="socicon-"]:before,
.cid-udswa9Zrw3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswa9Zrw3 .mbr-section-title,
.cid-udswa9Zrw3 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbpx4XZxD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbpx4XZxD .container {
  max-width: 1400px;
}
.cid-sJbpx4XZxD .card-img2 span {
  padding-top: 6px;
}
.cid-sJbpx4XZxD .soc-item a {
  padding-top: 5px;
}
.cid-sJbpx4XZxD .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbpx4XZxD .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbpx4XZxD .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbpx4XZxD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbpx4XZxD svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbpx4XZxD #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbpx4XZxD .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbpx4XZxD .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbpx4XZxD .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbpx4XZxD .card-img {
  width: auto;
}
.cid-sJbpx4XZxD .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbpx4XZxD .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbpx4XZxD .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbpx4XZxD .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbpx4XZxD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbpx4XZxD .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbpx4XZxD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbpx4XZxD img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbpx4XZxD .item {
    justify-content: center;
  }
  .cid-sJbpx4XZxD .quote::after {
    left: 60px;
  }
}
.cid-sJbpx4XZxD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbpx4XZxD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbpx4XZxD .text1 {
  color: #ffffff;
}
.cid-sJbpx4XZxD .item-title {
  color: #ffffff;
}
.cid-sJbpx4XZxD H5 {
  color: #ffffff;
}
.cid-sJbpx4XZxD .theme {
  color: #ffffff;
}
.cid-sJbpx4XZxD .copyright > p {
  color: #ff3366;
}
.cid-sJbpx4XZxD .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbpSWZPh5 {
  overflow-x: hidden !important;
}
.cid-sJbpSWZPh5,
.cid-sJbpSWZPh5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbpSWZPh5 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbpSWZPh5 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbpSWZPh5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbpSWZPh5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbpSWZPh5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbpSWZPh5 .mbr-overlay {
  z-index: 1;
}
.cid-sJbpSWZPh5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbpSXnwMr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbpSXnwMr .mbr-text {
  text-align: justify;
}
.cid-sJbpSXnwMr .mbr-section-title {
  text-align: left;
}
.cid-udswdtTZ2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswdtTZ2O .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswdtTZ2O .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswdtTZ2O .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswdtTZ2O .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswdtTZ2O .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswdtTZ2O .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswdtTZ2O .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswdtTZ2O .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswdtTZ2O .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswdtTZ2O .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswdtTZ2O .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswdtTZ2O .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswdtTZ2O .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswdtTZ2O .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswdtTZ2O [class^="socicon-"]:before,
.cid-udswdtTZ2O [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswdtTZ2O .mbr-section-title,
.cid-udswdtTZ2O .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbpSXH4Xn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbpSXH4Xn .container {
  max-width: 1400px;
}
.cid-sJbpSXH4Xn .card-img2 span {
  padding-top: 6px;
}
.cid-sJbpSXH4Xn .soc-item a {
  padding-top: 5px;
}
.cid-sJbpSXH4Xn .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbpSXH4Xn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbpSXH4Xn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbpSXH4Xn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbpSXH4Xn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbpSXH4Xn #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbpSXH4Xn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbpSXH4Xn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbpSXH4Xn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbpSXH4Xn .card-img {
  width: auto;
}
.cid-sJbpSXH4Xn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbpSXH4Xn .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbpSXH4Xn .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbpSXH4Xn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbpSXH4Xn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbpSXH4Xn .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbpSXH4Xn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbpSXH4Xn img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbpSXH4Xn .item {
    justify-content: center;
  }
  .cid-sJbpSXH4Xn .quote::after {
    left: 60px;
  }
}
.cid-sJbpSXH4Xn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbpSXH4Xn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbpSXH4Xn .text1 {
  color: #ffffff;
}
.cid-sJbpSXH4Xn .item-title {
  color: #ffffff;
}
.cid-sJbpSXH4Xn H5 {
  color: #ffffff;
}
.cid-sJbpSXH4Xn .theme {
  color: #ffffff;
}
.cid-sJbpSXH4Xn .copyright > p {
  color: #ff3366;
}
.cid-sJbpSXH4Xn .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbqdnFUr9 {
  overflow-x: hidden !important;
}
.cid-sJbqdnFUr9,
.cid-sJbqdnFUr9 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbqdnFUr9 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbqdnFUr9 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbqdnFUr9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbqdnFUr9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbqdnFUr9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbqdnFUr9 .mbr-overlay {
  z-index: 1;
}
.cid-sJbqdnFUr9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbqdnUI2H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbqdnUI2H .mbr-text {
  text-align: justify;
}
.cid-sJbqdnUI2H .mbr-section-title {
  text-align: left;
}
.cid-udswgtBnYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswgtBnYv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswgtBnYv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswgtBnYv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswgtBnYv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswgtBnYv .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswgtBnYv .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswgtBnYv .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswgtBnYv .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswgtBnYv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswgtBnYv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswgtBnYv .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswgtBnYv .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswgtBnYv .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswgtBnYv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswgtBnYv [class^="socicon-"]:before,
.cid-udswgtBnYv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswgtBnYv .mbr-section-title,
.cid-udswgtBnYv .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbqdojIGV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbqdojIGV .container {
  max-width: 1400px;
}
.cid-sJbqdojIGV .card-img2 span {
  padding-top: 6px;
}
.cid-sJbqdojIGV .soc-item a {
  padding-top: 5px;
}
.cid-sJbqdojIGV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbqdojIGV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbqdojIGV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbqdojIGV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbqdojIGV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbqdojIGV #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbqdojIGV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbqdojIGV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbqdojIGV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbqdojIGV .card-img {
  width: auto;
}
.cid-sJbqdojIGV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbqdojIGV .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbqdojIGV .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbqdojIGV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbqdojIGV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbqdojIGV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbqdojIGV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbqdojIGV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbqdojIGV .item {
    justify-content: center;
  }
  .cid-sJbqdojIGV .quote::after {
    left: 60px;
  }
}
.cid-sJbqdojIGV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbqdojIGV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbqdojIGV .text1 {
  color: #ffffff;
}
.cid-sJbqdojIGV .item-title {
  color: #ffffff;
}
.cid-sJbqdojIGV H5 {
  color: #ffffff;
}
.cid-sJbqdojIGV .theme {
  color: #ffffff;
}
.cid-sJbqdojIGV .copyright > p {
  color: #ff3366;
}
.cid-sJbqdojIGV .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbquqtpJq {
  overflow-x: hidden !important;
}
.cid-sJbquqtpJq,
.cid-sJbquqtpJq .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbquqtpJq .mbr-section-title {
  color: #ffffff;
}
.cid-sJbquqtpJq .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbquqtpJq .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbquqtpJq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbquqtpJq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbquqtpJq .mbr-overlay {
  z-index: 1;
}
.cid-sJbquqtpJq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbquqH7HI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbquqH7HI .mbr-text {
  text-align: justify;
}
.cid-sJbquqH7HI .mbr-section-title {
  text-align: left;
}
.cid-udswjOkNTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswjOkNTk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswjOkNTk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswjOkNTk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswjOkNTk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswjOkNTk .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswjOkNTk .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswjOkNTk .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswjOkNTk .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswjOkNTk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswjOkNTk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswjOkNTk .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswjOkNTk .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswjOkNTk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswjOkNTk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswjOkNTk [class^="socicon-"]:before,
.cid-udswjOkNTk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswjOkNTk .mbr-section-title,
.cid-udswjOkNTk .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbqur13UP {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbqur13UP .container {
  max-width: 1400px;
}
.cid-sJbqur13UP .card-img2 span {
  padding-top: 6px;
}
.cid-sJbqur13UP .soc-item a {
  padding-top: 5px;
}
.cid-sJbqur13UP .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbqur13UP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbqur13UP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbqur13UP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbqur13UP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbqur13UP #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbqur13UP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbqur13UP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbqur13UP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbqur13UP .card-img {
  width: auto;
}
.cid-sJbqur13UP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbqur13UP .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbqur13UP .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbqur13UP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbqur13UP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbqur13UP .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbqur13UP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbqur13UP img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbqur13UP .item {
    justify-content: center;
  }
  .cid-sJbqur13UP .quote::after {
    left: 60px;
  }
}
.cid-sJbqur13UP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbqur13UP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbqur13UP .text1 {
  color: #ffffff;
}
.cid-sJbqur13UP .item-title {
  color: #ffffff;
}
.cid-sJbqur13UP H5 {
  color: #ffffff;
}
.cid-sJbqur13UP .theme {
  color: #ffffff;
}
.cid-sJbqur13UP .copyright > p {
  color: #ff3366;
}
.cid-sJbqur13UP .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbqWAa15r {
  overflow-x: hidden !important;
}
.cid-sJbqWAa15r,
.cid-sJbqWAa15r .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbqWAa15r .mbr-section-title {
  color: #ffffff;
}
.cid-sJbqWAa15r .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbqWAa15r .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbqWAa15r .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbqWAa15r .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbqWAa15r .mbr-overlay {
  z-index: 1;
}
.cid-sJbqWAa15r .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbqWAAhJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbqWAAhJH .mbr-text {
  text-align: justify;
}
.cid-sJbqWAAhJH .mbr-section-title {
  text-align: left;
}
.cid-sJbrLZnV9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
@media (max-width: 991px) {
  .cid-sJbrLZnV9o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJbrLZnV9o .row {
  flex-direction: row-reverse;
}
.cid-sJbrLZnV9o img {
  width: 100%;
}
.cid-sJbrLZnV9o .mbr-description {
  color: #ffffff;
}
.cid-sJbruHH6KP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbruHH6KP .mbr-text {
  text-align: justify;
}
.cid-sJbruHH6KP .mbr-section-title {
  text-align: left;
}
.cid-udswpdATNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswpdATNQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswpdATNQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswpdATNQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswpdATNQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswpdATNQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswpdATNQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswpdATNQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswpdATNQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswpdATNQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswpdATNQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswpdATNQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswpdATNQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswpdATNQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswpdATNQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswpdATNQ [class^="socicon-"]:before,
.cid-udswpdATNQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswpdATNQ .mbr-section-title,
.cid-udswpdATNQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbqWB9uW6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbqWB9uW6 .container {
  max-width: 1400px;
}
.cid-sJbqWB9uW6 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbqWB9uW6 .soc-item a {
  padding-top: 5px;
}
.cid-sJbqWB9uW6 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbqWB9uW6 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbqWB9uW6 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbqWB9uW6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbqWB9uW6 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbqWB9uW6 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbqWB9uW6 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbqWB9uW6 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbqWB9uW6 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbqWB9uW6 .card-img {
  width: auto;
}
.cid-sJbqWB9uW6 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbqWB9uW6 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbqWB9uW6 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbqWB9uW6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbqWB9uW6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbqWB9uW6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbqWB9uW6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbqWB9uW6 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbqWB9uW6 .item {
    justify-content: center;
  }
  .cid-sJbqWB9uW6 .quote::after {
    left: 60px;
  }
}
.cid-sJbqWB9uW6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbqWB9uW6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbqWB9uW6 .text1 {
  color: #ffffff;
}
.cid-sJbqWB9uW6 .item-title {
  color: #ffffff;
}
.cid-sJbqWB9uW6 H5 {
  color: #ffffff;
}
.cid-sJbqWB9uW6 .theme {
  color: #ffffff;
}
.cid-sJbqWB9uW6 .copyright > p {
  color: #ff3366;
}
.cid-sJbqWB9uW6 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbsIcUAkJ {
  overflow-x: hidden !important;
}
.cid-sJbsIcUAkJ,
.cid-sJbsIcUAkJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbsIcUAkJ .mbr-section-title {
  color: #ffffff;
}
.cid-sJbsIcUAkJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbsIcUAkJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbsIcUAkJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbsIcUAkJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbsIcUAkJ .mbr-overlay {
  z-index: 1;
}
.cid-sJbsIcUAkJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbtmWjF71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbtmWjF71 .mbr-text {
  text-align: justify;
}
.cid-sJbtmWjF71 .mbr-section-title {
  text-align: left;
}
.cid-udswtWbt9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswtWbt9H .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswtWbt9H .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswtWbt9H .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswtWbt9H .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswtWbt9H .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswtWbt9H .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswtWbt9H .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswtWbt9H .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswtWbt9H .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswtWbt9H .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswtWbt9H .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswtWbt9H .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswtWbt9H .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswtWbt9H .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswtWbt9H [class^="socicon-"]:before,
.cid-udswtWbt9H [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswtWbt9H .mbr-section-title,
.cid-udswtWbt9H .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbsIenbA8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbsIenbA8 .container {
  max-width: 1400px;
}
.cid-sJbsIenbA8 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbsIenbA8 .soc-item a {
  padding-top: 5px;
}
.cid-sJbsIenbA8 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbsIenbA8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbsIenbA8 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbsIenbA8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbsIenbA8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbsIenbA8 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbsIenbA8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbsIenbA8 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbsIenbA8 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbsIenbA8 .card-img {
  width: auto;
}
.cid-sJbsIenbA8 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbsIenbA8 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbsIenbA8 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbsIenbA8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbsIenbA8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbsIenbA8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbsIenbA8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbsIenbA8 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbsIenbA8 .item {
    justify-content: center;
  }
  .cid-sJbsIenbA8 .quote::after {
    left: 60px;
  }
}
.cid-sJbsIenbA8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbsIenbA8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbsIenbA8 .text1 {
  color: #ffffff;
}
.cid-sJbsIenbA8 .item-title {
  color: #ffffff;
}
.cid-sJbsIenbA8 H5 {
  color: #ffffff;
}
.cid-sJbsIenbA8 .theme {
  color: #ffffff;
}
.cid-sJbsIenbA8 .copyright > p {
  color: #ff3366;
}
.cid-sJbsIenbA8 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbtw1nMho {
  overflow-x: hidden !important;
}
.cid-sJbtw1nMho,
.cid-sJbtw1nMho .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbtw1nMho .mbr-section-title {
  color: #ffffff;
}
.cid-sJbtw1nMho .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbtw1nMho .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbtw1nMho .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbtw1nMho .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbtw1nMho .mbr-overlay {
  z-index: 1;
}
.cid-sJbtw1nMho .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbtw1Eu9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbtw1Eu9B .mbr-text {
  text-align: justify;
}
.cid-sJbtw1Eu9B .mbr-section-title {
  text-align: left;
}
.cid-udswxDdhmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswxDdhmf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswxDdhmf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswxDdhmf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswxDdhmf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswxDdhmf .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswxDdhmf .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswxDdhmf .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswxDdhmf .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswxDdhmf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswxDdhmf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswxDdhmf .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswxDdhmf .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswxDdhmf .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswxDdhmf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswxDdhmf [class^="socicon-"]:before,
.cid-udswxDdhmf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswxDdhmf .mbr-section-title,
.cid-udswxDdhmf .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbtw2sTeH {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbtw2sTeH .container {
  max-width: 1400px;
}
.cid-sJbtw2sTeH .card-img2 span {
  padding-top: 6px;
}
.cid-sJbtw2sTeH .soc-item a {
  padding-top: 5px;
}
.cid-sJbtw2sTeH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbtw2sTeH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbtw2sTeH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbtw2sTeH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbtw2sTeH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbtw2sTeH #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbtw2sTeH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbtw2sTeH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbtw2sTeH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbtw2sTeH .card-img {
  width: auto;
}
.cid-sJbtw2sTeH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbtw2sTeH .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbtw2sTeH .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbtw2sTeH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbtw2sTeH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbtw2sTeH .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbtw2sTeH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbtw2sTeH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbtw2sTeH .item {
    justify-content: center;
  }
  .cid-sJbtw2sTeH .quote::after {
    left: 60px;
  }
}
.cid-sJbtw2sTeH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbtw2sTeH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbtw2sTeH .text1 {
  color: #ffffff;
}
.cid-sJbtw2sTeH .item-title {
  color: #ffffff;
}
.cid-sJbtw2sTeH H5 {
  color: #ffffff;
}
.cid-sJbtw2sTeH .theme {
  color: #ffffff;
}
.cid-sJbtw2sTeH .copyright > p {
  color: #ff3366;
}
.cid-sJbtw2sTeH .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbu8rA5tN {
  overflow-x: hidden !important;
}
.cid-sJbu8rA5tN,
.cid-sJbu8rA5tN .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbu8rA5tN .mbr-section-title {
  color: #ffffff;
}
.cid-sJbu8rA5tN .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbu8rA5tN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbu8rA5tN .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbu8rA5tN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbu8rA5tN .mbr-overlay {
  z-index: 1;
}
.cid-sJbu8rA5tN .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbu8rRy0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbu8rRy0F .mbr-text {
  text-align: justify;
}
.cid-sJbu8rRy0F .mbr-section-title {
  text-align: left;
}
.cid-udswBRiUgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswBRiUgL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswBRiUgL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswBRiUgL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswBRiUgL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswBRiUgL .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswBRiUgL .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswBRiUgL .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswBRiUgL .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswBRiUgL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswBRiUgL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswBRiUgL .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswBRiUgL .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswBRiUgL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswBRiUgL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswBRiUgL [class^="socicon-"]:before,
.cid-udswBRiUgL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswBRiUgL .mbr-section-title,
.cid-udswBRiUgL .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbu8sjEPo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbu8sjEPo .container {
  max-width: 1400px;
}
.cid-sJbu8sjEPo .card-img2 span {
  padding-top: 6px;
}
.cid-sJbu8sjEPo .soc-item a {
  padding-top: 5px;
}
.cid-sJbu8sjEPo .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbu8sjEPo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbu8sjEPo .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbu8sjEPo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbu8sjEPo svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbu8sjEPo #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbu8sjEPo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbu8sjEPo .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbu8sjEPo .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbu8sjEPo .card-img {
  width: auto;
}
.cid-sJbu8sjEPo .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbu8sjEPo .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbu8sjEPo .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbu8sjEPo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbu8sjEPo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbu8sjEPo .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbu8sjEPo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbu8sjEPo img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbu8sjEPo .item {
    justify-content: center;
  }
  .cid-sJbu8sjEPo .quote::after {
    left: 60px;
  }
}
.cid-sJbu8sjEPo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbu8sjEPo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbu8sjEPo .text1 {
  color: #ffffff;
}
.cid-sJbu8sjEPo .item-title {
  color: #ffffff;
}
.cid-sJbu8sjEPo H5 {
  color: #ffffff;
}
.cid-sJbu8sjEPo .theme {
  color: #ffffff;
}
.cid-sJbu8sjEPo .copyright > p {
  color: #ff3366;
}
.cid-sJbu8sjEPo .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbvPZmCtV {
  overflow-x: hidden !important;
}
.cid-sJbvPZmCtV,
.cid-sJbvPZmCtV .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbvPZmCtV .mbr-section-title {
  color: #ffffff;
}
.cid-sJbvPZmCtV .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbvPZmCtV .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbvPZmCtV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbvPZmCtV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbvPZmCtV .mbr-overlay {
  z-index: 1;
}
.cid-sJbvPZmCtV .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbvPZCDUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbvPZCDUp .mbr-text {
  text-align: justify;
}
.cid-sJbvPZCDUp .mbr-section-title {
  text-align: left;
}
.cid-udswGVUQ83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswGVUQ83 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswGVUQ83 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswGVUQ83 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswGVUQ83 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswGVUQ83 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswGVUQ83 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswGVUQ83 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswGVUQ83 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswGVUQ83 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswGVUQ83 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswGVUQ83 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswGVUQ83 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswGVUQ83 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswGVUQ83 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswGVUQ83 [class^="socicon-"]:before,
.cid-udswGVUQ83 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswGVUQ83 .mbr-section-title,
.cid-udswGVUQ83 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbvPZZLRS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbvPZZLRS .container {
  max-width: 1400px;
}
.cid-sJbvPZZLRS .card-img2 span {
  padding-top: 6px;
}
.cid-sJbvPZZLRS .soc-item a {
  padding-top: 5px;
}
.cid-sJbvPZZLRS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbvPZZLRS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbvPZZLRS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbvPZZLRS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbvPZZLRS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbvPZZLRS #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbvPZZLRS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbvPZZLRS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbvPZZLRS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbvPZZLRS .card-img {
  width: auto;
}
.cid-sJbvPZZLRS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbvPZZLRS .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbvPZZLRS .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbvPZZLRS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbvPZZLRS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbvPZZLRS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbvPZZLRS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbvPZZLRS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbvPZZLRS .item {
    justify-content: center;
  }
  .cid-sJbvPZZLRS .quote::after {
    left: 60px;
  }
}
.cid-sJbvPZZLRS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbvPZZLRS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbvPZZLRS .text1 {
  color: #ffffff;
}
.cid-sJbvPZZLRS .item-title {
  color: #ffffff;
}
.cid-sJbvPZZLRS H5 {
  color: #ffffff;
}
.cid-sJbvPZZLRS .theme {
  color: #ffffff;
}
.cid-sJbvPZZLRS .copyright > p {
  color: #ff3366;
}
.cid-sJbvPZZLRS .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbwdoK6Kl {
  overflow-x: hidden !important;
}
.cid-sJbwdoK6Kl,
.cid-sJbwdoK6Kl .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbwdoK6Kl .mbr-section-title {
  color: #ffffff;
}
.cid-sJbwdoK6Kl .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbwdoK6Kl .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbwdoK6Kl .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbwdoK6Kl .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbwdoK6Kl .mbr-overlay {
  z-index: 1;
}
.cid-sJbwdoK6Kl .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbwdp0tHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbwdp0tHe .mbr-text {
  text-align: justify;
}
.cid-sJbwdp0tHe .mbr-section-title {
  text-align: left;
}
.cid-udswL12g6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswL12g6r .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswL12g6r .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswL12g6r .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswL12g6r .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswL12g6r .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswL12g6r .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswL12g6r .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswL12g6r .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswL12g6r .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswL12g6r .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswL12g6r .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswL12g6r .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswL12g6r .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswL12g6r .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswL12g6r [class^="socicon-"]:before,
.cid-udswL12g6r [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswL12g6r .mbr-section-title,
.cid-udswL12g6r .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbwdpq1mz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbwdpq1mz .container {
  max-width: 1400px;
}
.cid-sJbwdpq1mz .card-img2 span {
  padding-top: 6px;
}
.cid-sJbwdpq1mz .soc-item a {
  padding-top: 5px;
}
.cid-sJbwdpq1mz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbwdpq1mz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbwdpq1mz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbwdpq1mz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbwdpq1mz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbwdpq1mz #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbwdpq1mz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbwdpq1mz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbwdpq1mz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbwdpq1mz .card-img {
  width: auto;
}
.cid-sJbwdpq1mz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbwdpq1mz .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbwdpq1mz .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbwdpq1mz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbwdpq1mz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbwdpq1mz .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbwdpq1mz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbwdpq1mz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbwdpq1mz .item {
    justify-content: center;
  }
  .cid-sJbwdpq1mz .quote::after {
    left: 60px;
  }
}
.cid-sJbwdpq1mz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbwdpq1mz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbwdpq1mz .text1 {
  color: #ffffff;
}
.cid-sJbwdpq1mz .item-title {
  color: #ffffff;
}
.cid-sJbwdpq1mz H5 {
  color: #ffffff;
}
.cid-sJbwdpq1mz .theme {
  color: #ffffff;
}
.cid-sJbwdpq1mz .copyright > p {
  color: #ff3366;
}
.cid-sJbwdpq1mz .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbwM7RW5b {
  overflow-x: hidden !important;
}
.cid-sJbwM7RW5b,
.cid-sJbwM7RW5b .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbwM7RW5b .mbr-section-title {
  color: #ffffff;
}
.cid-sJbwM7RW5b .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbwM7RW5b .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbwM7RW5b .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbwM7RW5b .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbwM7RW5b .mbr-overlay {
  z-index: 1;
}
.cid-sJbwM7RW5b .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbwM80doC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbwM80doC .mbr-text {
  text-align: justify;
}
.cid-sJbwM80doC .mbr-section-title {
  text-align: left;
}
.cid-udsA5j1zOH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsA5j1zOH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsA5j1zOH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsA5j1zOH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsA5j1zOH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsA5j1zOH .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsA5j1zOH .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsA5j1zOH .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsA5j1zOH .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsA5j1zOH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsA5j1zOH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsA5j1zOH .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsA5j1zOH .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsA5j1zOH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsA5j1zOH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsA5j1zOH [class^="socicon-"]:before,
.cid-udsA5j1zOH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsA5j1zOH .mbr-section-title,
.cid-udsA5j1zOH .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbwM8k1Ih {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbwM8k1Ih .container {
  max-width: 1400px;
}
.cid-sJbwM8k1Ih .card-img2 span {
  padding-top: 6px;
}
.cid-sJbwM8k1Ih .soc-item a {
  padding-top: 5px;
}
.cid-sJbwM8k1Ih .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbwM8k1Ih .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbwM8k1Ih .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbwM8k1Ih .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbwM8k1Ih svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbwM8k1Ih #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbwM8k1Ih .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbwM8k1Ih .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbwM8k1Ih .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbwM8k1Ih .card-img {
  width: auto;
}
.cid-sJbwM8k1Ih .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbwM8k1Ih .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbwM8k1Ih .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbwM8k1Ih .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbwM8k1Ih .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbwM8k1Ih .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbwM8k1Ih .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbwM8k1Ih img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbwM8k1Ih .item {
    justify-content: center;
  }
  .cid-sJbwM8k1Ih .quote::after {
    left: 60px;
  }
}
.cid-sJbwM8k1Ih .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbwM8k1Ih .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbwM8k1Ih .text1 {
  color: #ffffff;
}
.cid-sJbwM8k1Ih .item-title {
  color: #ffffff;
}
.cid-sJbwM8k1Ih H5 {
  color: #ffffff;
}
.cid-sJbwM8k1Ih .theme {
  color: #ffffff;
}
.cid-sJbwM8k1Ih .copyright > p {
  color: #ff3366;
}
.cid-sJbwM8k1Ih .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbx9hrfmn {
  overflow-x: hidden !important;
}
.cid-sJbx9hrfmn,
.cid-sJbx9hrfmn .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbx9hrfmn .mbr-section-title {
  color: #ffffff;
}
.cid-sJbx9hrfmn .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbx9hrfmn .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbx9hrfmn .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbx9hrfmn .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbx9hrfmn .mbr-overlay {
  z-index: 1;
}
.cid-sJbx9hrfmn .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbx9hGtNu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbx9hGtNu .mbr-text {
  text-align: justify;
}
.cid-sJbx9hGtNu .mbr-section-title {
  text-align: left;
}
.cid-udsA1MdrLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsA1MdrLi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsA1MdrLi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsA1MdrLi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsA1MdrLi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsA1MdrLi .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsA1MdrLi .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsA1MdrLi .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsA1MdrLi .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsA1MdrLi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsA1MdrLi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsA1MdrLi .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsA1MdrLi .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsA1MdrLi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsA1MdrLi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsA1MdrLi [class^="socicon-"]:before,
.cid-udsA1MdrLi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsA1MdrLi .mbr-section-title,
.cid-udsA1MdrLi .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbx9ic8M9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbx9ic8M9 .container {
  max-width: 1400px;
}
.cid-sJbx9ic8M9 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbx9ic8M9 .soc-item a {
  padding-top: 5px;
}
.cid-sJbx9ic8M9 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbx9ic8M9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbx9ic8M9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbx9ic8M9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbx9ic8M9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbx9ic8M9 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbx9ic8M9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbx9ic8M9 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbx9ic8M9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbx9ic8M9 .card-img {
  width: auto;
}
.cid-sJbx9ic8M9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbx9ic8M9 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbx9ic8M9 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbx9ic8M9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbx9ic8M9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbx9ic8M9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbx9ic8M9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbx9ic8M9 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbx9ic8M9 .item {
    justify-content: center;
  }
  .cid-sJbx9ic8M9 .quote::after {
    left: 60px;
  }
}
.cid-sJbx9ic8M9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbx9ic8M9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbx9ic8M9 .text1 {
  color: #ffffff;
}
.cid-sJbx9ic8M9 .item-title {
  color: #ffffff;
}
.cid-sJbx9ic8M9 H5 {
  color: #ffffff;
}
.cid-sJbx9ic8M9 .theme {
  color: #ffffff;
}
.cid-sJbx9ic8M9 .copyright > p {
  color: #ff3366;
}
.cid-sJbx9ic8M9 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbxKErCoM {
  overflow-x: hidden !important;
}
.cid-sJbxKErCoM,
.cid-sJbxKErCoM .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbxKErCoM .mbr-section-title {
  color: #ffffff;
}
.cid-sJbxKErCoM .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbxKErCoM .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbxKErCoM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbxKErCoM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbxKErCoM .mbr-overlay {
  z-index: 1;
}
.cid-sJbxKErCoM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbxKEFy2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbxKEFy2o .mbr-text {
  text-align: justify;
}
.cid-sJbxKEFy2o .mbr-section-title {
  text-align: left;
}
.cid-udszYKBNwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszYKBNwA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszYKBNwA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszYKBNwA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszYKBNwA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszYKBNwA .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszYKBNwA .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszYKBNwA .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszYKBNwA .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszYKBNwA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszYKBNwA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszYKBNwA .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszYKBNwA .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszYKBNwA .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszYKBNwA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszYKBNwA [class^="socicon-"]:before,
.cid-udszYKBNwA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszYKBNwA .mbr-section-title,
.cid-udszYKBNwA .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbxKF6DEE {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbxKF6DEE .container {
  max-width: 1400px;
}
.cid-sJbxKF6DEE .card-img2 span {
  padding-top: 6px;
}
.cid-sJbxKF6DEE .soc-item a {
  padding-top: 5px;
}
.cid-sJbxKF6DEE .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbxKF6DEE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbxKF6DEE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbxKF6DEE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbxKF6DEE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbxKF6DEE #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbxKF6DEE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbxKF6DEE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbxKF6DEE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbxKF6DEE .card-img {
  width: auto;
}
.cid-sJbxKF6DEE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbxKF6DEE .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbxKF6DEE .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbxKF6DEE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbxKF6DEE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbxKF6DEE .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbxKF6DEE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbxKF6DEE img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbxKF6DEE .item {
    justify-content: center;
  }
  .cid-sJbxKF6DEE .quote::after {
    left: 60px;
  }
}
.cid-sJbxKF6DEE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbxKF6DEE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbxKF6DEE .text1 {
  color: #ffffff;
}
.cid-sJbxKF6DEE .item-title {
  color: #ffffff;
}
.cid-sJbxKF6DEE H5 {
  color: #ffffff;
}
.cid-sJbxKF6DEE .theme {
  color: #ffffff;
}
.cid-sJbxKF6DEE .copyright > p {
  color: #ff3366;
}
.cid-sJbxKF6DEE .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbzwUusJ1 {
  overflow-x: hidden !important;
}
.cid-sJbzwUusJ1,
.cid-sJbzwUusJ1 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbzwUusJ1 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbzwUusJ1 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbzwUusJ1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbzwUusJ1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbzwUusJ1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbzwUusJ1 .mbr-overlay {
  z-index: 1;
}
.cid-sJbzwUusJ1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbzwUFHle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbzwUFHle .mbr-text {
  text-align: justify;
}
.cid-sJbzwUFHle .mbr-section-title {
  text-align: left;
}
.cid-udszVPkD8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszVPkD8T .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszVPkD8T .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszVPkD8T .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszVPkD8T .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszVPkD8T .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszVPkD8T .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszVPkD8T .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszVPkD8T .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszVPkD8T .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszVPkD8T .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszVPkD8T .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszVPkD8T .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszVPkD8T .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszVPkD8T .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszVPkD8T [class^="socicon-"]:before,
.cid-udszVPkD8T [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszVPkD8T .mbr-section-title,
.cid-udszVPkD8T .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbzwVc1ob {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbzwVc1ob .container {
  max-width: 1400px;
}
.cid-sJbzwVc1ob .card-img2 span {
  padding-top: 6px;
}
.cid-sJbzwVc1ob .soc-item a {
  padding-top: 5px;
}
.cid-sJbzwVc1ob .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbzwVc1ob .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbzwVc1ob .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbzwVc1ob .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbzwVc1ob svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbzwVc1ob #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbzwVc1ob .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbzwVc1ob .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbzwVc1ob .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbzwVc1ob .card-img {
  width: auto;
}
.cid-sJbzwVc1ob .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbzwVc1ob .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbzwVc1ob .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbzwVc1ob .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbzwVc1ob .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbzwVc1ob .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbzwVc1ob .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbzwVc1ob img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbzwVc1ob .item {
    justify-content: center;
  }
  .cid-sJbzwVc1ob .quote::after {
    left: 60px;
  }
}
.cid-sJbzwVc1ob .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbzwVc1ob .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbzwVc1ob .text1 {
  color: #ffffff;
}
.cid-sJbzwVc1ob .item-title {
  color: #ffffff;
}
.cid-sJbzwVc1ob H5 {
  color: #ffffff;
}
.cid-sJbzwVc1ob .theme {
  color: #ffffff;
}
.cid-sJbzwVc1ob .copyright > p {
  color: #ff3366;
}
.cid-sJbzwVc1ob .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbzXGQSrB {
  overflow-x: hidden !important;
}
.cid-sJbzXGQSrB,
.cid-sJbzXGQSrB .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbzXGQSrB .mbr-section-title {
  color: #ffffff;
}
.cid-sJbzXGQSrB .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbzXGQSrB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbzXGQSrB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbzXGQSrB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbzXGQSrB .mbr-overlay {
  z-index: 1;
}
.cid-sJbzXGQSrB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbzXH7CsZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbzXH7CsZ .mbr-text {
  text-align: justify;
}
.cid-sJbzXH7CsZ .mbr-section-title {
  text-align: left;
}
.cid-udszS1pb72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszS1pb72 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszS1pb72 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszS1pb72 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszS1pb72 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszS1pb72 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszS1pb72 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszS1pb72 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszS1pb72 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszS1pb72 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszS1pb72 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszS1pb72 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszS1pb72 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszS1pb72 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszS1pb72 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszS1pb72 [class^="socicon-"]:before,
.cid-udszS1pb72 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszS1pb72 .mbr-section-title,
.cid-udszS1pb72 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbzXHtb8l {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbzXHtb8l .container {
  max-width: 1400px;
}
.cid-sJbzXHtb8l .card-img2 span {
  padding-top: 6px;
}
.cid-sJbzXHtb8l .soc-item a {
  padding-top: 5px;
}
.cid-sJbzXHtb8l .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbzXHtb8l .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbzXHtb8l .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbzXHtb8l .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbzXHtb8l svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbzXHtb8l #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbzXHtb8l .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbzXHtb8l .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbzXHtb8l .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbzXHtb8l .card-img {
  width: auto;
}
.cid-sJbzXHtb8l .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbzXHtb8l .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbzXHtb8l .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbzXHtb8l .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbzXHtb8l .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbzXHtb8l .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbzXHtb8l .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbzXHtb8l img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbzXHtb8l .item {
    justify-content: center;
  }
  .cid-sJbzXHtb8l .quote::after {
    left: 60px;
  }
}
.cid-sJbzXHtb8l .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbzXHtb8l .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbzXHtb8l .text1 {
  color: #ffffff;
}
.cid-sJbzXHtb8l .item-title {
  color: #ffffff;
}
.cid-sJbzXHtb8l H5 {
  color: #ffffff;
}
.cid-sJbzXHtb8l .theme {
  color: #ffffff;
}
.cid-sJbzXHtb8l .copyright > p {
  color: #ff3366;
}
.cid-sJbzXHtb8l .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbAj23Gdm {
  overflow-x: hidden !important;
}
.cid-sJbAj23Gdm,
.cid-sJbAj23Gdm .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbAj23Gdm .mbr-section-title {
  color: #ffffff;
}
.cid-sJbAj23Gdm .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbAj23Gdm .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbAj23Gdm .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbAj23Gdm .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbAj23Gdm .mbr-overlay {
  z-index: 1;
}
.cid-sJbAj23Gdm .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbAj2iELD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbAj2iELD .mbr-text {
  text-align: justify;
}
.cid-sJbAj2iELD .mbr-section-title {
  text-align: left;
}
.cid-udszOIgZba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszOIgZba .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszOIgZba .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszOIgZba .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszOIgZba .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszOIgZba .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszOIgZba .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszOIgZba .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszOIgZba .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszOIgZba .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszOIgZba .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszOIgZba .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszOIgZba .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszOIgZba .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszOIgZba .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszOIgZba [class^="socicon-"]:before,
.cid-udszOIgZba [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszOIgZba .mbr-section-title,
.cid-udszOIgZba .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbAj2DEXp {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbAj2DEXp .container {
  max-width: 1400px;
}
.cid-sJbAj2DEXp .card-img2 span {
  padding-top: 6px;
}
.cid-sJbAj2DEXp .soc-item a {
  padding-top: 5px;
}
.cid-sJbAj2DEXp .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbAj2DEXp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbAj2DEXp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbAj2DEXp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbAj2DEXp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbAj2DEXp #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbAj2DEXp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbAj2DEXp .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbAj2DEXp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbAj2DEXp .card-img {
  width: auto;
}
.cid-sJbAj2DEXp .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbAj2DEXp .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbAj2DEXp .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbAj2DEXp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbAj2DEXp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbAj2DEXp .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbAj2DEXp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbAj2DEXp img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbAj2DEXp .item {
    justify-content: center;
  }
  .cid-sJbAj2DEXp .quote::after {
    left: 60px;
  }
}
.cid-sJbAj2DEXp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbAj2DEXp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbAj2DEXp .text1 {
  color: #ffffff;
}
.cid-sJbAj2DEXp .item-title {
  color: #ffffff;
}
.cid-sJbAj2DEXp H5 {
  color: #ffffff;
}
.cid-sJbAj2DEXp .theme {
  color: #ffffff;
}
.cid-sJbAj2DEXp .copyright > p {
  color: #ff3366;
}
.cid-sJbAj2DEXp .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbASxf3QF {
  overflow-x: hidden !important;
}
.cid-sJbASxf3QF,
.cid-sJbASxf3QF .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbASxf3QF .mbr-section-title {
  color: #ffffff;
}
.cid-sJbASxf3QF .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbASxf3QF .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbASxf3QF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbASxf3QF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbASxf3QF .mbr-overlay {
  z-index: 1;
}
.cid-sJbASxf3QF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbASxvWNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbASxvWNW .mbr-text {
  text-align: justify;
}
.cid-sJbASxvWNW .mbr-section-title {
  text-align: left;
}
.cid-udszLnbzXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszLnbzXM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszLnbzXM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszLnbzXM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszLnbzXM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszLnbzXM .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszLnbzXM .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszLnbzXM .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszLnbzXM .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszLnbzXM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszLnbzXM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszLnbzXM .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszLnbzXM .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszLnbzXM .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszLnbzXM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszLnbzXM [class^="socicon-"]:before,
.cid-udszLnbzXM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszLnbzXM .mbr-section-title,
.cid-udszLnbzXM .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbASxT7nV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbASxT7nV .container {
  max-width: 1400px;
}
.cid-sJbASxT7nV .card-img2 span {
  padding-top: 6px;
}
.cid-sJbASxT7nV .soc-item a {
  padding-top: 5px;
}
.cid-sJbASxT7nV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbASxT7nV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbASxT7nV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbASxT7nV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbASxT7nV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbASxT7nV #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbASxT7nV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbASxT7nV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbASxT7nV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbASxT7nV .card-img {
  width: auto;
}
.cid-sJbASxT7nV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbASxT7nV .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbASxT7nV .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbASxT7nV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbASxT7nV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbASxT7nV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbASxT7nV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbASxT7nV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbASxT7nV .item {
    justify-content: center;
  }
  .cid-sJbASxT7nV .quote::after {
    left: 60px;
  }
}
.cid-sJbASxT7nV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbASxT7nV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbASxT7nV .text1 {
  color: #ffffff;
}
.cid-sJbASxT7nV .item-title {
  color: #ffffff;
}
.cid-sJbASxT7nV H5 {
  color: #ffffff;
}
.cid-sJbASxT7nV .theme {
  color: #ffffff;
}
.cid-sJbASxT7nV .copyright > p {
  color: #ff3366;
}
.cid-sJbASxT7nV .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbBrpi4pj {
  overflow-x: hidden !important;
}
.cid-sJbBrpi4pj,
.cid-sJbBrpi4pj .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbBrpi4pj .mbr-section-title {
  color: #ffffff;
}
.cid-sJbBrpi4pj .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbBrpi4pj .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbBrpi4pj .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbBrpi4pj .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbBrpi4pj .mbr-overlay {
  z-index: 1;
}
.cid-sJbBrpi4pj .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbClYq3Bg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbClYq3Bg .mbr-text {
  text-align: justify;
}
.cid-sJbClYq3Bg .mbr-section-title {
  text-align: left;
}
.cid-sJbCubepli {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbCubepli .mbr-text {
  text-align: justify;
}
.cid-sJbCubepli .mbr-section-title {
  text-align: left;
}
.cid-sJbCBUddcM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbCBUddcM .mbr-text {
  text-align: justify;
}
.cid-sJbCBUddcM .mbr-section-title {
  text-align: left;
}
.cid-sJbCWnqujf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbCWnqujf .mbr-text {
  text-align: justify;
}
.cid-sJbCWnqujf .mbr-section-title {
  text-align: left;
}
.cid-sJbCyZMSPc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbCyZMSPc .mbr-text {
  text-align: justify;
}
.cid-sJbCyZMSPc .mbr-section-title {
  text-align: left;
}
.cid-sJbCPmpyC2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbCPmpyC2 .mbr-text {
  text-align: justify;
}
.cid-sJbCPmpyC2 .mbr-section-title {
  text-align: left;
}
.cid-udszIrcXB4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszIrcXB4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszIrcXB4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszIrcXB4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszIrcXB4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszIrcXB4 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszIrcXB4 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszIrcXB4 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszIrcXB4 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszIrcXB4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszIrcXB4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszIrcXB4 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszIrcXB4 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszIrcXB4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszIrcXB4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszIrcXB4 [class^="socicon-"]:before,
.cid-udszIrcXB4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszIrcXB4 .mbr-section-title,
.cid-udszIrcXB4 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbBrpXi3c {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbBrpXi3c .container {
  max-width: 1400px;
}
.cid-sJbBrpXi3c .card-img2 span {
  padding-top: 6px;
}
.cid-sJbBrpXi3c .soc-item a {
  padding-top: 5px;
}
.cid-sJbBrpXi3c .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbBrpXi3c .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbBrpXi3c .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbBrpXi3c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbBrpXi3c svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbBrpXi3c #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbBrpXi3c .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbBrpXi3c .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbBrpXi3c .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbBrpXi3c .card-img {
  width: auto;
}
.cid-sJbBrpXi3c .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbBrpXi3c .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbBrpXi3c .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbBrpXi3c .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbBrpXi3c .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbBrpXi3c .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbBrpXi3c .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbBrpXi3c img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbBrpXi3c .item {
    justify-content: center;
  }
  .cid-sJbBrpXi3c .quote::after {
    left: 60px;
  }
}
.cid-sJbBrpXi3c .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbBrpXi3c .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbBrpXi3c .text1 {
  color: #ffffff;
}
.cid-sJbBrpXi3c .item-title {
  color: #ffffff;
}
.cid-sJbBrpXi3c H5 {
  color: #ffffff;
}
.cid-sJbBrpXi3c .theme {
  color: #ffffff;
}
.cid-sJbBrpXi3c .copyright > p {
  color: #ff3366;
}
.cid-sJbBrpXi3c .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbDZyjvvU {
  overflow-x: hidden !important;
}
.cid-sJbDZyjvvU,
.cid-sJbDZyjvvU .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbDZyjvvU .mbr-section-title {
  color: #ffffff;
}
.cid-sJbDZyjvvU .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbDZyjvvU .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbDZyjvvU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbDZyjvvU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbDZyjvvU .mbr-overlay {
  z-index: 1;
}
.cid-sJbDZyjvvU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbDZyAFA6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbDZyAFA6 .mbr-text {
  text-align: justify;
}
.cid-sJbDZyAFA6 .mbr-section-title {
  text-align: left;
}
.cid-sJbDZyJyqH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbDZyJyqH .mbr-text {
  text-align: justify;
}
.cid-sJbDZyJyqH .mbr-section-title {
  text-align: left;
}
.cid-sJbDZyXLeW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbDZyXLeW .mbr-text {
  text-align: justify;
}
.cid-sJbDZyXLeW .mbr-section-title {
  text-align: left;
}
.cid-udszF5uS4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszF5uS4U .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszF5uS4U .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszF5uS4U .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszF5uS4U .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszF5uS4U .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszF5uS4U .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszF5uS4U .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszF5uS4U .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszF5uS4U .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszF5uS4U .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszF5uS4U .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszF5uS4U .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszF5uS4U .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszF5uS4U .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszF5uS4U [class^="socicon-"]:before,
.cid-udszF5uS4U [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszF5uS4U .mbr-section-title,
.cid-udszF5uS4U .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbDZA7UCd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbDZA7UCd .container {
  max-width: 1400px;
}
.cid-sJbDZA7UCd .card-img2 span {
  padding-top: 6px;
}
.cid-sJbDZA7UCd .soc-item a {
  padding-top: 5px;
}
.cid-sJbDZA7UCd .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbDZA7UCd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbDZA7UCd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbDZA7UCd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbDZA7UCd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbDZA7UCd #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbDZA7UCd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbDZA7UCd .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbDZA7UCd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbDZA7UCd .card-img {
  width: auto;
}
.cid-sJbDZA7UCd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbDZA7UCd .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbDZA7UCd .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbDZA7UCd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbDZA7UCd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbDZA7UCd .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbDZA7UCd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbDZA7UCd img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbDZA7UCd .item {
    justify-content: center;
  }
  .cid-sJbDZA7UCd .quote::after {
    left: 60px;
  }
}
.cid-sJbDZA7UCd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbDZA7UCd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbDZA7UCd .text1 {
  color: #ffffff;
}
.cid-sJbDZA7UCd .item-title {
  color: #ffffff;
}
.cid-sJbDZA7UCd H5 {
  color: #ffffff;
}
.cid-sJbDZA7UCd .theme {
  color: #ffffff;
}
.cid-sJbDZA7UCd .copyright > p {
  color: #ff3366;
}
.cid-sJbDZA7UCd .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbFahBy45 {
  overflow-x: hidden !important;
}
.cid-sJbFahBy45,
.cid-sJbFahBy45 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbFahBy45 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbFahBy45 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbFahBy45 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbFahBy45 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbFahBy45 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbFahBy45 .mbr-overlay {
  z-index: 1;
}
.cid-sJbFahBy45 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbFP9aBFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbFP9aBFP .mbr-text {
  text-align: justify;
}
.cid-sJbFP9aBFP .mbr-section-title {
  text-align: left;
}
.cid-udszBQjoGH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszBQjoGH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszBQjoGH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszBQjoGH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszBQjoGH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszBQjoGH .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszBQjoGH .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszBQjoGH .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszBQjoGH .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszBQjoGH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszBQjoGH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszBQjoGH .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszBQjoGH .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszBQjoGH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszBQjoGH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszBQjoGH [class^="socicon-"]:before,
.cid-udszBQjoGH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszBQjoGH .mbr-section-title,
.cid-udszBQjoGH .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbFaiyfqd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbFaiyfqd .container {
  max-width: 1400px;
}
.cid-sJbFaiyfqd .card-img2 span {
  padding-top: 6px;
}
.cid-sJbFaiyfqd .soc-item a {
  padding-top: 5px;
}
.cid-sJbFaiyfqd .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbFaiyfqd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbFaiyfqd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbFaiyfqd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbFaiyfqd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbFaiyfqd #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbFaiyfqd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbFaiyfqd .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbFaiyfqd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbFaiyfqd .card-img {
  width: auto;
}
.cid-sJbFaiyfqd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbFaiyfqd .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbFaiyfqd .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbFaiyfqd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbFaiyfqd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbFaiyfqd .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbFaiyfqd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbFaiyfqd img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbFaiyfqd .item {
    justify-content: center;
  }
  .cid-sJbFaiyfqd .quote::after {
    left: 60px;
  }
}
.cid-sJbFaiyfqd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbFaiyfqd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbFaiyfqd .text1 {
  color: #ffffff;
}
.cid-sJbFaiyfqd .item-title {
  color: #ffffff;
}
.cid-sJbFaiyfqd H5 {
  color: #ffffff;
}
.cid-sJbFaiyfqd .theme {
  color: #ffffff;
}
.cid-sJbFaiyfqd .copyright > p {
  color: #ff3366;
}
.cid-sJbFaiyfqd .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbG1RPWUA {
  overflow-x: hidden !important;
}
.cid-sJbG1RPWUA,
.cid-sJbG1RPWUA .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbG1RPWUA .mbr-section-title {
  color: #ffffff;
}
.cid-sJbG1RPWUA .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbG1RPWUA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbG1RPWUA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbG1RPWUA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbG1RPWUA .mbr-overlay {
  z-index: 1;
}
.cid-sJbG1RPWUA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbG1S6laP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbG1S6laP .mbr-text {
  text-align: justify;
}
.cid-sJbG1S6laP .mbr-section-title {
  text-align: left;
}
.cid-udszyedpYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszyedpYA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszyedpYA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszyedpYA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszyedpYA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszyedpYA .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszyedpYA .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszyedpYA .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszyedpYA .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszyedpYA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszyedpYA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszyedpYA .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszyedpYA .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszyedpYA .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszyedpYA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszyedpYA [class^="socicon-"]:before,
.cid-udszyedpYA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszyedpYA .mbr-section-title,
.cid-udszyedpYA .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbG1SQ2JA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbG1SQ2JA .container {
  max-width: 1400px;
}
.cid-sJbG1SQ2JA .card-img2 span {
  padding-top: 6px;
}
.cid-sJbG1SQ2JA .soc-item a {
  padding-top: 5px;
}
.cid-sJbG1SQ2JA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbG1SQ2JA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbG1SQ2JA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbG1SQ2JA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbG1SQ2JA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbG1SQ2JA #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbG1SQ2JA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbG1SQ2JA .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbG1SQ2JA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbG1SQ2JA .card-img {
  width: auto;
}
.cid-sJbG1SQ2JA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbG1SQ2JA .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbG1SQ2JA .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbG1SQ2JA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbG1SQ2JA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbG1SQ2JA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbG1SQ2JA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbG1SQ2JA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbG1SQ2JA .item {
    justify-content: center;
  }
  .cid-sJbG1SQ2JA .quote::after {
    left: 60px;
  }
}
.cid-sJbG1SQ2JA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbG1SQ2JA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbG1SQ2JA .text1 {
  color: #ffffff;
}
.cid-sJbG1SQ2JA .item-title {
  color: #ffffff;
}
.cid-sJbG1SQ2JA H5 {
  color: #ffffff;
}
.cid-sJbG1SQ2JA .theme {
  color: #ffffff;
}
.cid-sJbG1SQ2JA .copyright > p {
  color: #ff3366;
}
.cid-sJbG1SQ2JA .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbGz8rDke {
  overflow-x: hidden !important;
}
.cid-sJbGz8rDke,
.cid-sJbGz8rDke .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbGz8rDke .mbr-section-title {
  color: #ffffff;
}
.cid-sJbGz8rDke .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbGz8rDke .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbGz8rDke .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbGz8rDke .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbGz8rDke .mbr-overlay {
  z-index: 1;
}
.cid-sJbGz8rDke .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbGz8Hgew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbGz8Hgew .mbr-text {
  text-align: justify;
}
.cid-sJbGz8Hgew .mbr-section-title {
  text-align: left;
}
.cid-udszuWGCk1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszuWGCk1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszuWGCk1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszuWGCk1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszuWGCk1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszuWGCk1 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszuWGCk1 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszuWGCk1 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszuWGCk1 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszuWGCk1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszuWGCk1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszuWGCk1 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszuWGCk1 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszuWGCk1 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszuWGCk1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszuWGCk1 [class^="socicon-"]:before,
.cid-udszuWGCk1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszuWGCk1 .mbr-section-title,
.cid-udszuWGCk1 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbGz93RBS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbGz93RBS .container {
  max-width: 1400px;
}
.cid-sJbGz93RBS .card-img2 span {
  padding-top: 6px;
}
.cid-sJbGz93RBS .soc-item a {
  padding-top: 5px;
}
.cid-sJbGz93RBS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbGz93RBS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbGz93RBS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbGz93RBS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbGz93RBS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbGz93RBS #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbGz93RBS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbGz93RBS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbGz93RBS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbGz93RBS .card-img {
  width: auto;
}
.cid-sJbGz93RBS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbGz93RBS .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbGz93RBS .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbGz93RBS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbGz93RBS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbGz93RBS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbGz93RBS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbGz93RBS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbGz93RBS .item {
    justify-content: center;
  }
  .cid-sJbGz93RBS .quote::after {
    left: 60px;
  }
}
.cid-sJbGz93RBS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbGz93RBS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbGz93RBS .text1 {
  color: #ffffff;
}
.cid-sJbGz93RBS .item-title {
  color: #ffffff;
}
.cid-sJbGz93RBS H5 {
  color: #ffffff;
}
.cid-sJbGz93RBS .theme {
  color: #ffffff;
}
.cid-sJbGz93RBS .copyright > p {
  color: #ff3366;
}
.cid-sJbGz93RBS .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbH3LMk70 {
  overflow-x: hidden !important;
}
.cid-sJbH3LMk70,
.cid-sJbH3LMk70 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbH3LMk70 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbH3LMk70 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbH3LMk70 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbH3LMk70 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbH3LMk70 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbH3LMk70 .mbr-overlay {
  z-index: 1;
}
.cid-sJbH3LMk70 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbH3M5NzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbH3M5NzF .mbr-text {
  text-align: justify;
}
.cid-sJbH3M5NzF .mbr-section-title {
  text-align: left;
}
.cid-udszs5h65i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszs5h65i .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszs5h65i .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszs5h65i .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszs5h65i .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszs5h65i .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszs5h65i .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszs5h65i .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszs5h65i .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszs5h65i .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszs5h65i .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszs5h65i .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszs5h65i .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszs5h65i .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszs5h65i .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszs5h65i [class^="socicon-"]:before,
.cid-udszs5h65i [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszs5h65i .mbr-section-title,
.cid-udszs5h65i .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbH3MuSDd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbH3MuSDd .container {
  max-width: 1400px;
}
.cid-sJbH3MuSDd .card-img2 span {
  padding-top: 6px;
}
.cid-sJbH3MuSDd .soc-item a {
  padding-top: 5px;
}
.cid-sJbH3MuSDd .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbH3MuSDd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbH3MuSDd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbH3MuSDd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbH3MuSDd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbH3MuSDd #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbH3MuSDd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbH3MuSDd .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbH3MuSDd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbH3MuSDd .card-img {
  width: auto;
}
.cid-sJbH3MuSDd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbH3MuSDd .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbH3MuSDd .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbH3MuSDd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbH3MuSDd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbH3MuSDd .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbH3MuSDd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbH3MuSDd img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbH3MuSDd .item {
    justify-content: center;
  }
  .cid-sJbH3MuSDd .quote::after {
    left: 60px;
  }
}
.cid-sJbH3MuSDd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbH3MuSDd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbH3MuSDd .text1 {
  color: #ffffff;
}
.cid-sJbH3MuSDd .item-title {
  color: #ffffff;
}
.cid-sJbH3MuSDd H5 {
  color: #ffffff;
}
.cid-sJbH3MuSDd .theme {
  color: #ffffff;
}
.cid-sJbH3MuSDd .copyright > p {
  color: #ff3366;
}
.cid-sJbH3MuSDd .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbHr9MzEJ {
  overflow-x: hidden !important;
}
.cid-sJbHr9MzEJ,
.cid-sJbHr9MzEJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbHr9MzEJ .mbr-section-title {
  color: #ffffff;
}
.cid-sJbHr9MzEJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbHr9MzEJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbHr9MzEJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbHr9MzEJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbHr9MzEJ .mbr-overlay {
  z-index: 1;
}
.cid-sJbHr9MzEJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbHra2VZn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbHra2VZn .mbr-text {
  text-align: justify;
}
.cid-sJbHra2VZn .mbr-section-title {
  text-align: left;
}
.cid-udsznJ6zCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsznJ6zCD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsznJ6zCD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsznJ6zCD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsznJ6zCD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsznJ6zCD .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsznJ6zCD .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsznJ6zCD .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsznJ6zCD .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsznJ6zCD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsznJ6zCD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsznJ6zCD .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsznJ6zCD .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsznJ6zCD .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsznJ6zCD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsznJ6zCD [class^="socicon-"]:before,
.cid-udsznJ6zCD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsznJ6zCD .mbr-section-title,
.cid-udsznJ6zCD .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbHraqxKM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbHraqxKM .container {
  max-width: 1400px;
}
.cid-sJbHraqxKM .card-img2 span {
  padding-top: 6px;
}
.cid-sJbHraqxKM .soc-item a {
  padding-top: 5px;
}
.cid-sJbHraqxKM .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbHraqxKM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbHraqxKM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbHraqxKM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbHraqxKM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbHraqxKM #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbHraqxKM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbHraqxKM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbHraqxKM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbHraqxKM .card-img {
  width: auto;
}
.cid-sJbHraqxKM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbHraqxKM .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbHraqxKM .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbHraqxKM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbHraqxKM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbHraqxKM .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbHraqxKM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbHraqxKM img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbHraqxKM .item {
    justify-content: center;
  }
  .cid-sJbHraqxKM .quote::after {
    left: 60px;
  }
}
.cid-sJbHraqxKM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbHraqxKM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbHraqxKM .text1 {
  color: #ffffff;
}
.cid-sJbHraqxKM .item-title {
  color: #ffffff;
}
.cid-sJbHraqxKM H5 {
  color: #ffffff;
}
.cid-sJbHraqxKM .theme {
  color: #ffffff;
}
.cid-sJbHraqxKM .copyright > p {
  color: #ff3366;
}
.cid-sJbHraqxKM .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbHVQFfKK {
  overflow-x: hidden !important;
}
.cid-sJbHVQFfKK,
.cid-sJbHVQFfKK .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbHVQFfKK .mbr-section-title {
  color: #ffffff;
}
.cid-sJbHVQFfKK .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbHVQFfKK .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbHVQFfKK .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbHVQFfKK .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbHVQFfKK .mbr-overlay {
  z-index: 1;
}
.cid-sJbHVQFfKK .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbHVQZfJu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbHVQZfJu .mbr-text {
  text-align: justify;
}
.cid-sJbHVQZfJu .mbr-section-title {
  text-align: left;
}
.cid-sJbIh48oh9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJbIh48oh9 .mbr-text {
  text-align: justify;
}
.cid-sJbIh48oh9 .mbr-section-title {
  text-align: left;
}
.cid-sJbIDvYMeg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbIDvYMeg .mbr-text {
  text-align: justify;
}
.cid-sJbIDvYMeg .mbr-section-title {
  text-align: left;
}
.cid-udszkVARZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszkVARZo .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszkVARZo .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszkVARZo .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszkVARZo .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszkVARZo .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszkVARZo .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszkVARZo .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszkVARZo .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszkVARZo .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszkVARZo .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszkVARZo .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszkVARZo .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszkVARZo .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszkVARZo .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszkVARZo [class^="socicon-"]:before,
.cid-udszkVARZo [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszkVARZo .mbr-section-title,
.cid-udszkVARZo .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbHVRlZCq {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbHVRlZCq .container {
  max-width: 1400px;
}
.cid-sJbHVRlZCq .card-img2 span {
  padding-top: 6px;
}
.cid-sJbHVRlZCq .soc-item a {
  padding-top: 5px;
}
.cid-sJbHVRlZCq .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbHVRlZCq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbHVRlZCq .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbHVRlZCq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbHVRlZCq svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbHVRlZCq #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbHVRlZCq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbHVRlZCq .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbHVRlZCq .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbHVRlZCq .card-img {
  width: auto;
}
.cid-sJbHVRlZCq .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbHVRlZCq .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbHVRlZCq .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbHVRlZCq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbHVRlZCq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbHVRlZCq .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbHVRlZCq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbHVRlZCq img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbHVRlZCq .item {
    justify-content: center;
  }
  .cid-sJbHVRlZCq .quote::after {
    left: 60px;
  }
}
.cid-sJbHVRlZCq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbHVRlZCq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbHVRlZCq .text1 {
  color: #ffffff;
}
.cid-sJbHVRlZCq .item-title {
  color: #ffffff;
}
.cid-sJbHVRlZCq H5 {
  color: #ffffff;
}
.cid-sJbHVRlZCq .theme {
  color: #ffffff;
}
.cid-sJbHVRlZCq .copyright > p {
  color: #ff3366;
}
.cid-sJbHVRlZCq .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbJ2oi2Jo {
  overflow-x: hidden !important;
}
.cid-sJbJ2oi2Jo,
.cid-sJbJ2oi2Jo .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbJ2oi2Jo .mbr-section-title {
  color: #ffffff;
}
.cid-sJbJ2oi2Jo .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbJ2oi2Jo .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbJ2oi2Jo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbJ2oi2Jo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbJ2oi2Jo .mbr-overlay {
  z-index: 1;
}
.cid-sJbJ2oi2Jo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbJ2oxZA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbJ2oxZA1 .mbr-text {
  text-align: justify;
}
.cid-sJbJ2oxZA1 .mbr-section-title {
  text-align: left;
}
.cid-udszhQP3VL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszhQP3VL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszhQP3VL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszhQP3VL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszhQP3VL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszhQP3VL .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszhQP3VL .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszhQP3VL .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszhQP3VL .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszhQP3VL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszhQP3VL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszhQP3VL .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszhQP3VL .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszhQP3VL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszhQP3VL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszhQP3VL [class^="socicon-"]:before,
.cid-udszhQP3VL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszhQP3VL .mbr-section-title,
.cid-udszhQP3VL .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbJ2pdAV0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbJ2pdAV0 .container {
  max-width: 1400px;
}
.cid-sJbJ2pdAV0 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbJ2pdAV0 .soc-item a {
  padding-top: 5px;
}
.cid-sJbJ2pdAV0 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbJ2pdAV0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbJ2pdAV0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbJ2pdAV0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbJ2pdAV0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbJ2pdAV0 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbJ2pdAV0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbJ2pdAV0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbJ2pdAV0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbJ2pdAV0 .card-img {
  width: auto;
}
.cid-sJbJ2pdAV0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbJ2pdAV0 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbJ2pdAV0 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbJ2pdAV0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbJ2pdAV0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbJ2pdAV0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbJ2pdAV0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbJ2pdAV0 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbJ2pdAV0 .item {
    justify-content: center;
  }
  .cid-sJbJ2pdAV0 .quote::after {
    left: 60px;
  }
}
.cid-sJbJ2pdAV0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbJ2pdAV0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbJ2pdAV0 .text1 {
  color: #ffffff;
}
.cid-sJbJ2pdAV0 .item-title {
  color: #ffffff;
}
.cid-sJbJ2pdAV0 H5 {
  color: #ffffff;
}
.cid-sJbJ2pdAV0 .theme {
  color: #ffffff;
}
.cid-sJbJ2pdAV0 .copyright > p {
  color: #ff3366;
}
.cid-sJbJ2pdAV0 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbJPctmqI {
  overflow-x: hidden !important;
}
.cid-sJbJPctmqI,
.cid-sJbJPctmqI .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbJPctmqI .mbr-section-title {
  color: #ffffff;
}
.cid-sJbJPctmqI .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbJPctmqI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbJPctmqI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbJPctmqI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbJPctmqI .mbr-overlay {
  z-index: 1;
}
.cid-sJbJPctmqI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbJPcJWTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbJPcJWTv .mbr-text {
  text-align: justify;
}
.cid-sJbJPcJWTv .mbr-section-title {
  text-align: left;
}
.cid-udszeMowM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszeMowM7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszeMowM7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszeMowM7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszeMowM7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszeMowM7 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszeMowM7 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszeMowM7 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszeMowM7 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszeMowM7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszeMowM7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszeMowM7 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszeMowM7 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszeMowM7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszeMowM7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszeMowM7 [class^="socicon-"]:before,
.cid-udszeMowM7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszeMowM7 .mbr-section-title,
.cid-udszeMowM7 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbJPdaBxD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbJPdaBxD .container {
  max-width: 1400px;
}
.cid-sJbJPdaBxD .card-img2 span {
  padding-top: 6px;
}
.cid-sJbJPdaBxD .soc-item a {
  padding-top: 5px;
}
.cid-sJbJPdaBxD .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbJPdaBxD .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbJPdaBxD .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbJPdaBxD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbJPdaBxD svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbJPdaBxD #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbJPdaBxD .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbJPdaBxD .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbJPdaBxD .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbJPdaBxD .card-img {
  width: auto;
}
.cid-sJbJPdaBxD .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbJPdaBxD .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbJPdaBxD .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbJPdaBxD .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbJPdaBxD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbJPdaBxD .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbJPdaBxD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbJPdaBxD img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbJPdaBxD .item {
    justify-content: center;
  }
  .cid-sJbJPdaBxD .quote::after {
    left: 60px;
  }
}
.cid-sJbJPdaBxD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbJPdaBxD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbJPdaBxD .text1 {
  color: #ffffff;
}
.cid-sJbJPdaBxD .item-title {
  color: #ffffff;
}
.cid-sJbJPdaBxD H5 {
  color: #ffffff;
}
.cid-sJbJPdaBxD .theme {
  color: #ffffff;
}
.cid-sJbJPdaBxD .copyright > p {
  color: #ff3366;
}
.cid-sJbJPdaBxD .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbKcflqJa {
  overflow-x: hidden !important;
}
.cid-sJbKcflqJa,
.cid-sJbKcflqJa .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbKcflqJa .mbr-section-title {
  color: #ffffff;
}
.cid-sJbKcflqJa .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbKcflqJa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbKcflqJa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbKcflqJa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbKcflqJa .mbr-overlay {
  z-index: 1;
}
.cid-sJbKcflqJa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbKcfBVBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbKcfBVBZ .mbr-text {
  text-align: justify;
}
.cid-sJbKcfBVBZ .mbr-section-title {
  text-align: left;
}
.cid-udszbrepuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udszbrepuq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udszbrepuq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udszbrepuq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udszbrepuq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udszbrepuq .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udszbrepuq .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udszbrepuq .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udszbrepuq .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udszbrepuq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udszbrepuq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udszbrepuq .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udszbrepuq .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udszbrepuq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udszbrepuq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udszbrepuq [class^="socicon-"]:before,
.cid-udszbrepuq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udszbrepuq .mbr-section-title,
.cid-udszbrepuq .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbKcfY5kl {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbKcfY5kl .container {
  max-width: 1400px;
}
.cid-sJbKcfY5kl .card-img2 span {
  padding-top: 6px;
}
.cid-sJbKcfY5kl .soc-item a {
  padding-top: 5px;
}
.cid-sJbKcfY5kl .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbKcfY5kl .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbKcfY5kl .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbKcfY5kl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbKcfY5kl svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbKcfY5kl #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbKcfY5kl .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbKcfY5kl .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbKcfY5kl .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbKcfY5kl .card-img {
  width: auto;
}
.cid-sJbKcfY5kl .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbKcfY5kl .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbKcfY5kl .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbKcfY5kl .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbKcfY5kl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbKcfY5kl .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbKcfY5kl .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbKcfY5kl img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbKcfY5kl .item {
    justify-content: center;
  }
  .cid-sJbKcfY5kl .quote::after {
    left: 60px;
  }
}
.cid-sJbKcfY5kl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbKcfY5kl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbKcfY5kl .text1 {
  color: #ffffff;
}
.cid-sJbKcfY5kl .item-title {
  color: #ffffff;
}
.cid-sJbKcfY5kl H5 {
  color: #ffffff;
}
.cid-sJbKcfY5kl .theme {
  color: #ffffff;
}
.cid-sJbKcfY5kl .copyright > p {
  color: #ff3366;
}
.cid-sJbKcfY5kl .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbKByRReF {
  overflow-x: hidden !important;
}
.cid-sJbKByRReF,
.cid-sJbKByRReF .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbKByRReF .mbr-section-title {
  color: #ffffff;
}
.cid-sJbKByRReF .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbKByRReF .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbKByRReF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbKByRReF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbKByRReF .mbr-overlay {
  z-index: 1;
}
.cid-sJbKByRReF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbKBz7Ugh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbKBz7Ugh .mbr-text {
  text-align: justify;
}
.cid-sJbKBz7Ugh .mbr-section-title {
  text-align: left;
}
.cid-udsz8Brg3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsz8Brg3v .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsz8Brg3v .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsz8Brg3v .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsz8Brg3v .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsz8Brg3v .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsz8Brg3v .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsz8Brg3v .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsz8Brg3v .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsz8Brg3v .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsz8Brg3v .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsz8Brg3v .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsz8Brg3v .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsz8Brg3v .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsz8Brg3v .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsz8Brg3v [class^="socicon-"]:before,
.cid-udsz8Brg3v [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsz8Brg3v .mbr-section-title,
.cid-udsz8Brg3v .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbKBzqbQZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbKBzqbQZ .container {
  max-width: 1400px;
}
.cid-sJbKBzqbQZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJbKBzqbQZ .soc-item a {
  padding-top: 5px;
}
.cid-sJbKBzqbQZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbKBzqbQZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbKBzqbQZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbKBzqbQZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbKBzqbQZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbKBzqbQZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbKBzqbQZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbKBzqbQZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbKBzqbQZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbKBzqbQZ .card-img {
  width: auto;
}
.cid-sJbKBzqbQZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbKBzqbQZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbKBzqbQZ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbKBzqbQZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbKBzqbQZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbKBzqbQZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbKBzqbQZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbKBzqbQZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbKBzqbQZ .item {
    justify-content: center;
  }
  .cid-sJbKBzqbQZ .quote::after {
    left: 60px;
  }
}
.cid-sJbKBzqbQZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbKBzqbQZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbKBzqbQZ .text1 {
  color: #ffffff;
}
.cid-sJbKBzqbQZ .item-title {
  color: #ffffff;
}
.cid-sJbKBzqbQZ H5 {
  color: #ffffff;
}
.cid-sJbKBzqbQZ .theme {
  color: #ffffff;
}
.cid-sJbKBzqbQZ .copyright > p {
  color: #ff3366;
}
.cid-sJbKBzqbQZ .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbL6fzO3h {
  overflow-x: hidden !important;
}
.cid-sJbL6fzO3h,
.cid-sJbL6fzO3h .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbL6fzO3h .mbr-section-title {
  color: #ffffff;
}
.cid-sJbL6fzO3h .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbL6fzO3h .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbL6fzO3h .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbL6fzO3h .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbL6fzO3h .mbr-overlay {
  z-index: 1;
}
.cid-sJbL6fzO3h .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbL6fOOco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbL6fOOco .mbr-text {
  text-align: justify;
}
.cid-sJbL6fOOco .mbr-section-title {
  text-align: left;
}
.cid-udsz4LSnci {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsz4LSnci .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsz4LSnci .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsz4LSnci .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsz4LSnci .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsz4LSnci .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsz4LSnci .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsz4LSnci .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsz4LSnci .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsz4LSnci .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsz4LSnci .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsz4LSnci .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsz4LSnci .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsz4LSnci .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsz4LSnci .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsz4LSnci [class^="socicon-"]:before,
.cid-udsz4LSnci [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsz4LSnci .mbr-section-title,
.cid-udsz4LSnci .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbL6giciy {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbL6giciy .container {
  max-width: 1400px;
}
.cid-sJbL6giciy .card-img2 span {
  padding-top: 6px;
}
.cid-sJbL6giciy .soc-item a {
  padding-top: 5px;
}
.cid-sJbL6giciy .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbL6giciy .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbL6giciy .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbL6giciy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbL6giciy svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbL6giciy #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbL6giciy .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbL6giciy .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbL6giciy .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbL6giciy .card-img {
  width: auto;
}
.cid-sJbL6giciy .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbL6giciy .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbL6giciy .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbL6giciy .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbL6giciy .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbL6giciy .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbL6giciy .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbL6giciy img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbL6giciy .item {
    justify-content: center;
  }
  .cid-sJbL6giciy .quote::after {
    left: 60px;
  }
}
.cid-sJbL6giciy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbL6giciy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbL6giciy .text1 {
  color: #ffffff;
}
.cid-sJbL6giciy .item-title {
  color: #ffffff;
}
.cid-sJbL6giciy H5 {
  color: #ffffff;
}
.cid-sJbL6giciy .theme {
  color: #ffffff;
}
.cid-sJbL6giciy .copyright > p {
  color: #ff3366;
}
.cid-sJbL6giciy .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbLH8ywim {
  overflow-x: hidden !important;
}
.cid-sJbLH8ywim,
.cid-sJbLH8ywim .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbLH8ywim .mbr-section-title {
  color: #ffffff;
}
.cid-sJbLH8ywim .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbLH8ywim .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbLH8ywim .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbLH8ywim .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbLH8ywim .mbr-overlay {
  z-index: 1;
}
.cid-sJbLH8ywim .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbLH8OAB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbLH8OAB8 .mbr-text {
  text-align: justify;
}
.cid-sJbLH8OAB8 .mbr-section-title {
  text-align: left;
}
.cid-udsz1oKa6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsz1oKa6F .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsz1oKa6F .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsz1oKa6F .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsz1oKa6F .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsz1oKa6F .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsz1oKa6F .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsz1oKa6F .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsz1oKa6F .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsz1oKa6F .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsz1oKa6F .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsz1oKa6F .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsz1oKa6F .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsz1oKa6F .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsz1oKa6F .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsz1oKa6F [class^="socicon-"]:before,
.cid-udsz1oKa6F [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsz1oKa6F .mbr-section-title,
.cid-udsz1oKa6F .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbLH9jHLi {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbLH9jHLi .container {
  max-width: 1400px;
}
.cid-sJbLH9jHLi .card-img2 span {
  padding-top: 6px;
}
.cid-sJbLH9jHLi .soc-item a {
  padding-top: 5px;
}
.cid-sJbLH9jHLi .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbLH9jHLi .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbLH9jHLi .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbLH9jHLi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbLH9jHLi svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbLH9jHLi #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbLH9jHLi .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbLH9jHLi .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbLH9jHLi .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbLH9jHLi .card-img {
  width: auto;
}
.cid-sJbLH9jHLi .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbLH9jHLi .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbLH9jHLi .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbLH9jHLi .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbLH9jHLi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbLH9jHLi .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbLH9jHLi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbLH9jHLi img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbLH9jHLi .item {
    justify-content: center;
  }
  .cid-sJbLH9jHLi .quote::after {
    left: 60px;
  }
}
.cid-sJbLH9jHLi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbLH9jHLi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbLH9jHLi .text1 {
  color: #ffffff;
}
.cid-sJbLH9jHLi .item-title {
  color: #ffffff;
}
.cid-sJbLH9jHLi H5 {
  color: #ffffff;
}
.cid-sJbLH9jHLi .theme {
  color: #ffffff;
}
.cid-sJbLH9jHLi .copyright > p {
  color: #ff3366;
}
.cid-sJbLH9jHLi .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbM5rRtwn {
  overflow-x: hidden !important;
}
.cid-sJbM5rRtwn,
.cid-sJbM5rRtwn .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbM5rRtwn .mbr-section-title {
  color: #ffffff;
}
.cid-sJbM5rRtwn .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbM5rRtwn .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbM5rRtwn .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbM5rRtwn .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbM5rRtwn .mbr-overlay {
  z-index: 1;
}
.cid-sJbM5rRtwn .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbM5s7bfx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbM5s7bfx .mbr-text {
  text-align: justify;
}
.cid-sJbM5s7bfx .mbr-section-title {
  text-align: left;
}
.cid-udsyXOWaTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyXOWaTn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyXOWaTn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyXOWaTn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyXOWaTn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyXOWaTn .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyXOWaTn .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyXOWaTn .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyXOWaTn .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyXOWaTn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyXOWaTn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyXOWaTn .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyXOWaTn .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyXOWaTn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyXOWaTn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyXOWaTn [class^="socicon-"]:before,
.cid-udsyXOWaTn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyXOWaTn .mbr-section-title,
.cid-udsyXOWaTn .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbM5svGcE {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbM5svGcE .container {
  max-width: 1400px;
}
.cid-sJbM5svGcE .card-img2 span {
  padding-top: 6px;
}
.cid-sJbM5svGcE .soc-item a {
  padding-top: 5px;
}
.cid-sJbM5svGcE .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbM5svGcE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbM5svGcE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbM5svGcE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbM5svGcE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbM5svGcE #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbM5svGcE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbM5svGcE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbM5svGcE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbM5svGcE .card-img {
  width: auto;
}
.cid-sJbM5svGcE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbM5svGcE .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbM5svGcE .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbM5svGcE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbM5svGcE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbM5svGcE .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbM5svGcE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbM5svGcE img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbM5svGcE .item {
    justify-content: center;
  }
  .cid-sJbM5svGcE .quote::after {
    left: 60px;
  }
}
.cid-sJbM5svGcE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbM5svGcE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbM5svGcE .text1 {
  color: #ffffff;
}
.cid-sJbM5svGcE .item-title {
  color: #ffffff;
}
.cid-sJbM5svGcE H5 {
  color: #ffffff;
}
.cid-sJbM5svGcE .theme {
  color: #ffffff;
}
.cid-sJbM5svGcE .copyright > p {
  color: #ff3366;
}
.cid-sJbM5svGcE .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbMzhrbSz {
  overflow-x: hidden !important;
}
.cid-sJbMzhrbSz,
.cid-sJbMzhrbSz .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbMzhrbSz .mbr-section-title {
  color: #ffffff;
}
.cid-sJbMzhrbSz .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbMzhrbSz .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbMzhrbSz .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbMzhrbSz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbMzhrbSz .mbr-overlay {
  z-index: 1;
}
.cid-sJbMzhrbSz .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbMzhH6lL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbMzhH6lL .mbr-text {
  text-align: justify;
}
.cid-sJbMzhH6lL .mbr-section-title {
  text-align: left;
}
.cid-udsyUviMcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyUviMcW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyUviMcW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyUviMcW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyUviMcW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyUviMcW .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyUviMcW .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyUviMcW .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyUviMcW .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyUviMcW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyUviMcW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyUviMcW .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyUviMcW .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyUviMcW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyUviMcW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyUviMcW [class^="socicon-"]:before,
.cid-udsyUviMcW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyUviMcW .mbr-section-title,
.cid-udsyUviMcW .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbMzifLO1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbMzifLO1 .container {
  max-width: 1400px;
}
.cid-sJbMzifLO1 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbMzifLO1 .soc-item a {
  padding-top: 5px;
}
.cid-sJbMzifLO1 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbMzifLO1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbMzifLO1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbMzifLO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbMzifLO1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbMzifLO1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbMzifLO1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbMzifLO1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbMzifLO1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbMzifLO1 .card-img {
  width: auto;
}
.cid-sJbMzifLO1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbMzifLO1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbMzifLO1 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbMzifLO1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbMzifLO1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbMzifLO1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbMzifLO1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbMzifLO1 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbMzifLO1 .item {
    justify-content: center;
  }
  .cid-sJbMzifLO1 .quote::after {
    left: 60px;
  }
}
.cid-sJbMzifLO1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbMzifLO1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbMzifLO1 .text1 {
  color: #ffffff;
}
.cid-sJbMzifLO1 .item-title {
  color: #ffffff;
}
.cid-sJbMzifLO1 H5 {
  color: #ffffff;
}
.cid-sJbMzifLO1 .theme {
  color: #ffffff;
}
.cid-sJbMzifLO1 .copyright > p {
  color: #ff3366;
}
.cid-sJbMzifLO1 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbMTXJVD7 {
  overflow-x: hidden !important;
}
.cid-sJbMTXJVD7,
.cid-sJbMTXJVD7 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbMTXJVD7 .mbr-section-title {
  color: #ffffff;
}
.cid-sJbMTXJVD7 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbMTXJVD7 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbMTXJVD7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbMTXJVD7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbMTXJVD7 .mbr-overlay {
  z-index: 1;
}
.cid-sJbMTXJVD7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbMTY0aoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbMTY0aoD .mbr-text {
  text-align: justify;
}
.cid-sJbMTY0aoD .mbr-section-title {
  text-align: left;
}
.cid-udsyRimRcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyRimRcd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyRimRcd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyRimRcd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyRimRcd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyRimRcd .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyRimRcd .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyRimRcd .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyRimRcd .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyRimRcd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyRimRcd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyRimRcd .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyRimRcd .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyRimRcd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyRimRcd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyRimRcd [class^="socicon-"]:before,
.cid-udsyRimRcd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyRimRcd .mbr-section-title,
.cid-udsyRimRcd .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbMTYjZ8Q {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbMTYjZ8Q .container {
  max-width: 1400px;
}
.cid-sJbMTYjZ8Q .card-img2 span {
  padding-top: 6px;
}
.cid-sJbMTYjZ8Q .soc-item a {
  padding-top: 5px;
}
.cid-sJbMTYjZ8Q .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbMTYjZ8Q .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbMTYjZ8Q .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbMTYjZ8Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbMTYjZ8Q svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbMTYjZ8Q #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbMTYjZ8Q .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbMTYjZ8Q .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbMTYjZ8Q .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbMTYjZ8Q .card-img {
  width: auto;
}
.cid-sJbMTYjZ8Q .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbMTYjZ8Q .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbMTYjZ8Q .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbMTYjZ8Q .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbMTYjZ8Q .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbMTYjZ8Q .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbMTYjZ8Q .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbMTYjZ8Q img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbMTYjZ8Q .item {
    justify-content: center;
  }
  .cid-sJbMTYjZ8Q .quote::after {
    left: 60px;
  }
}
.cid-sJbMTYjZ8Q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbMTYjZ8Q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbMTYjZ8Q .text1 {
  color: #ffffff;
}
.cid-sJbMTYjZ8Q .item-title {
  color: #ffffff;
}
.cid-sJbMTYjZ8Q H5 {
  color: #ffffff;
}
.cid-sJbMTYjZ8Q .theme {
  color: #ffffff;
}
.cid-sJbMTYjZ8Q .copyright > p {
  color: #ff3366;
}
.cid-sJbMTYjZ8Q .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbNmknlgv {
  overflow-x: hidden !important;
}
.cid-sJbNmknlgv,
.cid-sJbNmknlgv .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbNmknlgv .mbr-section-title {
  color: #ffffff;
}
.cid-sJbNmknlgv .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbNmknlgv .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbNmknlgv .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbNmknlgv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbNmknlgv .mbr-overlay {
  z-index: 1;
}
.cid-sJbNmknlgv .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbNmkCrDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbNmkCrDn .mbr-text {
  text-align: justify;
}
.cid-sJbNmkCrDn .mbr-section-title {
  text-align: left;
}
.cid-udsyNRaMcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyNRaMcU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyNRaMcU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyNRaMcU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyNRaMcU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyNRaMcU .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyNRaMcU .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyNRaMcU .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyNRaMcU .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyNRaMcU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyNRaMcU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyNRaMcU .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyNRaMcU .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyNRaMcU .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyNRaMcU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyNRaMcU [class^="socicon-"]:before,
.cid-udsyNRaMcU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyNRaMcU .mbr-section-title,
.cid-udsyNRaMcU .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbNmkZrNK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbNmkZrNK .container {
  max-width: 1400px;
}
.cid-sJbNmkZrNK .card-img2 span {
  padding-top: 6px;
}
.cid-sJbNmkZrNK .soc-item a {
  padding-top: 5px;
}
.cid-sJbNmkZrNK .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbNmkZrNK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbNmkZrNK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbNmkZrNK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbNmkZrNK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbNmkZrNK #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbNmkZrNK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbNmkZrNK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbNmkZrNK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbNmkZrNK .card-img {
  width: auto;
}
.cid-sJbNmkZrNK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbNmkZrNK .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbNmkZrNK .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbNmkZrNK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbNmkZrNK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbNmkZrNK .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbNmkZrNK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbNmkZrNK img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbNmkZrNK .item {
    justify-content: center;
  }
  .cid-sJbNmkZrNK .quote::after {
    left: 60px;
  }
}
.cid-sJbNmkZrNK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbNmkZrNK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbNmkZrNK .text1 {
  color: #ffffff;
}
.cid-sJbNmkZrNK .item-title {
  color: #ffffff;
}
.cid-sJbNmkZrNK H5 {
  color: #ffffff;
}
.cid-sJbNmkZrNK .theme {
  color: #ffffff;
}
.cid-sJbNmkZrNK .copyright > p {
  color: #ff3366;
}
.cid-sJbNmkZrNK .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJbNRv2Q3M {
  overflow-x: hidden !important;
}
.cid-sJbNRv2Q3M,
.cid-sJbNRv2Q3M .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbNRv2Q3M .mbr-section-title {
  color: #ffffff;
}
.cid-sJbNRv2Q3M .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbNRv2Q3M .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbNRv2Q3M .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJbNRv2Q3M .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbNRv2Q3M .mbr-overlay {
  z-index: 1;
}
.cid-sJbNRv2Q3M .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJbODer2Q7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbODer2Q7 .mbr-text {
  text-align: justify;
}
.cid-sJbODer2Q7 .mbr-section-title {
  text-align: left;
}
.cid-udsyKHOaEc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyKHOaEc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyKHOaEc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyKHOaEc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyKHOaEc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyKHOaEc .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyKHOaEc .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyKHOaEc .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyKHOaEc .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyKHOaEc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyKHOaEc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyKHOaEc .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyKHOaEc .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyKHOaEc .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyKHOaEc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyKHOaEc [class^="socicon-"]:before,
.cid-udsyKHOaEc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyKHOaEc .mbr-section-title,
.cid-udsyKHOaEc .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbNRw9QHG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbNRw9QHG .container {
  max-width: 1400px;
}
.cid-sJbNRw9QHG .card-img2 span {
  padding-top: 6px;
}
.cid-sJbNRw9QHG .soc-item a {
  padding-top: 5px;
}
.cid-sJbNRw9QHG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbNRw9QHG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbNRw9QHG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbNRw9QHG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbNRw9QHG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbNRw9QHG #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbNRw9QHG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbNRw9QHG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJbNRw9QHG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbNRw9QHG .card-img {
  width: auto;
}
.cid-sJbNRw9QHG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJbNRw9QHG .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbNRw9QHG .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbNRw9QHG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbNRw9QHG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbNRw9QHG .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbNRw9QHG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbNRw9QHG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbNRw9QHG .item {
    justify-content: center;
  }
  .cid-sJbNRw9QHG .quote::after {
    left: 60px;
  }
}
.cid-sJbNRw9QHG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbNRw9QHG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbNRw9QHG .text1 {
  color: #ffffff;
}
.cid-sJbNRw9QHG .item-title {
  color: #ffffff;
}
.cid-sJbNRw9QHG H5 {
  color: #ffffff;
}
.cid-sJbNRw9QHG .theme {
  color: #ffffff;
}
.cid-sJbNRw9QHG .copyright > p {
  color: #ff3366;
}
.cid-sJbNRw9QHG .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJfSQ1muBz {
  overflow-x: hidden !important;
}
.cid-sJfSQ1muBz,
.cid-sJfSQ1muBz .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJfSQ1muBz .mbr-section-title {
  color: #ffffff;
}
.cid-sJfSQ1muBz .mbr-section-title span {
  color: #2b6549;
}
.cid-sJfSQ1muBz .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJfSQ1muBz .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJfSQ1muBz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJfSQ1muBz .mbr-overlay {
  z-index: 1;
}
.cid-sJfSQ1muBz .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJfSQ1xyRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfSQ1xyRG .mbr-text {
  text-align: justify;
}
.cid-sJfSQ1xyRG .mbr-section-title {
  text-align: left;
}
.cid-udsyHEeMZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyHEeMZ3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyHEeMZ3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyHEeMZ3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyHEeMZ3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyHEeMZ3 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyHEeMZ3 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyHEeMZ3 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyHEeMZ3 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyHEeMZ3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyHEeMZ3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyHEeMZ3 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyHEeMZ3 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyHEeMZ3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyHEeMZ3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyHEeMZ3 [class^="socicon-"]:before,
.cid-udsyHEeMZ3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyHEeMZ3 .mbr-section-title,
.cid-udsyHEeMZ3 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJfSQ21P8Z {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJfSQ21P8Z .container {
  max-width: 1400px;
}
.cid-sJfSQ21P8Z .card-img2 span {
  padding-top: 6px;
}
.cid-sJfSQ21P8Z .soc-item a {
  padding-top: 5px;
}
.cid-sJfSQ21P8Z .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJfSQ21P8Z .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJfSQ21P8Z .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJfSQ21P8Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfSQ21P8Z svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJfSQ21P8Z #e2_shape {
  fill: #ffffff !important;
}
.cid-sJfSQ21P8Z .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJfSQ21P8Z .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJfSQ21P8Z .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJfSQ21P8Z .card-img {
  width: auto;
}
.cid-sJfSQ21P8Z .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJfSQ21P8Z .soc-item span {
  font-size: 1.4rem;
}
.cid-sJfSQ21P8Z .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJfSQ21P8Z .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJfSQ21P8Z .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfSQ21P8Z .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJfSQ21P8Z .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJfSQ21P8Z img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJfSQ21P8Z .item {
    justify-content: center;
  }
  .cid-sJfSQ21P8Z .quote::after {
    left: 60px;
  }
}
.cid-sJfSQ21P8Z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJfSQ21P8Z .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJfSQ21P8Z .text1 {
  color: #ffffff;
}
.cid-sJfSQ21P8Z .item-title {
  color: #ffffff;
}
.cid-sJfSQ21P8Z H5 {
  color: #ffffff;
}
.cid-sJfSQ21P8Z .theme {
  color: #ffffff;
}
.cid-sJfSQ21P8Z .copyright > p {
  color: #ff3366;
}
.cid-sJfSQ21P8Z .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJfTmU8Ddp {
  overflow-x: hidden !important;
}
.cid-sJfTmU8Ddp,
.cid-sJfTmU8Ddp .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJfTmU8Ddp .mbr-section-title {
  color: #ffffff;
}
.cid-sJfTmU8Ddp .mbr-section-title span {
  color: #2b6549;
}
.cid-sJfTmU8Ddp .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJfTmU8Ddp .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJfTmU8Ddp .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJfTmU8Ddp .mbr-overlay {
  z-index: 1;
}
.cid-sJfTmU8Ddp .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJfTmUnKXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfTmUnKXh .mbr-text {
  text-align: justify;
}
.cid-sJfTmUnKXh .mbr-section-title {
  text-align: left;
}
.cid-sJfUm76Ivg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1267.webp");
}
.cid-sJfUm76Ivg .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-sJfUm76Ivg img,
.cid-sJfUm76Ivg .item-img {
  width: 100%;
}
.cid-sJfUm76Ivg .item-card:focus,
.cid-sJfUm76Ivg span:focus {
  outline: none;
}
.cid-sJfUm76Ivg .item-card {
  margin-bottom: 2rem;
}
.cid-sJfUm76Ivg .item-wrapper {
  position: relative;
  background: #ffffff;
  overflow: initial;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sJfUm76Ivg .item-wrapper ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sJfUm76Ivg .item-wrapper ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-sJfUm76Ivg .item-wrapper ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding-bottom: 1rem;
  content: "ᐅ";
}
.cid-sJfUm76Ivg .item-wrapper .item-content {
  z-index: 1;
}
.cid-sJfUm76Ivg .item-wrapper .outline-hover {
  border: 2px solid #000;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .cid-sJfUm76Ivg .item-wrapper:hover {
    background: #4f87fb;
  }
  .cid-sJfUm76Ivg .item-wrapper:hover .outline-hover {
    opacity: 1;
  }
}
.cid-sJfUm76Ivg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJfUm76Ivg .mbr-text,
.cid-sJfUm76Ivg .mbr-section-btn {
  text-align: left;
}
.cid-sJfUm76Ivg .item-title {
  text-align: left;
}
.cid-sJfUm76Ivg .item-subtitle {
  text-align: left;
}
.cid-sJfTFaIIfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfTFaIIfd .mbr-text {
  text-align: justify;
}
.cid-sJfTFaIIfd .mbr-section-title {
  text-align: left;
}
.cid-udsyErPAzs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyErPAzs .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyErPAzs .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyErPAzs .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyErPAzs .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyErPAzs .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyErPAzs .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyErPAzs .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyErPAzs .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyErPAzs .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyErPAzs .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyErPAzs .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyErPAzs .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyErPAzs .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyErPAzs .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyErPAzs [class^="socicon-"]:before,
.cid-udsyErPAzs [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyErPAzs .mbr-section-title,
.cid-udsyErPAzs .mbr-social-likes {
  color: #2b6549;
}
.cid-sJfTmURxrC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJfTmURxrC .container {
  max-width: 1400px;
}
.cid-sJfTmURxrC .card-img2 span {
  padding-top: 6px;
}
.cid-sJfTmURxrC .soc-item a {
  padding-top: 5px;
}
.cid-sJfTmURxrC .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJfTmURxrC .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJfTmURxrC .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJfTmURxrC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfTmURxrC svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJfTmURxrC #e2_shape {
  fill: #ffffff !important;
}
.cid-sJfTmURxrC .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJfTmURxrC .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJfTmURxrC .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJfTmURxrC .card-img {
  width: auto;
}
.cid-sJfTmURxrC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJfTmURxrC .soc-item span {
  font-size: 1.4rem;
}
.cid-sJfTmURxrC .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJfTmURxrC .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJfTmURxrC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfTmURxrC .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJfTmURxrC .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJfTmURxrC img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJfTmURxrC .item {
    justify-content: center;
  }
  .cid-sJfTmURxrC .quote::after {
    left: 60px;
  }
}
.cid-sJfTmURxrC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJfTmURxrC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJfTmURxrC .text1 {
  color: #ffffff;
}
.cid-sJfTmURxrC .item-title {
  color: #ffffff;
}
.cid-sJfTmURxrC H5 {
  color: #ffffff;
}
.cid-sJfTmURxrC .theme {
  color: #ffffff;
}
.cid-sJfTmURxrC .copyright > p {
  color: #ff3366;
}
.cid-sJfTmURxrC .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJfWw0bfZd {
  overflow-x: hidden !important;
}
.cid-sJfWw0bfZd,
.cid-sJfWw0bfZd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJfWw0bfZd .mbr-section-title {
  color: #ffffff;
}
.cid-sJfWw0bfZd .mbr-section-title span {
  color: #2b6549;
}
.cid-sJfWw0bfZd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJfWw0bfZd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJfWw0bfZd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJfWw0bfZd .mbr-overlay {
  z-index: 1;
}
.cid-sJfWw0bfZd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJfWw0Aawx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfWw0Aawx .mbr-text {
  text-align: justify;
}
.cid-sJfWw0Aawx .mbr-section-title {
  text-align: left;
}
.cid-udsyB8yuO1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyB8yuO1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyB8yuO1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyB8yuO1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyB8yuO1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyB8yuO1 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyB8yuO1 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyB8yuO1 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyB8yuO1 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyB8yuO1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyB8yuO1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyB8yuO1 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyB8yuO1 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyB8yuO1 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyB8yuO1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyB8yuO1 [class^="socicon-"]:before,
.cid-udsyB8yuO1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyB8yuO1 .mbr-section-title,
.cid-udsyB8yuO1 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJfWw1IwYO {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJfWw1IwYO .container {
  max-width: 1400px;
}
.cid-sJfWw1IwYO .card-img2 span {
  padding-top: 6px;
}
.cid-sJfWw1IwYO .soc-item a {
  padding-top: 5px;
}
.cid-sJfWw1IwYO .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJfWw1IwYO .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJfWw1IwYO .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJfWw1IwYO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfWw1IwYO svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJfWw1IwYO #e2_shape {
  fill: #ffffff !important;
}
.cid-sJfWw1IwYO .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJfWw1IwYO .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJfWw1IwYO .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJfWw1IwYO .card-img {
  width: auto;
}
.cid-sJfWw1IwYO .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJfWw1IwYO .soc-item span {
  font-size: 1.4rem;
}
.cid-sJfWw1IwYO .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJfWw1IwYO .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJfWw1IwYO .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfWw1IwYO .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJfWw1IwYO .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJfWw1IwYO img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJfWw1IwYO .item {
    justify-content: center;
  }
  .cid-sJfWw1IwYO .quote::after {
    left: 60px;
  }
}
.cid-sJfWw1IwYO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJfWw1IwYO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJfWw1IwYO .text1 {
  color: #ffffff;
}
.cid-sJfWw1IwYO .item-title {
  color: #ffffff;
}
.cid-sJfWw1IwYO H5 {
  color: #ffffff;
}
.cid-sJfWw1IwYO .theme {
  color: #ffffff;
}
.cid-sJfWw1IwYO .copyright > p {
  color: #ff3366;
}
.cid-sJfWw1IwYO .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJfWURhWxm {
  overflow-x: hidden !important;
}
.cid-sJfWURhWxm,
.cid-sJfWURhWxm .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJfWURhWxm .mbr-section-title {
  color: #ffffff;
}
.cid-sJfWURhWxm .mbr-section-title span {
  color: #2b6549;
}
.cid-sJfWURhWxm .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJfWURhWxm .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJfWURhWxm .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJfWURhWxm .mbr-overlay {
  z-index: 1;
}
.cid-sJfWURhWxm .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJfWURC656 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfWURC656 .mbr-text {
  text-align: justify;
}
.cid-sJfWURC656 .mbr-section-title {
  text-align: left;
}
.cid-udsyxQKzxv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyxQKzxv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyxQKzxv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyxQKzxv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyxQKzxv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyxQKzxv .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyxQKzxv .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyxQKzxv .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyxQKzxv .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyxQKzxv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyxQKzxv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyxQKzxv .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyxQKzxv .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyxQKzxv .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyxQKzxv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyxQKzxv [class^="socicon-"]:before,
.cid-udsyxQKzxv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyxQKzxv .mbr-section-title,
.cid-udsyxQKzxv .mbr-social-likes {
  color: #2b6549;
}
.cid-sJfWUSbxng {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJfWUSbxng .container {
  max-width: 1400px;
}
.cid-sJfWUSbxng .card-img2 span {
  padding-top: 6px;
}
.cid-sJfWUSbxng .soc-item a {
  padding-top: 5px;
}
.cid-sJfWUSbxng .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJfWUSbxng .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJfWUSbxng .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJfWUSbxng .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfWUSbxng svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJfWUSbxng #e2_shape {
  fill: #ffffff !important;
}
.cid-sJfWUSbxng .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJfWUSbxng .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJfWUSbxng .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJfWUSbxng .card-img {
  width: auto;
}
.cid-sJfWUSbxng .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJfWUSbxng .soc-item span {
  font-size: 1.4rem;
}
.cid-sJfWUSbxng .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJfWUSbxng .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJfWUSbxng .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfWUSbxng .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJfWUSbxng .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJfWUSbxng img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJfWUSbxng .item {
    justify-content: center;
  }
  .cid-sJfWUSbxng .quote::after {
    left: 60px;
  }
}
.cid-sJfWUSbxng .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJfWUSbxng .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJfWUSbxng .text1 {
  color: #ffffff;
}
.cid-sJfWUSbxng .item-title {
  color: #ffffff;
}
.cid-sJfWUSbxng H5 {
  color: #ffffff;
}
.cid-sJfWUSbxng .theme {
  color: #ffffff;
}
.cid-sJfWUSbxng .copyright > p {
  color: #ff3366;
}
.cid-sJfWUSbxng .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJfXiVvypo {
  overflow-x: hidden !important;
}
.cid-sJfXiVvypo,
.cid-sJfXiVvypo .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJfXiVvypo .mbr-section-title {
  color: #ffffff;
}
.cid-sJfXiVvypo .mbr-section-title span {
  color: #2b6549;
}
.cid-sJfXiVvypo .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJfXiVvypo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJfXiVvypo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJfXiVvypo .mbr-overlay {
  z-index: 1;
}
.cid-sJfXiVvypo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJfXiVQWS9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfXiVQWS9 .mbr-text {
  text-align: justify;
}
.cid-sJfXiVQWS9 .mbr-section-title {
  text-align: left;
}
.cid-udsyv8ZiVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyv8ZiVQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyv8ZiVQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyv8ZiVQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyv8ZiVQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyv8ZiVQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyv8ZiVQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyv8ZiVQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyv8ZiVQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyv8ZiVQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyv8ZiVQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyv8ZiVQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyv8ZiVQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyv8ZiVQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyv8ZiVQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyv8ZiVQ [class^="socicon-"]:before,
.cid-udsyv8ZiVQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyv8ZiVQ .mbr-section-title,
.cid-udsyv8ZiVQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJfXiWke0x {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJfXiWke0x .container {
  max-width: 1400px;
}
.cid-sJfXiWke0x .card-img2 span {
  padding-top: 6px;
}
.cid-sJfXiWke0x .soc-item a {
  padding-top: 5px;
}
.cid-sJfXiWke0x .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJfXiWke0x .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJfXiWke0x .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJfXiWke0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfXiWke0x svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJfXiWke0x #e2_shape {
  fill: #ffffff !important;
}
.cid-sJfXiWke0x .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJfXiWke0x .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJfXiWke0x .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJfXiWke0x .card-img {
  width: auto;
}
.cid-sJfXiWke0x .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJfXiWke0x .soc-item span {
  font-size: 1.4rem;
}
.cid-sJfXiWke0x .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJfXiWke0x .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJfXiWke0x .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfXiWke0x .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJfXiWke0x .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJfXiWke0x img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJfXiWke0x .item {
    justify-content: center;
  }
  .cid-sJfXiWke0x .quote::after {
    left: 60px;
  }
}
.cid-sJfXiWke0x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJfXiWke0x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJfXiWke0x .text1 {
  color: #ffffff;
}
.cid-sJfXiWke0x .item-title {
  color: #ffffff;
}
.cid-sJfXiWke0x H5 {
  color: #ffffff;
}
.cid-sJfXiWke0x .theme {
  color: #ffffff;
}
.cid-sJfXiWke0x .copyright > p {
  color: #ff3366;
}
.cid-sJfXiWke0x .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJfZErI0pb {
  overflow-x: hidden !important;
}
.cid-sJfZErI0pb,
.cid-sJfZErI0pb .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJfZErI0pb .mbr-section-title {
  color: #ffffff;
}
.cid-sJfZErI0pb .mbr-section-title span {
  color: #2b6549;
}
.cid-sJfZErI0pb .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJfZErI0pb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJfZErI0pb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJfZErI0pb .mbr-overlay {
  z-index: 1;
}
.cid-sJfZErI0pb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJfZErYKVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfZErYKVy .mbr-text {
  text-align: justify;
}
.cid-sJfZErYKVy .mbr-section-title {
  text-align: left;
}
.cid-udsyrZcAc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyrZcAc3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyrZcAc3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyrZcAc3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyrZcAc3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyrZcAc3 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyrZcAc3 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyrZcAc3 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyrZcAc3 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyrZcAc3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyrZcAc3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyrZcAc3 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyrZcAc3 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyrZcAc3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyrZcAc3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyrZcAc3 [class^="socicon-"]:before,
.cid-udsyrZcAc3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyrZcAc3 .mbr-section-title,
.cid-udsyrZcAc3 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJfZEsAl8Z {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJfZEsAl8Z .container {
  max-width: 1400px;
}
.cid-sJfZEsAl8Z .card-img2 span {
  padding-top: 6px;
}
.cid-sJfZEsAl8Z .soc-item a {
  padding-top: 5px;
}
.cid-sJfZEsAl8Z .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJfZEsAl8Z .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJfZEsAl8Z .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJfZEsAl8Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfZEsAl8Z svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJfZEsAl8Z #e2_shape {
  fill: #ffffff !important;
}
.cid-sJfZEsAl8Z .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJfZEsAl8Z .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJfZEsAl8Z .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJfZEsAl8Z .card-img {
  width: auto;
}
.cid-sJfZEsAl8Z .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJfZEsAl8Z .soc-item span {
  font-size: 1.4rem;
}
.cid-sJfZEsAl8Z .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJfZEsAl8Z .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJfZEsAl8Z .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfZEsAl8Z .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJfZEsAl8Z .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJfZEsAl8Z img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJfZEsAl8Z .item {
    justify-content: center;
  }
  .cid-sJfZEsAl8Z .quote::after {
    left: 60px;
  }
}
.cid-sJfZEsAl8Z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJfZEsAl8Z .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJfZEsAl8Z .text1 {
  color: #ffffff;
}
.cid-sJfZEsAl8Z .item-title {
  color: #ffffff;
}
.cid-sJfZEsAl8Z H5 {
  color: #ffffff;
}
.cid-sJfZEsAl8Z .theme {
  color: #ffffff;
}
.cid-sJfZEsAl8Z .copyright > p {
  color: #ff3366;
}
.cid-sJfZEsAl8Z .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJfZZFUUJp {
  overflow-x: hidden !important;
}
.cid-sJfZZFUUJp,
.cid-sJfZZFUUJp .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJfZZFUUJp .mbr-section-title {
  color: #ffffff;
}
.cid-sJfZZFUUJp .mbr-section-title span {
  color: #2b6549;
}
.cid-sJfZZFUUJp .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJfZZFUUJp .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJfZZFUUJp .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJfZZFUUJp .mbr-overlay {
  z-index: 1;
}
.cid-sJfZZFUUJp .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJfZZG9lHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJfZZG9lHr .mbr-text {
  text-align: justify;
}
.cid-sJfZZG9lHr .mbr-section-title {
  text-align: left;
}
.cid-udsyoHfgra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyoHfgra .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyoHfgra .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyoHfgra .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyoHfgra .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyoHfgra .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyoHfgra .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyoHfgra .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyoHfgra .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyoHfgra .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyoHfgra .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyoHfgra .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyoHfgra .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyoHfgra .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyoHfgra .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyoHfgra [class^="socicon-"]:before,
.cid-udsyoHfgra [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyoHfgra .mbr-section-title,
.cid-udsyoHfgra .mbr-social-likes {
  color: #2b6549;
}
.cid-sJfZZGy95j {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJfZZGy95j .container {
  max-width: 1400px;
}
.cid-sJfZZGy95j .card-img2 span {
  padding-top: 6px;
}
.cid-sJfZZGy95j .soc-item a {
  padding-top: 5px;
}
.cid-sJfZZGy95j .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJfZZGy95j .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJfZZGy95j .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJfZZGy95j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfZZGy95j svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJfZZGy95j #e2_shape {
  fill: #ffffff !important;
}
.cid-sJfZZGy95j .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJfZZGy95j .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJfZZGy95j .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJfZZGy95j .card-img {
  width: auto;
}
.cid-sJfZZGy95j .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJfZZGy95j .soc-item span {
  font-size: 1.4rem;
}
.cid-sJfZZGy95j .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJfZZGy95j .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJfZZGy95j .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfZZGy95j .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJfZZGy95j .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJfZZGy95j img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJfZZGy95j .item {
    justify-content: center;
  }
  .cid-sJfZZGy95j .quote::after {
    left: 60px;
  }
}
.cid-sJfZZGy95j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJfZZGy95j .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJfZZGy95j .text1 {
  color: #ffffff;
}
.cid-sJfZZGy95j .item-title {
  color: #ffffff;
}
.cid-sJfZZGy95j H5 {
  color: #ffffff;
}
.cid-sJfZZGy95j .theme {
  color: #ffffff;
}
.cid-sJfZZGy95j .copyright > p {
  color: #ff3366;
}
.cid-sJfZZGy95j .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJg0uUsG1y {
  overflow-x: hidden !important;
}
.cid-sJg0uUsG1y,
.cid-sJg0uUsG1y .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJg0uUsG1y .mbr-section-title {
  color: #ffffff;
}
.cid-sJg0uUsG1y .mbr-section-title span {
  color: #2b6549;
}
.cid-sJg0uUsG1y .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJg0uUsG1y .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJg0uUsG1y .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJg0uUsG1y .mbr-overlay {
  z-index: 1;
}
.cid-sJg0uUsG1y .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJg0uUIcRC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJg0uUIcRC .mbr-text {
  text-align: justify;
}
.cid-sJg0uUIcRC .mbr-section-title {
  text-align: left;
}
.cid-udsylKk5rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsylKk5rn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsylKk5rn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsylKk5rn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsylKk5rn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsylKk5rn .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsylKk5rn .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsylKk5rn .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsylKk5rn .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsylKk5rn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsylKk5rn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsylKk5rn .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsylKk5rn .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsylKk5rn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsylKk5rn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsylKk5rn [class^="socicon-"]:before,
.cid-udsylKk5rn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsylKk5rn .mbr-section-title,
.cid-udsylKk5rn .mbr-social-likes {
  color: #2b6549;
}
.cid-sJg0uV2aub {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJg0uV2aub .container {
  max-width: 1400px;
}
.cid-sJg0uV2aub .card-img2 span {
  padding-top: 6px;
}
.cid-sJg0uV2aub .soc-item a {
  padding-top: 5px;
}
.cid-sJg0uV2aub .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJg0uV2aub .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJg0uV2aub .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJg0uV2aub .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg0uV2aub svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJg0uV2aub #e2_shape {
  fill: #ffffff !important;
}
.cid-sJg0uV2aub .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJg0uV2aub .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJg0uV2aub .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJg0uV2aub .card-img {
  width: auto;
}
.cid-sJg0uV2aub .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJg0uV2aub .soc-item span {
  font-size: 1.4rem;
}
.cid-sJg0uV2aub .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJg0uV2aub .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJg0uV2aub .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg0uV2aub .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJg0uV2aub .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJg0uV2aub img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJg0uV2aub .item {
    justify-content: center;
  }
  .cid-sJg0uV2aub .quote::after {
    left: 60px;
  }
}
.cid-sJg0uV2aub .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJg0uV2aub .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJg0uV2aub .text1 {
  color: #ffffff;
}
.cid-sJg0uV2aub .item-title {
  color: #ffffff;
}
.cid-sJg0uV2aub H5 {
  color: #ffffff;
}
.cid-sJg0uV2aub .theme {
  color: #ffffff;
}
.cid-sJg0uV2aub .copyright > p {
  color: #ff3366;
}
.cid-sJg0uV2aub .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJg0VtDPp5 {
  overflow-x: hidden !important;
}
.cid-sJg0VtDPp5,
.cid-sJg0VtDPp5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJg0VtDPp5 .mbr-section-title {
  color: #ffffff;
}
.cid-sJg0VtDPp5 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJg0VtDPp5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJg0VtDPp5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJg0VtDPp5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJg0VtDPp5 .mbr-overlay {
  z-index: 1;
}
.cid-sJg0VtDPp5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJg0VtSM7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJg0VtSM7y .mbr-text {
  text-align: justify;
}
.cid-sJg0VtSM7y .mbr-section-title {
  text-align: left;
}
.cid-sJg27vy0X1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
}
.cid-sJg27vy0X1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sJg27vy0X1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sJg27vy0X1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sJg27vy0X1 P {
  color: #ffffff;
}
.cid-sJg1NKzsMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJg1NKzsMd .mbr-text {
  text-align: justify;
}
.cid-sJg1NKzsMd .mbr-section-title {
  text-align: left;
}
.cid-udsyfD3oNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyfD3oNi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyfD3oNi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyfD3oNi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyfD3oNi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyfD3oNi .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyfD3oNi .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyfD3oNi .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyfD3oNi .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyfD3oNi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyfD3oNi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyfD3oNi .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyfD3oNi .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyfD3oNi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyfD3oNi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyfD3oNi [class^="socicon-"]:before,
.cid-udsyfD3oNi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyfD3oNi .mbr-section-title,
.cid-udsyfD3oNi .mbr-social-likes {
  color: #2b6549;
}
.cid-sJg0Vuf06o {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJg0Vuf06o .container {
  max-width: 1400px;
}
.cid-sJg0Vuf06o .card-img2 span {
  padding-top: 6px;
}
.cid-sJg0Vuf06o .soc-item a {
  padding-top: 5px;
}
.cid-sJg0Vuf06o .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJg0Vuf06o .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJg0Vuf06o .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJg0Vuf06o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg0Vuf06o svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJg0Vuf06o #e2_shape {
  fill: #ffffff !important;
}
.cid-sJg0Vuf06o .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJg0Vuf06o .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJg0Vuf06o .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJg0Vuf06o .card-img {
  width: auto;
}
.cid-sJg0Vuf06o .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJg0Vuf06o .soc-item span {
  font-size: 1.4rem;
}
.cid-sJg0Vuf06o .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJg0Vuf06o .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJg0Vuf06o .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg0Vuf06o .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJg0Vuf06o .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJg0Vuf06o img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJg0Vuf06o .item {
    justify-content: center;
  }
  .cid-sJg0Vuf06o .quote::after {
    left: 60px;
  }
}
.cid-sJg0Vuf06o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJg0Vuf06o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJg0Vuf06o .text1 {
  color: #ffffff;
}
.cid-sJg0Vuf06o .item-title {
  color: #ffffff;
}
.cid-sJg0Vuf06o H5 {
  color: #ffffff;
}
.cid-sJg0Vuf06o .theme {
  color: #ffffff;
}
.cid-sJg0Vuf06o .copyright > p {
  color: #ff3366;
}
.cid-sJg0Vuf06o .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJg3jlvb1g {
  overflow-x: hidden !important;
}
.cid-sJg3jlvb1g,
.cid-sJg3jlvb1g .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJg3jlvb1g .mbr-section-title {
  color: #ffffff;
}
.cid-sJg3jlvb1g .mbr-section-title span {
  color: #2b6549;
}
.cid-sJg3jlvb1g .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJg3jlvb1g .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJg3jlvb1g .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJg3jlvb1g .mbr-overlay {
  z-index: 1;
}
.cid-sJg3jlvb1g .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJg3jlNX8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJg3jlNX8L .mbr-text {
  text-align: justify;
}
.cid-sJg3jlNX8L .mbr-section-title {
  text-align: left;
}
.cid-udsyiyjxN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsyiyjxN9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsyiyjxN9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsyiyjxN9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsyiyjxN9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsyiyjxN9 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsyiyjxN9 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsyiyjxN9 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsyiyjxN9 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsyiyjxN9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsyiyjxN9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsyiyjxN9 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsyiyjxN9 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsyiyjxN9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsyiyjxN9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsyiyjxN9 [class^="socicon-"]:before,
.cid-udsyiyjxN9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsyiyjxN9 .mbr-section-title,
.cid-udsyiyjxN9 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJg3jmgGRP {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJg3jmgGRP .container {
  max-width: 1400px;
}
.cid-sJg3jmgGRP .card-img2 span {
  padding-top: 6px;
}
.cid-sJg3jmgGRP .soc-item a {
  padding-top: 5px;
}
.cid-sJg3jmgGRP .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJg3jmgGRP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJg3jmgGRP .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJg3jmgGRP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg3jmgGRP svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJg3jmgGRP #e2_shape {
  fill: #ffffff !important;
}
.cid-sJg3jmgGRP .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJg3jmgGRP .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJg3jmgGRP .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJg3jmgGRP .card-img {
  width: auto;
}
.cid-sJg3jmgGRP .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJg3jmgGRP .soc-item span {
  font-size: 1.4rem;
}
.cid-sJg3jmgGRP .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJg3jmgGRP .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJg3jmgGRP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg3jmgGRP .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJg3jmgGRP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJg3jmgGRP img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJg3jmgGRP .item {
    justify-content: center;
  }
  .cid-sJg3jmgGRP .quote::after {
    left: 60px;
  }
}
.cid-sJg3jmgGRP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJg3jmgGRP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJg3jmgGRP .text1 {
  color: #ffffff;
}
.cid-sJg3jmgGRP .item-title {
  color: #ffffff;
}
.cid-sJg3jmgGRP H5 {
  color: #ffffff;
}
.cid-sJg3jmgGRP .theme {
  color: #ffffff;
}
.cid-sJg3jmgGRP .copyright > p {
  color: #ff3366;
}
.cid-sJg3jmgGRP .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJg3O1XtHL {
  overflow-x: hidden !important;
}
.cid-sJg3O1XtHL,
.cid-sJg3O1XtHL .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJg3O1XtHL .mbr-section-title {
  color: #ffffff;
}
.cid-sJg3O1XtHL .mbr-section-title span {
  color: #2b6549;
}
.cid-sJg3O1XtHL .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJg3O1XtHL .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJg3O1XtHL .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJg3O1XtHL .mbr-overlay {
  z-index: 1;
}
.cid-sJg3O1XtHL .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJg3O2dPmV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJg3O2dPmV .mbr-text {
  text-align: justify;
}
.cid-sJg3O2dPmV .mbr-section-title {
  text-align: left;
}
.cid-udsy9F6I7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsy9F6I7G .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsy9F6I7G .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsy9F6I7G .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsy9F6I7G .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsy9F6I7G .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsy9F6I7G .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsy9F6I7G .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsy9F6I7G .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsy9F6I7G .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsy9F6I7G .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsy9F6I7G .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsy9F6I7G .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsy9F6I7G .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsy9F6I7G .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsy9F6I7G [class^="socicon-"]:before,
.cid-udsy9F6I7G [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsy9F6I7G .mbr-section-title,
.cid-udsy9F6I7G .mbr-social-likes {
  color: #2b6549;
}
.cid-sJg3O3kg2D {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJg3O3kg2D .container {
  max-width: 1400px;
}
.cid-sJg3O3kg2D .card-img2 span {
  padding-top: 6px;
}
.cid-sJg3O3kg2D .soc-item a {
  padding-top: 5px;
}
.cid-sJg3O3kg2D .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJg3O3kg2D .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJg3O3kg2D .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJg3O3kg2D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg3O3kg2D svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJg3O3kg2D #e2_shape {
  fill: #ffffff !important;
}
.cid-sJg3O3kg2D .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJg3O3kg2D .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJg3O3kg2D .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJg3O3kg2D .card-img {
  width: auto;
}
.cid-sJg3O3kg2D .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJg3O3kg2D .soc-item span {
  font-size: 1.4rem;
}
.cid-sJg3O3kg2D .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJg3O3kg2D .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJg3O3kg2D .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg3O3kg2D .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJg3O3kg2D .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJg3O3kg2D img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJg3O3kg2D .item {
    justify-content: center;
  }
  .cid-sJg3O3kg2D .quote::after {
    left: 60px;
  }
}
.cid-sJg3O3kg2D .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJg3O3kg2D .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJg3O3kg2D .text1 {
  color: #ffffff;
}
.cid-sJg3O3kg2D .item-title {
  color: #ffffff;
}
.cid-sJg3O3kg2D H5 {
  color: #ffffff;
}
.cid-sJg3O3kg2D .theme {
  color: #ffffff;
}
.cid-sJg3O3kg2D .copyright > p {
  color: #ff3366;
}
.cid-sJg3O3kg2D .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJg4tJFQ1H {
  overflow-x: hidden !important;
}
.cid-sJg4tJFQ1H,
.cid-sJg4tJFQ1H .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJg4tJFQ1H .mbr-section-title {
  color: #ffffff;
}
.cid-sJg4tJFQ1H .mbr-section-title span {
  color: #2b6549;
}
.cid-sJg4tJFQ1H .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJg4tJFQ1H .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJg4tJFQ1H .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJg4tJFQ1H .mbr-overlay {
  z-index: 1;
}
.cid-sJg4tJFQ1H .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJg4tJV3sv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJg4tJV3sv .mbr-text {
  text-align: justify;
}
.cid-sJg4tJV3sv .mbr-section-title {
  text-align: left;
}
.cid-udsy2XxMbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsy2XxMbz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsy2XxMbz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsy2XxMbz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsy2XxMbz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsy2XxMbz .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsy2XxMbz .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsy2XxMbz .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsy2XxMbz .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsy2XxMbz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsy2XxMbz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsy2XxMbz .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsy2XxMbz .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsy2XxMbz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsy2XxMbz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsy2XxMbz [class^="socicon-"]:before,
.cid-udsy2XxMbz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsy2XxMbz .mbr-section-title,
.cid-udsy2XxMbz .mbr-social-likes {
  color: #2b6549;
}
.cid-sJg4tKo8AK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJg4tKo8AK .container {
  max-width: 1400px;
}
.cid-sJg4tKo8AK .card-img2 span {
  padding-top: 6px;
}
.cid-sJg4tKo8AK .soc-item a {
  padding-top: 5px;
}
.cid-sJg4tKo8AK .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJg4tKo8AK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJg4tKo8AK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJg4tKo8AK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg4tKo8AK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJg4tKo8AK #e2_shape {
  fill: #ffffff !important;
}
.cid-sJg4tKo8AK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJg4tKo8AK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJg4tKo8AK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJg4tKo8AK .card-img {
  width: auto;
}
.cid-sJg4tKo8AK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJg4tKo8AK .soc-item span {
  font-size: 1.4rem;
}
.cid-sJg4tKo8AK .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJg4tKo8AK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJg4tKo8AK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg4tKo8AK .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJg4tKo8AK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJg4tKo8AK img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJg4tKo8AK .item {
    justify-content: center;
  }
  .cid-sJg4tKo8AK .quote::after {
    left: 60px;
  }
}
.cid-sJg4tKo8AK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJg4tKo8AK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJg4tKo8AK .text1 {
  color: #ffffff;
}
.cid-sJg4tKo8AK .item-title {
  color: #ffffff;
}
.cid-sJg4tKo8AK H5 {
  color: #ffffff;
}
.cid-sJg4tKo8AK .theme {
  color: #ffffff;
}
.cid-sJg4tKo8AK .copyright > p {
  color: #ff3366;
}
.cid-sJg4tKo8AK .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJg5GAlVMJ {
  overflow-x: hidden !important;
}
.cid-sJg5GAlVMJ,
.cid-sJg5GAlVMJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJg5GAlVMJ .mbr-section-title {
  color: #ffffff;
}
.cid-sJg5GAlVMJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJg5GAlVMJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJg5GAlVMJ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJg5GAlVMJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJg5GAlVMJ .mbr-overlay {
  z-index: 1;
}
.cid-sJg5GAlVMJ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJg5GACRcu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJg5GACRcu .mbr-text {
  text-align: justify;
}
.cid-sJg5GACRcu .mbr-section-title {
  text-align: left;
}
.cid-udsxZZ896K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxZZ896K .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxZZ896K .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxZZ896K .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxZZ896K .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxZZ896K .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxZZ896K .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxZZ896K .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxZZ896K .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxZZ896K .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxZZ896K .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxZZ896K .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxZZ896K .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxZZ896K .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxZZ896K .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxZZ896K [class^="socicon-"]:before,
.cid-udsxZZ896K [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxZZ896K .mbr-section-title,
.cid-udsxZZ896K .mbr-social-likes {
  color: #2b6549;
}
.cid-sJg5GB42Y5 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJg5GB42Y5 .container {
  max-width: 1400px;
}
.cid-sJg5GB42Y5 .card-img2 span {
  padding-top: 6px;
}
.cid-sJg5GB42Y5 .soc-item a {
  padding-top: 5px;
}
.cid-sJg5GB42Y5 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJg5GB42Y5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJg5GB42Y5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJg5GB42Y5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg5GB42Y5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJg5GB42Y5 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJg5GB42Y5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJg5GB42Y5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJg5GB42Y5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJg5GB42Y5 .card-img {
  width: auto;
}
.cid-sJg5GB42Y5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJg5GB42Y5 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJg5GB42Y5 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJg5GB42Y5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJg5GB42Y5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg5GB42Y5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJg5GB42Y5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJg5GB42Y5 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJg5GB42Y5 .item {
    justify-content: center;
  }
  .cid-sJg5GB42Y5 .quote::after {
    left: 60px;
  }
}
.cid-sJg5GB42Y5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJg5GB42Y5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJg5GB42Y5 .text1 {
  color: #ffffff;
}
.cid-sJg5GB42Y5 .item-title {
  color: #ffffff;
}
.cid-sJg5GB42Y5 H5 {
  color: #ffffff;
}
.cid-sJg5GB42Y5 .theme {
  color: #ffffff;
}
.cid-sJg5GB42Y5 .copyright > p {
  color: #ff3366;
}
.cid-sJg5GB42Y5 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJg6ng5lCh {
  overflow-x: hidden !important;
}
.cid-sJg6ng5lCh,
.cid-sJg6ng5lCh .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJg6ng5lCh .mbr-section-title {
  color: #ffffff;
}
.cid-sJg6ng5lCh .mbr-section-title span {
  color: #2b6549;
}
.cid-sJg6ng5lCh .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJg6ng5lCh .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJg6ng5lCh .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJg6ng5lCh .mbr-overlay {
  z-index: 1;
}
.cid-sJg6ng5lCh .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOGgBWQcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOGgBWQcU .mbr-text {
  text-align: justify;
}
.cid-sJOGgBWQcU .mbr-section-title {
  text-align: left;
}
.cid-udsxWNxi5k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxWNxi5k .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxWNxi5k .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxWNxi5k .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxWNxi5k .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxWNxi5k .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxWNxi5k .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxWNxi5k .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxWNxi5k .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxWNxi5k .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxWNxi5k .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxWNxi5k .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxWNxi5k .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxWNxi5k .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxWNxi5k .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxWNxi5k [class^="socicon-"]:before,
.cid-udsxWNxi5k [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxWNxi5k .mbr-section-title,
.cid-udsxWNxi5k .mbr-social-likes {
  color: #2b6549;
}
.cid-sJg6ngM3w2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJg6ngM3w2 .container {
  max-width: 1400px;
}
.cid-sJg6ngM3w2 .card-img2 span {
  padding-top: 6px;
}
.cid-sJg6ngM3w2 .soc-item a {
  padding-top: 5px;
}
.cid-sJg6ngM3w2 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJg6ngM3w2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJg6ngM3w2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJg6ngM3w2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg6ngM3w2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJg6ngM3w2 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJg6ngM3w2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJg6ngM3w2 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJg6ngM3w2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJg6ngM3w2 .card-img {
  width: auto;
}
.cid-sJg6ngM3w2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJg6ngM3w2 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJg6ngM3w2 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJg6ngM3w2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJg6ngM3w2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg6ngM3w2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJg6ngM3w2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJg6ngM3w2 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJg6ngM3w2 .item {
    justify-content: center;
  }
  .cid-sJg6ngM3w2 .quote::after {
    left: 60px;
  }
}
.cid-sJg6ngM3w2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJg6ngM3w2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJg6ngM3w2 .text1 {
  color: #ffffff;
}
.cid-sJg6ngM3w2 .item-title {
  color: #ffffff;
}
.cid-sJg6ngM3w2 H5 {
  color: #ffffff;
}
.cid-sJg6ngM3w2 .theme {
  color: #ffffff;
}
.cid-sJg6ngM3w2 .copyright > p {
  color: #ff3366;
}
.cid-sJg6ngM3w2 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOGGJgmt2 {
  overflow-x: hidden !important;
}
.cid-sJOGGJgmt2,
.cid-sJOGGJgmt2 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOGGJgmt2 .mbr-section-title {
  color: #ffffff;
}
.cid-sJOGGJgmt2 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOGGJgmt2 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOGGJgmt2 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOGGJgmt2 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOGGJgmt2 .mbr-overlay {
  z-index: 1;
}
.cid-sJOGGJgmt2 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOGGJqLGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOGGJqLGK .mbr-text {
  text-align: justify;
}
.cid-sJOGGJqLGK .mbr-section-title {
  text-align: left;
}
.cid-udsxSEXv61 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxSEXv61 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxSEXv61 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxSEXv61 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxSEXv61 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxSEXv61 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxSEXv61 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxSEXv61 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxSEXv61 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxSEXv61 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxSEXv61 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxSEXv61 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxSEXv61 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxSEXv61 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxSEXv61 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxSEXv61 [class^="socicon-"]:before,
.cid-udsxSEXv61 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxSEXv61 .mbr-section-title,
.cid-udsxSEXv61 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOGGJRZnO {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOGGJRZnO .container {
  max-width: 1400px;
}
.cid-sJOGGJRZnO .card-img2 span {
  padding-top: 6px;
}
.cid-sJOGGJRZnO .soc-item a {
  padding-top: 5px;
}
.cid-sJOGGJRZnO .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOGGJRZnO .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOGGJRZnO .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOGGJRZnO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOGGJRZnO svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOGGJRZnO #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOGGJRZnO .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOGGJRZnO .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOGGJRZnO .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOGGJRZnO .card-img {
  width: auto;
}
.cid-sJOGGJRZnO .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOGGJRZnO .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOGGJRZnO .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOGGJRZnO .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOGGJRZnO .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOGGJRZnO .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOGGJRZnO .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOGGJRZnO img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOGGJRZnO .item {
    justify-content: center;
  }
  .cid-sJOGGJRZnO .quote::after {
    left: 60px;
  }
}
.cid-sJOGGJRZnO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOGGJRZnO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOGGJRZnO .text1 {
  color: #ffffff;
}
.cid-sJOGGJRZnO .item-title {
  color: #ffffff;
}
.cid-sJOGGJRZnO H5 {
  color: #ffffff;
}
.cid-sJOGGJRZnO .theme {
  color: #ffffff;
}
.cid-sJOGGJRZnO .copyright > p {
  color: #ff3366;
}
.cid-sJOGGJRZnO .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOH6KOJR7 {
  overflow-x: hidden !important;
}
.cid-sJOH6KOJR7,
.cid-sJOH6KOJR7 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOH6KOJR7 .mbr-section-title {
  color: #ffffff;
}
.cid-sJOH6KOJR7 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOH6KOJR7 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOH6KOJR7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOH6KOJR7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOH6KOJR7 .mbr-overlay {
  z-index: 1;
}
.cid-sJOH6KOJR7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOH6L2OXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOH6L2OXw .mbr-text {
  text-align: justify;
}
.cid-sJOH6L2OXw .mbr-section-title {
  text-align: left;
}
.cid-udsxMEnm7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxMEnm7E .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxMEnm7E .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxMEnm7E .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxMEnm7E .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxMEnm7E .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxMEnm7E .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxMEnm7E .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxMEnm7E .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxMEnm7E .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxMEnm7E .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxMEnm7E .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxMEnm7E .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxMEnm7E .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxMEnm7E .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxMEnm7E [class^="socicon-"]:before,
.cid-udsxMEnm7E [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxMEnm7E .mbr-section-title,
.cid-udsxMEnm7E .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOH6Lrlmz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOH6Lrlmz .container {
  max-width: 1400px;
}
.cid-sJOH6Lrlmz .card-img2 span {
  padding-top: 6px;
}
.cid-sJOH6Lrlmz .soc-item a {
  padding-top: 5px;
}
.cid-sJOH6Lrlmz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOH6Lrlmz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOH6Lrlmz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOH6Lrlmz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOH6Lrlmz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOH6Lrlmz #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOH6Lrlmz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOH6Lrlmz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOH6Lrlmz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOH6Lrlmz .card-img {
  width: auto;
}
.cid-sJOH6Lrlmz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOH6Lrlmz .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOH6Lrlmz .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOH6Lrlmz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOH6Lrlmz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOH6Lrlmz .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOH6Lrlmz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOH6Lrlmz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOH6Lrlmz .item {
    justify-content: center;
  }
  .cid-sJOH6Lrlmz .quote::after {
    left: 60px;
  }
}
.cid-sJOH6Lrlmz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOH6Lrlmz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOH6Lrlmz .text1 {
  color: #ffffff;
}
.cid-sJOH6Lrlmz .item-title {
  color: #ffffff;
}
.cid-sJOH6Lrlmz H5 {
  color: #ffffff;
}
.cid-sJOH6Lrlmz .theme {
  color: #ffffff;
}
.cid-sJOH6Lrlmz .copyright > p {
  color: #ff3366;
}
.cid-sJOH6Lrlmz .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOHu4Eyuo {
  overflow-x: hidden !important;
}
.cid-sJOHu4Eyuo,
.cid-sJOHu4Eyuo .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOHu4Eyuo .mbr-section-title {
  color: #ffffff;
}
.cid-sJOHu4Eyuo .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOHu4Eyuo .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOHu4Eyuo .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOHu4Eyuo .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOHu4Eyuo .mbr-overlay {
  z-index: 1;
}
.cid-sJOHu4Eyuo .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOHu4T6yk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOHu4T6yk .mbr-text {
  text-align: justify;
}
.cid-sJOHu4T6yk .mbr-section-title {
  text-align: left;
}
.cid-sJOI7nz2ZQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1279.webp");
}
@media (max-width: 991px) {
  .cid-sJOI7nz2ZQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJOI7nz2ZQ .row {
  flex-direction: row-reverse;
}
.cid-sJOI7nz2ZQ img {
  width: 100%;
}
.cid-sJOI7nz2ZQ .mbr-description {
  color: #ffffff;
}
.cid-sJOHNeSZgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOHNeSZgl .mbr-text {
  text-align: justify;
}
.cid-sJOHNeSZgl .mbr-section-title {
  text-align: left;
}
.cid-udsxEAZG28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxEAZG28 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxEAZG28 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxEAZG28 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxEAZG28 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxEAZG28 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxEAZG28 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxEAZG28 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxEAZG28 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxEAZG28 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxEAZG28 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxEAZG28 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxEAZG28 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxEAZG28 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxEAZG28 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxEAZG28 [class^="socicon-"]:before,
.cid-udsxEAZG28 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxEAZG28 .mbr-section-title,
.cid-udsxEAZG28 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOHu5c5Li {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOHu5c5Li .container {
  max-width: 1400px;
}
.cid-sJOHu5c5Li .card-img2 span {
  padding-top: 6px;
}
.cid-sJOHu5c5Li .soc-item a {
  padding-top: 5px;
}
.cid-sJOHu5c5Li .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOHu5c5Li .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOHu5c5Li .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOHu5c5Li .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOHu5c5Li svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOHu5c5Li #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOHu5c5Li .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOHu5c5Li .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOHu5c5Li .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOHu5c5Li .card-img {
  width: auto;
}
.cid-sJOHu5c5Li .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOHu5c5Li .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOHu5c5Li .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOHu5c5Li .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOHu5c5Li .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOHu5c5Li .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOHu5c5Li .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOHu5c5Li img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOHu5c5Li .item {
    justify-content: center;
  }
  .cid-sJOHu5c5Li .quote::after {
    left: 60px;
  }
}
.cid-sJOHu5c5Li .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOHu5c5Li .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOHu5c5Li .text1 {
  color: #ffffff;
}
.cid-sJOHu5c5Li .item-title {
  color: #ffffff;
}
.cid-sJOHu5c5Li H5 {
  color: #ffffff;
}
.cid-sJOHu5c5Li .theme {
  color: #ffffff;
}
.cid-sJOHu5c5Li .copyright > p {
  color: #ff3366;
}
.cid-sJOHu5c5Li .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOJMn7BLD {
  overflow-x: hidden !important;
}
.cid-sJOJMn7BLD,
.cid-sJOJMn7BLD .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOJMn7BLD .mbr-section-title {
  color: #ffffff;
}
.cid-sJOJMn7BLD .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOJMn7BLD .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOJMn7BLD .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOJMn7BLD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOJMn7BLD .mbr-overlay {
  z-index: 1;
}
.cid-sJOJMn7BLD .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOJMnok1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOJMnok1r .mbr-text {
  text-align: justify;
}
.cid-sJOJMnok1r .mbr-section-title {
  text-align: left;
}
.cid-udsxysQQ7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxysQQ7G .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxysQQ7G .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxysQQ7G .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxysQQ7G .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxysQQ7G .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxysQQ7G .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxysQQ7G .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxysQQ7G .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxysQQ7G .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxysQQ7G .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxysQQ7G .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxysQQ7G .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxysQQ7G .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxysQQ7G .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxysQQ7G [class^="socicon-"]:before,
.cid-udsxysQQ7G [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxysQQ7G .mbr-section-title,
.cid-udsxysQQ7G .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOJMojLuN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOJMojLuN .container {
  max-width: 1400px;
}
.cid-sJOJMojLuN .card-img2 span {
  padding-top: 6px;
}
.cid-sJOJMojLuN .soc-item a {
  padding-top: 5px;
}
.cid-sJOJMojLuN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOJMojLuN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOJMojLuN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOJMojLuN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOJMojLuN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOJMojLuN #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOJMojLuN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOJMojLuN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOJMojLuN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOJMojLuN .card-img {
  width: auto;
}
.cid-sJOJMojLuN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOJMojLuN .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOJMojLuN .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOJMojLuN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOJMojLuN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOJMojLuN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOJMojLuN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOJMojLuN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOJMojLuN .item {
    justify-content: center;
  }
  .cid-sJOJMojLuN .quote::after {
    left: 60px;
  }
}
.cid-sJOJMojLuN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOJMojLuN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOJMojLuN .text1 {
  color: #ffffff;
}
.cid-sJOJMojLuN .item-title {
  color: #ffffff;
}
.cid-sJOJMojLuN H5 {
  color: #ffffff;
}
.cid-sJOJMojLuN .theme {
  color: #ffffff;
}
.cid-sJOJMojLuN .copyright > p {
  color: #ff3366;
}
.cid-sJOJMojLuN .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOKyeOTOf {
  overflow-x: hidden !important;
}
.cid-sJOKyeOTOf,
.cid-sJOKyeOTOf .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOKyeOTOf .mbr-section-title {
  color: #ffffff;
}
.cid-sJOKyeOTOf .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOKyeOTOf .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOKyeOTOf .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOKyeOTOf .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOKyeOTOf .mbr-overlay {
  z-index: 1;
}
.cid-sJOKyeOTOf .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOKyeZOdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOKyeZOdK .mbr-text {
  text-align: justify;
}
.cid-sJOKyeZOdK .mbr-section-title {
  text-align: left;
}
.cid-udsxsm1lhh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxsm1lhh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxsm1lhh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxsm1lhh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxsm1lhh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxsm1lhh .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxsm1lhh .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxsm1lhh .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxsm1lhh .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxsm1lhh .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxsm1lhh .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxsm1lhh .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxsm1lhh .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxsm1lhh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxsm1lhh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxsm1lhh [class^="socicon-"]:before,
.cid-udsxsm1lhh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxsm1lhh .mbr-section-title,
.cid-udsxsm1lhh .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOKyfN3UQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOKyfN3UQ .container {
  max-width: 1400px;
}
.cid-sJOKyfN3UQ .card-img2 span {
  padding-top: 6px;
}
.cid-sJOKyfN3UQ .soc-item a {
  padding-top: 5px;
}
.cid-sJOKyfN3UQ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOKyfN3UQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOKyfN3UQ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOKyfN3UQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOKyfN3UQ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOKyfN3UQ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOKyfN3UQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOKyfN3UQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOKyfN3UQ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOKyfN3UQ .card-img {
  width: auto;
}
.cid-sJOKyfN3UQ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOKyfN3UQ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOKyfN3UQ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOKyfN3UQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOKyfN3UQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOKyfN3UQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOKyfN3UQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOKyfN3UQ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOKyfN3UQ .item {
    justify-content: center;
  }
  .cid-sJOKyfN3UQ .quote::after {
    left: 60px;
  }
}
.cid-sJOKyfN3UQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOKyfN3UQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOKyfN3UQ .text1 {
  color: #ffffff;
}
.cid-sJOKyfN3UQ .item-title {
  color: #ffffff;
}
.cid-sJOKyfN3UQ H5 {
  color: #ffffff;
}
.cid-sJOKyfN3UQ .theme {
  color: #ffffff;
}
.cid-sJOKyfN3UQ .copyright > p {
  color: #ff3366;
}
.cid-sJOKyfN3UQ .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOKRrKr1J {
  overflow-x: hidden !important;
}
.cid-sJOKRrKr1J,
.cid-sJOKRrKr1J .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOKRrKr1J .mbr-section-title {
  color: #ffffff;
}
.cid-sJOKRrKr1J .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOKRrKr1J .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOKRrKr1J .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOKRrKr1J .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOKRrKr1J .mbr-overlay {
  z-index: 1;
}
.cid-sJOKRrKr1J .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOKRs1AEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOKRs1AEj .mbr-text {
  text-align: justify;
}
.cid-sJOKRs1AEj .mbr-section-title {
  text-align: left;
}
.cid-udsxpcTxUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxpcTxUQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxpcTxUQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxpcTxUQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxpcTxUQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxpcTxUQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxpcTxUQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxpcTxUQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxpcTxUQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxpcTxUQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxpcTxUQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxpcTxUQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxpcTxUQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxpcTxUQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxpcTxUQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxpcTxUQ [class^="socicon-"]:before,
.cid-udsxpcTxUQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxpcTxUQ .mbr-section-title,
.cid-udsxpcTxUQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOKRsKsu5 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOKRsKsu5 .container {
  max-width: 1400px;
}
.cid-sJOKRsKsu5 .card-img2 span {
  padding-top: 6px;
}
.cid-sJOKRsKsu5 .soc-item a {
  padding-top: 5px;
}
.cid-sJOKRsKsu5 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOKRsKsu5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOKRsKsu5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOKRsKsu5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOKRsKsu5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOKRsKsu5 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOKRsKsu5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOKRsKsu5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOKRsKsu5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOKRsKsu5 .card-img {
  width: auto;
}
.cid-sJOKRsKsu5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOKRsKsu5 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOKRsKsu5 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOKRsKsu5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOKRsKsu5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOKRsKsu5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOKRsKsu5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOKRsKsu5 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOKRsKsu5 .item {
    justify-content: center;
  }
  .cid-sJOKRsKsu5 .quote::after {
    left: 60px;
  }
}
.cid-sJOKRsKsu5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOKRsKsu5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOKRsKsu5 .text1 {
  color: #ffffff;
}
.cid-sJOKRsKsu5 .item-title {
  color: #ffffff;
}
.cid-sJOKRsKsu5 H5 {
  color: #ffffff;
}
.cid-sJOKRsKsu5 .theme {
  color: #ffffff;
}
.cid-sJOKRsKsu5 .copyright > p {
  color: #ff3366;
}
.cid-sJOKRsKsu5 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOLASN4Rz {
  overflow-x: hidden !important;
}
.cid-sJOLASN4Rz,
.cid-sJOLASN4Rz .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOLASN4Rz .mbr-section-title {
  color: #ffffff;
}
.cid-sJOLASN4Rz .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOLASN4Rz .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOLASN4Rz .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOLASN4Rz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOLASN4Rz .mbr-overlay {
  z-index: 1;
}
.cid-sJOLASN4Rz .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOLAT2caA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOLAT2caA .mbr-text {
  text-align: justify;
}
.cid-sJOLAT2caA .mbr-section-title {
  text-align: left;
}
.cid-udsxfHTnqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxfHTnqb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxfHTnqb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxfHTnqb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxfHTnqb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxfHTnqb .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxfHTnqb .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxfHTnqb .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxfHTnqb .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxfHTnqb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxfHTnqb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxfHTnqb .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxfHTnqb .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxfHTnqb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxfHTnqb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxfHTnqb [class^="socicon-"]:before,
.cid-udsxfHTnqb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxfHTnqb .mbr-section-title,
.cid-udsxfHTnqb .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOLATPDCn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOLATPDCn .container {
  max-width: 1400px;
}
.cid-sJOLATPDCn .card-img2 span {
  padding-top: 6px;
}
.cid-sJOLATPDCn .soc-item a {
  padding-top: 5px;
}
.cid-sJOLATPDCn .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOLATPDCn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOLATPDCn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOLATPDCn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOLATPDCn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOLATPDCn #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOLATPDCn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOLATPDCn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOLATPDCn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOLATPDCn .card-img {
  width: auto;
}
.cid-sJOLATPDCn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOLATPDCn .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOLATPDCn .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOLATPDCn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOLATPDCn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOLATPDCn .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOLATPDCn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOLATPDCn img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOLATPDCn .item {
    justify-content: center;
  }
  .cid-sJOLATPDCn .quote::after {
    left: 60px;
  }
}
.cid-sJOLATPDCn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOLATPDCn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOLATPDCn .text1 {
  color: #ffffff;
}
.cid-sJOLATPDCn .item-title {
  color: #ffffff;
}
.cid-sJOLATPDCn H5 {
  color: #ffffff;
}
.cid-sJOLATPDCn .theme {
  color: #ffffff;
}
.cid-sJOLATPDCn .copyright > p {
  color: #ff3366;
}
.cid-sJOLATPDCn .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOLVDduGf {
  overflow-x: hidden !important;
}
.cid-sJOLVDduGf,
.cid-sJOLVDduGf .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOLVDduGf .mbr-section-title {
  color: #ffffff;
}
.cid-sJOLVDduGf .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOLVDduGf .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOLVDduGf .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOLVDduGf .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOLVDduGf .mbr-overlay {
  z-index: 1;
}
.cid-sJOLVDduGf .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOLVDs1qN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJOLVDs1qN .mbr-text {
  text-align: justify;
}
.cid-sJOLVDs1qN .mbr-section-title {
  text-align: left;
}
.cid-sJOLVDOOFZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJOLVDOOFZ .mbr-text {
  text-align: justify;
}
.cid-sJOLVDOOFZ .mbr-section-title {
  text-align: left;
}
.cid-sJOMPwNTpa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOMPwNTpa .mbr-text {
  text-align: justify;
}
.cid-sJOMPwNTpa .mbr-section-title {
  text-align: left;
}
.cid-udsxcsZgpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxcsZgpb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxcsZgpb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxcsZgpb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxcsZgpb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxcsZgpb .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxcsZgpb .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxcsZgpb .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxcsZgpb .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxcsZgpb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxcsZgpb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxcsZgpb .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxcsZgpb .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxcsZgpb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxcsZgpb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxcsZgpb [class^="socicon-"]:before,
.cid-udsxcsZgpb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxcsZgpb .mbr-section-title,
.cid-udsxcsZgpb .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOLVEd3Yx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOLVEd3Yx .container {
  max-width: 1400px;
}
.cid-sJOLVEd3Yx .card-img2 span {
  padding-top: 6px;
}
.cid-sJOLVEd3Yx .soc-item a {
  padding-top: 5px;
}
.cid-sJOLVEd3Yx .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOLVEd3Yx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOLVEd3Yx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOLVEd3Yx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOLVEd3Yx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOLVEd3Yx #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOLVEd3Yx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOLVEd3Yx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOLVEd3Yx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOLVEd3Yx .card-img {
  width: auto;
}
.cid-sJOLVEd3Yx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOLVEd3Yx .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOLVEd3Yx .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOLVEd3Yx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOLVEd3Yx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOLVEd3Yx .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOLVEd3Yx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOLVEd3Yx img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOLVEd3Yx .item {
    justify-content: center;
  }
  .cid-sJOLVEd3Yx .quote::after {
    left: 60px;
  }
}
.cid-sJOLVEd3Yx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOLVEd3Yx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOLVEd3Yx .text1 {
  color: #ffffff;
}
.cid-sJOLVEd3Yx .item-title {
  color: #ffffff;
}
.cid-sJOLVEd3Yx H5 {
  color: #ffffff;
}
.cid-sJOLVEd3Yx .theme {
  color: #ffffff;
}
.cid-sJOLVEd3Yx .copyright > p {
  color: #ff3366;
}
.cid-sJOLVEd3Yx .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJONJYCnA6 {
  overflow-x: hidden !important;
}
.cid-sJONJYCnA6,
.cid-sJONJYCnA6 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJONJYCnA6 .mbr-section-title {
  color: #ffffff;
}
.cid-sJONJYCnA6 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJONJYCnA6 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJONJYCnA6 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJONJYCnA6 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJONJYCnA6 .mbr-overlay {
  z-index: 1;
}
.cid-sJONJYCnA6 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJONJZauTW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJONJZauTW .mbr-text {
  text-align: justify;
}
.cid-sJONJZauTW .mbr-section-title {
  text-align: left;
}
.cid-udsx92Fd5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsx92Fd5P .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsx92Fd5P .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsx92Fd5P .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsx92Fd5P .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsx92Fd5P .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsx92Fd5P .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsx92Fd5P .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsx92Fd5P .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsx92Fd5P .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsx92Fd5P .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsx92Fd5P .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsx92Fd5P .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsx92Fd5P .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsx92Fd5P .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsx92Fd5P [class^="socicon-"]:before,
.cid-udsx92Fd5P [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsx92Fd5P .mbr-section-title,
.cid-udsx92Fd5P .mbr-social-likes {
  color: #2b6549;
}
.cid-sJONJZEWEe {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJONJZEWEe .container {
  max-width: 1400px;
}
.cid-sJONJZEWEe .card-img2 span {
  padding-top: 6px;
}
.cid-sJONJZEWEe .soc-item a {
  padding-top: 5px;
}
.cid-sJONJZEWEe .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJONJZEWEe .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJONJZEWEe .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJONJZEWEe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJONJZEWEe svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJONJZEWEe #e2_shape {
  fill: #ffffff !important;
}
.cid-sJONJZEWEe .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJONJZEWEe .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJONJZEWEe .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJONJZEWEe .card-img {
  width: auto;
}
.cid-sJONJZEWEe .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJONJZEWEe .soc-item span {
  font-size: 1.4rem;
}
.cid-sJONJZEWEe .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJONJZEWEe .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJONJZEWEe .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJONJZEWEe .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJONJZEWEe .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJONJZEWEe img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJONJZEWEe .item {
    justify-content: center;
  }
  .cid-sJONJZEWEe .quote::after {
    left: 60px;
  }
}
.cid-sJONJZEWEe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJONJZEWEe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJONJZEWEe .text1 {
  color: #ffffff;
}
.cid-sJONJZEWEe .item-title {
  color: #ffffff;
}
.cid-sJONJZEWEe H5 {
  color: #ffffff;
}
.cid-sJONJZEWEe .theme {
  color: #ffffff;
}
.cid-sJONJZEWEe .copyright > p {
  color: #ff3366;
}
.cid-sJONJZEWEe .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOOgcYy6K {
  overflow-x: hidden !important;
}
.cid-sJOOgcYy6K,
.cid-sJOOgcYy6K .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOOgcYy6K .mbr-section-title {
  color: #ffffff;
}
.cid-sJOOgcYy6K .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOOgcYy6K .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOOgcYy6K .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOOgcYy6K .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOOgcYy6K .mbr-overlay {
  z-index: 1;
}
.cid-sJOOgcYy6K .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOOgddlUc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOOgddlUc .mbr-text {
  text-align: justify;
}
.cid-sJOOgddlUc .mbr-section-title {
  text-align: left;
}
.cid-udsx5Xb3Oi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsx5Xb3Oi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsx5Xb3Oi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsx5Xb3Oi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsx5Xb3Oi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsx5Xb3Oi .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsx5Xb3Oi .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsx5Xb3Oi .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsx5Xb3Oi .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsx5Xb3Oi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsx5Xb3Oi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsx5Xb3Oi .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsx5Xb3Oi .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsx5Xb3Oi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsx5Xb3Oi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsx5Xb3Oi [class^="socicon-"]:before,
.cid-udsx5Xb3Oi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsx5Xb3Oi .mbr-section-title,
.cid-udsx5Xb3Oi .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOOgdDd2Q {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOOgdDd2Q .container {
  max-width: 1400px;
}
.cid-sJOOgdDd2Q .card-img2 span {
  padding-top: 6px;
}
.cid-sJOOgdDd2Q .soc-item a {
  padding-top: 5px;
}
.cid-sJOOgdDd2Q .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOOgdDd2Q .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOOgdDd2Q .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOOgdDd2Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOOgdDd2Q svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOOgdDd2Q #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOOgdDd2Q .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOOgdDd2Q .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOOgdDd2Q .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOOgdDd2Q .card-img {
  width: auto;
}
.cid-sJOOgdDd2Q .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOOgdDd2Q .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOOgdDd2Q .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOOgdDd2Q .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOOgdDd2Q .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOOgdDd2Q .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOOgdDd2Q .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOOgdDd2Q img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOOgdDd2Q .item {
    justify-content: center;
  }
  .cid-sJOOgdDd2Q .quote::after {
    left: 60px;
  }
}
.cid-sJOOgdDd2Q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOOgdDd2Q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOOgdDd2Q .text1 {
  color: #ffffff;
}
.cid-sJOOgdDd2Q .item-title {
  color: #ffffff;
}
.cid-sJOOgdDd2Q H5 {
  color: #ffffff;
}
.cid-sJOOgdDd2Q .theme {
  color: #ffffff;
}
.cid-sJOOgdDd2Q .copyright > p {
  color: #ff3366;
}
.cid-sJOOgdDd2Q .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOODU2cpO {
  overflow-x: hidden !important;
}
.cid-sJOODU2cpO,
.cid-sJOODU2cpO .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOODU2cpO .mbr-section-title {
  color: #ffffff;
}
.cid-sJOODU2cpO .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOODU2cpO .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOODU2cpO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOODU2cpO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOODU2cpO .mbr-overlay {
  z-index: 1;
}
.cid-sJOODU2cpO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOODUjLgA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOODUjLgA .mbr-text {
  text-align: justify;
}
.cid-sJOODUjLgA .mbr-section-title {
  text-align: left;
}
.cid-udsx32C5ya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsx32C5ya .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsx32C5ya .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsx32C5ya .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsx32C5ya .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsx32C5ya .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsx32C5ya .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsx32C5ya .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsx32C5ya .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsx32C5ya .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsx32C5ya .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsx32C5ya .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsx32C5ya .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsx32C5ya .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsx32C5ya .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsx32C5ya [class^="socicon-"]:before,
.cid-udsx32C5ya [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsx32C5ya .mbr-section-title,
.cid-udsx32C5ya .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOODUEcFx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOODUEcFx .container {
  max-width: 1400px;
}
.cid-sJOODUEcFx .card-img2 span {
  padding-top: 6px;
}
.cid-sJOODUEcFx .soc-item a {
  padding-top: 5px;
}
.cid-sJOODUEcFx .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOODUEcFx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOODUEcFx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOODUEcFx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOODUEcFx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOODUEcFx #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOODUEcFx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOODUEcFx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOODUEcFx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOODUEcFx .card-img {
  width: auto;
}
.cid-sJOODUEcFx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOODUEcFx .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOODUEcFx .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOODUEcFx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOODUEcFx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOODUEcFx .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOODUEcFx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOODUEcFx img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOODUEcFx .item {
    justify-content: center;
  }
  .cid-sJOODUEcFx .quote::after {
    left: 60px;
  }
}
.cid-sJOODUEcFx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOODUEcFx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOODUEcFx .text1 {
  color: #ffffff;
}
.cid-sJOODUEcFx .item-title {
  color: #ffffff;
}
.cid-sJOODUEcFx H5 {
  color: #ffffff;
}
.cid-sJOODUEcFx .theme {
  color: #ffffff;
}
.cid-sJOODUEcFx .copyright > p {
  color: #ff3366;
}
.cid-sJOODUEcFx .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOP6aBBZg {
  overflow-x: hidden !important;
}
.cid-sJOP6aBBZg,
.cid-sJOP6aBBZg .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOP6aBBZg .mbr-section-title {
  color: #ffffff;
}
.cid-sJOP6aBBZg .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOP6aBBZg .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOP6aBBZg .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOP6aBBZg .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOP6aBBZg .mbr-overlay {
  z-index: 1;
}
.cid-sJOP6aBBZg .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOP6aRHZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOP6aRHZt .mbr-text {
  text-align: justify;
}
.cid-sJOP6aRHZt .mbr-section-title {
  text-align: left;
}
.cid-udswZLyFnL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswZLyFnL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswZLyFnL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswZLyFnL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswZLyFnL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswZLyFnL .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswZLyFnL .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswZLyFnL .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswZLyFnL .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswZLyFnL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswZLyFnL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswZLyFnL .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswZLyFnL .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswZLyFnL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswZLyFnL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswZLyFnL [class^="socicon-"]:before,
.cid-udswZLyFnL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswZLyFnL .mbr-section-title,
.cid-udswZLyFnL .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOP6bjISU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOP6bjISU .container {
  max-width: 1400px;
}
.cid-sJOP6bjISU .card-img2 span {
  padding-top: 6px;
}
.cid-sJOP6bjISU .soc-item a {
  padding-top: 5px;
}
.cid-sJOP6bjISU .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOP6bjISU .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOP6bjISU .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOP6bjISU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOP6bjISU svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOP6bjISU #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOP6bjISU .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOP6bjISU .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOP6bjISU .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOP6bjISU .card-img {
  width: auto;
}
.cid-sJOP6bjISU .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOP6bjISU .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOP6bjISU .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOP6bjISU .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOP6bjISU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOP6bjISU .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOP6bjISU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOP6bjISU img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOP6bjISU .item {
    justify-content: center;
  }
  .cid-sJOP6bjISU .quote::after {
    left: 60px;
  }
}
.cid-sJOP6bjISU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOP6bjISU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOP6bjISU .text1 {
  color: #ffffff;
}
.cid-sJOP6bjISU .item-title {
  color: #ffffff;
}
.cid-sJOP6bjISU H5 {
  color: #ffffff;
}
.cid-sJOP6bjISU .theme {
  color: #ffffff;
}
.cid-sJOP6bjISU .copyright > p {
  color: #ff3366;
}
.cid-sJOP6bjISU .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOPDYjpyq {
  overflow-x: hidden !important;
}
.cid-sJOPDYjpyq,
.cid-sJOPDYjpyq .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOPDYjpyq .mbr-section-title {
  color: #ffffff;
}
.cid-sJOPDYjpyq .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOPDYjpyq .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOPDYjpyq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOPDYjpyq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOPDYjpyq .mbr-overlay {
  z-index: 1;
}
.cid-sJOPDYjpyq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOPDYAFHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOPDYAFHw .mbr-text {
  text-align: justify;
}
.cid-sJOPDYAFHw .mbr-section-title {
  text-align: left;
}
.cid-udswWQ5ryi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswWQ5ryi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswWQ5ryi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswWQ5ryi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswWQ5ryi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswWQ5ryi .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswWQ5ryi .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswWQ5ryi .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswWQ5ryi .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswWQ5ryi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswWQ5ryi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswWQ5ryi .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswWQ5ryi .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswWQ5ryi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswWQ5ryi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswWQ5ryi [class^="socicon-"]:before,
.cid-udswWQ5ryi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswWQ5ryi .mbr-section-title,
.cid-udswWQ5ryi .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOPDYURwM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOPDYURwM .container {
  max-width: 1400px;
}
.cid-sJOPDYURwM .card-img2 span {
  padding-top: 6px;
}
.cid-sJOPDYURwM .soc-item a {
  padding-top: 5px;
}
.cid-sJOPDYURwM .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOPDYURwM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOPDYURwM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOPDYURwM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOPDYURwM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOPDYURwM #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOPDYURwM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOPDYURwM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOPDYURwM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOPDYURwM .card-img {
  width: auto;
}
.cid-sJOPDYURwM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOPDYURwM .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOPDYURwM .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOPDYURwM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOPDYURwM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOPDYURwM .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOPDYURwM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOPDYURwM img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOPDYURwM .item {
    justify-content: center;
  }
  .cid-sJOPDYURwM .quote::after {
    left: 60px;
  }
}
.cid-sJOPDYURwM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOPDYURwM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOPDYURwM .text1 {
  color: #ffffff;
}
.cid-sJOPDYURwM .item-title {
  color: #ffffff;
}
.cid-sJOPDYURwM H5 {
  color: #ffffff;
}
.cid-sJOPDYURwM .theme {
  color: #ffffff;
}
.cid-sJOPDYURwM .copyright > p {
  color: #ff3366;
}
.cid-sJOPDYURwM .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOQ7GwOhd {
  overflow-x: hidden !important;
}
.cid-sJOQ7GwOhd,
.cid-sJOQ7GwOhd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOQ7GwOhd .mbr-section-title {
  color: #ffffff;
}
.cid-sJOQ7GwOhd .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOQ7GwOhd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOQ7GwOhd .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOQ7GwOhd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOQ7GwOhd .mbr-overlay {
  z-index: 1;
}
.cid-sJOQ7GwOhd .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOQ7GLTZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOQ7GLTZD .mbr-text {
  text-align: justify;
}
.cid-sJOQ7GLTZD .mbr-section-title {
  text-align: left;
}
.cid-udswTcjcdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswTcjcdd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswTcjcdd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswTcjcdd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswTcjcdd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswTcjcdd .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswTcjcdd .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswTcjcdd .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswTcjcdd .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswTcjcdd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswTcjcdd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswTcjcdd .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswTcjcdd .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswTcjcdd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswTcjcdd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswTcjcdd [class^="socicon-"]:before,
.cid-udswTcjcdd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswTcjcdd .mbr-section-title,
.cid-udswTcjcdd .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOQ7HjCW4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOQ7HjCW4 .container {
  max-width: 1400px;
}
.cid-sJOQ7HjCW4 .card-img2 span {
  padding-top: 6px;
}
.cid-sJOQ7HjCW4 .soc-item a {
  padding-top: 5px;
}
.cid-sJOQ7HjCW4 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOQ7HjCW4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOQ7HjCW4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOQ7HjCW4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOQ7HjCW4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOQ7HjCW4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOQ7HjCW4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOQ7HjCW4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOQ7HjCW4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOQ7HjCW4 .card-img {
  width: auto;
}
.cid-sJOQ7HjCW4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOQ7HjCW4 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOQ7HjCW4 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOQ7HjCW4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOQ7HjCW4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOQ7HjCW4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOQ7HjCW4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOQ7HjCW4 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOQ7HjCW4 .item {
    justify-content: center;
  }
  .cid-sJOQ7HjCW4 .quote::after {
    left: 60px;
  }
}
.cid-sJOQ7HjCW4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOQ7HjCW4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOQ7HjCW4 .text1 {
  color: #ffffff;
}
.cid-sJOQ7HjCW4 .item-title {
  color: #ffffff;
}
.cid-sJOQ7HjCW4 H5 {
  color: #ffffff;
}
.cid-sJOQ7HjCW4 .theme {
  color: #ffffff;
}
.cid-sJOQ7HjCW4 .copyright > p {
  color: #ff3366;
}
.cid-sJOQ7HjCW4 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOQH9QAhI {
  overflow-x: hidden !important;
}
.cid-sJOQH9QAhI,
.cid-sJOQH9QAhI .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOQH9QAhI .mbr-section-title {
  color: #ffffff;
}
.cid-sJOQH9QAhI .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOQH9QAhI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOQH9QAhI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOQH9QAhI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOQH9QAhI .mbr-overlay {
  z-index: 1;
}
.cid-sJOQH9QAhI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOQHa79hb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOQHa79hb .mbr-text {
  text-align: justify;
}
.cid-sJOQHa79hb .mbr-section-title {
  text-align: left;
}
.cid-udswQjgiX6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udswQjgiX6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udswQjgiX6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udswQjgiX6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udswQjgiX6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udswQjgiX6 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udswQjgiX6 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udswQjgiX6 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udswQjgiX6 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udswQjgiX6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udswQjgiX6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udswQjgiX6 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udswQjgiX6 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udswQjgiX6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udswQjgiX6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udswQjgiX6 [class^="socicon-"]:before,
.cid-udswQjgiX6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udswQjgiX6 .mbr-section-title,
.cid-udswQjgiX6 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOQHasSy3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOQHasSy3 .container {
  max-width: 1400px;
}
.cid-sJOQHasSy3 .card-img2 span {
  padding-top: 6px;
}
.cid-sJOQHasSy3 .soc-item a {
  padding-top: 5px;
}
.cid-sJOQHasSy3 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOQHasSy3 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOQHasSy3 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOQHasSy3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOQHasSy3 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOQHasSy3 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOQHasSy3 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOQHasSy3 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOQHasSy3 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOQHasSy3 .card-img {
  width: auto;
}
.cid-sJOQHasSy3 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOQHasSy3 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOQHasSy3 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOQHasSy3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOQHasSy3 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOQHasSy3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOQHasSy3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOQHasSy3 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOQHasSy3 .item {
    justify-content: center;
  }
  .cid-sJOQHasSy3 .quote::after {
    left: 60px;
  }
}
.cid-sJOQHasSy3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOQHasSy3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOQHasSy3 .text1 {
  color: #ffffff;
}
.cid-sJOQHasSy3 .item-title {
  color: #ffffff;
}
.cid-sJOQHasSy3 H5 {
  color: #ffffff;
}
.cid-sJOQHasSy3 .theme {
  color: #ffffff;
}
.cid-sJOQHasSy3 .copyright > p {
  color: #ff3366;
}
.cid-sJOQHasSy3 .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sTVwYli07Z {
  overflow-x: hidden !important;
}
.cid-sTVwYli07Z,
.cid-sTVwYli07Z .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sTVwYli07Z .mbr-section-title {
  color: #ffffff;
}
.cid-sTVwYli07Z .mbr-section-title span {
  color: #2b6549;
}
.cid-sTVwYli07Z .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sTVwYli07Z .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sTVwYli07Z .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sTVwYli07Z .mbr-overlay {
  z-index: 1;
}
.cid-sTVwYli07Z .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sTVwYlvG1E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTVwYlvG1E .mbr-text {
  text-align: justify;
}
.cid-sTVwYlvG1E .mbr-section-title {
  text-align: left;
}
.cid-udsxJzXPui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxJzXPui .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxJzXPui .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxJzXPui .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxJzXPui .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxJzXPui .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxJzXPui .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxJzXPui .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxJzXPui .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxJzXPui .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxJzXPui .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxJzXPui .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxJzXPui .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxJzXPui .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxJzXPui .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxJzXPui [class^="socicon-"]:before,
.cid-udsxJzXPui [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxJzXPui .mbr-section-title,
.cid-udsxJzXPui .mbr-social-likes {
  color: #2b6549;
}
.cid-sTVwYlOTnI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sTVwYlOTnI .container {
  max-width: 1400px;
}
.cid-sTVwYlOTnI .card-img2 span {
  padding-top: 6px;
}
.cid-sTVwYlOTnI .soc-item a {
  padding-top: 5px;
}
.cid-sTVwYlOTnI .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sTVwYlOTnI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sTVwYlOTnI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sTVwYlOTnI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sTVwYlOTnI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sTVwYlOTnI #e2_shape {
  fill: #ffffff !important;
}
.cid-sTVwYlOTnI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sTVwYlOTnI .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sTVwYlOTnI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sTVwYlOTnI .card-img {
  width: auto;
}
.cid-sTVwYlOTnI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sTVwYlOTnI .soc-item span {
  font-size: 1.4rem;
}
.cid-sTVwYlOTnI .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sTVwYlOTnI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sTVwYlOTnI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sTVwYlOTnI .media-wrap {
  margin-bottom: 1rem;
}
.cid-sTVwYlOTnI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sTVwYlOTnI img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sTVwYlOTnI .item {
    justify-content: center;
  }
  .cid-sTVwYlOTnI .quote::after {
    left: 60px;
  }
}
.cid-sTVwYlOTnI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sTVwYlOTnI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTVwYlOTnI .text1 {
  color: #ffffff;
}
.cid-sTVwYlOTnI .item-title {
  color: #ffffff;
}
.cid-sTVwYlOTnI H5 {
  color: #ffffff;
}
.cid-sTVwYlOTnI .theme {
  color: #ffffff;
}
.cid-sTVwYlOTnI .copyright > p {
  color: #ff3366;
}
.cid-sTVwYlOTnI .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tULgZWpcek {
  overflow-x: hidden !important;
}
.cid-tULgZWpcek,
.cid-tULgZWpcek .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tULgZWpcek .mbr-section-title {
  color: #ffffff;
}
.cid-tULgZWpcek .mbr-section-title span {
  color: #2b6549;
}
.cid-tULgZWpcek .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tULgZWpcek .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tULgZWpcek .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tULgZWpcek .mbr-overlay {
  z-index: 1;
}
.cid-tULgZWpcek .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tULgZWEUrg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tULgZWEUrg .mbr-text {
  text-align: justify;
}
.cid-tULgZWEUrg .mbr-section-title {
  text-align: left;
}
.cid-udsvpQX3pN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvpQX3pN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvpQX3pN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvpQX3pN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvpQX3pN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvpQX3pN .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvpQX3pN .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvpQX3pN .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvpQX3pN .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvpQX3pN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvpQX3pN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvpQX3pN .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvpQX3pN .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvpQX3pN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvpQX3pN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvpQX3pN [class^="socicon-"]:before,
.cid-udsvpQX3pN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvpQX3pN .mbr-section-title,
.cid-udsvpQX3pN .mbr-social-likes {
  color: #2b6549;
}
.cid-tULgZWZPaH {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-tULgZWZPaH .container {
  max-width: 1400px;
}
.cid-tULgZWZPaH .card-img2 span {
  padding-top: 6px;
}
.cid-tULgZWZPaH .soc-item a {
  padding-top: 5px;
}
.cid-tULgZWZPaH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tULgZWZPaH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tULgZWZPaH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tULgZWZPaH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tULgZWZPaH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tULgZWZPaH #e2_shape {
  fill: #ffffff !important;
}
.cid-tULgZWZPaH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tULgZWZPaH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tULgZWZPaH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tULgZWZPaH .card-img {
  width: auto;
}
.cid-tULgZWZPaH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tULgZWZPaH .soc-item span {
  font-size: 1.4rem;
}
.cid-tULgZWZPaH .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-tULgZWZPaH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tULgZWZPaH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tULgZWZPaH .media-wrap {
  margin-bottom: 1rem;
}
.cid-tULgZWZPaH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tULgZWZPaH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tULgZWZPaH .item {
    justify-content: center;
  }
  .cid-tULgZWZPaH .quote::after {
    left: 60px;
  }
}
.cid-tULgZWZPaH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tULgZWZPaH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tULgZWZPaH .text1 {
  color: #ffffff;
}
.cid-tULgZWZPaH .item-title {
  color: #ffffff;
}
.cid-tULgZWZPaH H5 {
  color: #ffffff;
}
.cid-tULgZWZPaH .theme {
  color: #ffffff;
}
.cid-tULgZWZPaH .copyright > p {
  color: #ff3366;
}
.cid-tULgZWZPaH .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tKtmBWKi2F {
  overflow-x: hidden !important;
}
.cid-tKtmBWKi2F,
.cid-tKtmBWKi2F .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tKtmBWKi2F .mbr-section-title {
  color: #ffffff;
}
.cid-tKtmBWKi2F .mbr-section-title span {
  color: #2b6549;
}
.cid-tKtmBWKi2F .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tKtmBWKi2F .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tKtmBWKi2F .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tKtmBWKi2F .mbr-overlay {
  z-index: 1;
}
.cid-tKtmBWKi2F .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tKtmBWUftH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKtmBWUftH .mbr-text {
  text-align: justify;
}
.cid-tKtmBWUftH .mbr-section-title {
  text-align: left;
}
.cid-udsvuk7bAG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsvuk7bAG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsvuk7bAG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsvuk7bAG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsvuk7bAG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsvuk7bAG .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsvuk7bAG .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsvuk7bAG .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsvuk7bAG .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsvuk7bAG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsvuk7bAG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsvuk7bAG .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsvuk7bAG .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsvuk7bAG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsvuk7bAG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsvuk7bAG [class^="socicon-"]:before,
.cid-udsvuk7bAG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsvuk7bAG .mbr-section-title,
.cid-udsvuk7bAG .mbr-social-likes {
  color: #2b6549;
}
.cid-tKtmBXh0hK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-tKtmBXh0hK .container {
  max-width: 1400px;
}
.cid-tKtmBXh0hK .card-img2 span {
  padding-top: 6px;
}
.cid-tKtmBXh0hK .soc-item a {
  padding-top: 5px;
}
.cid-tKtmBXh0hK .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tKtmBXh0hK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tKtmBXh0hK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tKtmBXh0hK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tKtmBXh0hK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tKtmBXh0hK #e2_shape {
  fill: #ffffff !important;
}
.cid-tKtmBXh0hK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tKtmBXh0hK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tKtmBXh0hK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKtmBXh0hK .card-img {
  width: auto;
}
.cid-tKtmBXh0hK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tKtmBXh0hK .soc-item span {
  font-size: 1.4rem;
}
.cid-tKtmBXh0hK .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-tKtmBXh0hK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tKtmBXh0hK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tKtmBXh0hK .media-wrap {
  margin-bottom: 1rem;
}
.cid-tKtmBXh0hK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKtmBXh0hK img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tKtmBXh0hK .item {
    justify-content: center;
  }
  .cid-tKtmBXh0hK .quote::after {
    left: 60px;
  }
}
.cid-tKtmBXh0hK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tKtmBXh0hK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKtmBXh0hK .text1 {
  color: #ffffff;
}
.cid-tKtmBXh0hK .item-title {
  color: #ffffff;
}
.cid-tKtmBXh0hK H5 {
  color: #ffffff;
}
.cid-tKtmBXh0hK .theme {
  color: #ffffff;
}
.cid-tKtmBXh0hK .copyright > p {
  color: #ff3366;
}
.cid-tKtmBXh0hK .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sJOLcArA6y {
  overflow-x: hidden !important;
}
.cid-sJOLcArA6y,
.cid-sJOLcArA6y .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJOLcArA6y .mbr-section-title {
  color: #ffffff;
}
.cid-sJOLcArA6y .mbr-section-title span {
  color: #2b6549;
}
.cid-sJOLcArA6y .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJOLcArA6y .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sJOLcArA6y .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJOLcArA6y .mbr-overlay {
  z-index: 1;
}
.cid-sJOLcArA6y .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sJOLcBfJt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJOLcBfJt0 .mbr-text {
  text-align: justify;
}
.cid-sJOLcBfJt0 .mbr-section-title {
  text-align: left;
}
.cid-udsxiBemlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxiBemlr .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxiBemlr .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxiBemlr .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxiBemlr .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxiBemlr .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxiBemlr .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxiBemlr .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxiBemlr .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxiBemlr .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxiBemlr .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxiBemlr .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxiBemlr .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxiBemlr .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxiBemlr .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxiBemlr [class^="socicon-"]:before,
.cid-udsxiBemlr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxiBemlr .mbr-section-title,
.cid-udsxiBemlr .mbr-social-likes {
  color: #2b6549;
}
.cid-sJOLcC06xF {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJOLcC06xF .container {
  max-width: 1400px;
}
.cid-sJOLcC06xF .card-img2 span {
  padding-top: 6px;
}
.cid-sJOLcC06xF .soc-item a {
  padding-top: 5px;
}
.cid-sJOLcC06xF .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJOLcC06xF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJOLcC06xF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJOLcC06xF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJOLcC06xF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJOLcC06xF #e2_shape {
  fill: #ffffff !important;
}
.cid-sJOLcC06xF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJOLcC06xF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sJOLcC06xF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJOLcC06xF .card-img {
  width: auto;
}
.cid-sJOLcC06xF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sJOLcC06xF .soc-item span {
  font-size: 1.4rem;
}
.cid-sJOLcC06xF .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJOLcC06xF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJOLcC06xF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJOLcC06xF .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJOLcC06xF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJOLcC06xF img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJOLcC06xF .item {
    justify-content: center;
  }
  .cid-sJOLcC06xF .quote::after {
    left: 60px;
  }
}
.cid-sJOLcC06xF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJOLcC06xF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJOLcC06xF .text1 {
  color: #ffffff;
}
.cid-sJOLcC06xF .item-title {
  color: #ffffff;
}
.cid-sJOLcC06xF H5 {
  color: #ffffff;
}
.cid-sJOLcC06xF .theme {
  color: #ffffff;
}
.cid-sJOLcC06xF .copyright > p {
  color: #ff3366;
}
.cid-sJOLcC06xF .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u2PHoLra6D {
  overflow-x: hidden !important;
}
.cid-u2PHoLra6D,
.cid-u2PHoLra6D .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-u2PHoLra6D .mbr-section-title {
  color: #ffffff;
}
.cid-u2PHoLra6D .mbr-section-title span {
  color: #2b6549;
}
.cid-u2PHoLra6D .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-u2PHoLra6D .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-u2PHoLra6D .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u2PHoLra6D .mbr-overlay {
  z-index: 1;
}
.cid-u2PHoLra6D .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u2PHoLDbBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2PHoLDbBv .mbr-text {
  text-align: justify;
}
.cid-u2PHoLDbBv .mbr-section-title {
  text-align: left;
}
.cid-udsxmbwOmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxmbwOmn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxmbwOmn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxmbwOmn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxmbwOmn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxmbwOmn .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxmbwOmn .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxmbwOmn .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxmbwOmn .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxmbwOmn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxmbwOmn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxmbwOmn .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxmbwOmn .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxmbwOmn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxmbwOmn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxmbwOmn [class^="socicon-"]:before,
.cid-udsxmbwOmn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxmbwOmn .mbr-section-title,
.cid-udsxmbwOmn .mbr-social-likes {
  color: #2b6549;
}
.cid-u2PHoM506N {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-u2PHoM506N .container {
  max-width: 1400px;
}
.cid-u2PHoM506N .card-img2 span {
  padding-top: 6px;
}
.cid-u2PHoM506N .soc-item a {
  padding-top: 5px;
}
.cid-u2PHoM506N .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-u2PHoM506N .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u2PHoM506N .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u2PHoM506N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2PHoM506N svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u2PHoM506N #e2_shape {
  fill: #ffffff !important;
}
.cid-u2PHoM506N .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u2PHoM506N .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u2PHoM506N .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2PHoM506N .card-img {
  width: auto;
}
.cid-u2PHoM506N .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u2PHoM506N .soc-item span {
  font-size: 1.4rem;
}
.cid-u2PHoM506N .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-u2PHoM506N .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u2PHoM506N .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u2PHoM506N .media-wrap {
  margin-bottom: 1rem;
}
.cid-u2PHoM506N .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2PHoM506N img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-u2PHoM506N .item {
    justify-content: center;
  }
  .cid-u2PHoM506N .quote::after {
    left: 60px;
  }
}
.cid-u2PHoM506N .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u2PHoM506N .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2PHoM506N .text1 {
  color: #ffffff;
}
.cid-u2PHoM506N .item-title {
  color: #ffffff;
}
.cid-u2PHoM506N H5 {
  color: #ffffff;
}
.cid-u2PHoM506N .theme {
  color: #ffffff;
}
.cid-u2PHoM506N .copyright > p {
  color: #ff3366;
}
.cid-u2PHoM506N .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u448TTqE4f {
  overflow-x: hidden !important;
}
.cid-u448TTqE4f,
.cid-u448TTqE4f .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-u448TTqE4f .mbr-section-title {
  color: #ffffff;
}
.cid-u448TTqE4f .mbr-section-title span {
  color: #2b6549;
}
.cid-u448TTqE4f .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-u448TTqE4f .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-u448TTqE4f .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u448TTqE4f .mbr-overlay {
  z-index: 1;
}
.cid-u448TTqE4f .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u448TTBClj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u448TTBClj .mbr-text {
  text-align: justify;
}
.cid-u448TTBClj .mbr-section-title {
  text-align: left;
}
.cid-udsxPzAZCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxPzAZCv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxPzAZCv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxPzAZCv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxPzAZCv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxPzAZCv .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxPzAZCv .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxPzAZCv .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxPzAZCv .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxPzAZCv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxPzAZCv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxPzAZCv .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxPzAZCv .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxPzAZCv .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxPzAZCv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxPzAZCv [class^="socicon-"]:before,
.cid-udsxPzAZCv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxPzAZCv .mbr-section-title,
.cid-udsxPzAZCv .mbr-social-likes {
  color: #2b6549;
}
.cid-u448TTYXym {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-u448TTYXym .container {
  max-width: 1400px;
}
.cid-u448TTYXym .card-img2 span {
  padding-top: 6px;
}
.cid-u448TTYXym .soc-item a {
  padding-top: 5px;
}
.cid-u448TTYXym .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-u448TTYXym .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u448TTYXym .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u448TTYXym .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u448TTYXym svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u448TTYXym #e2_shape {
  fill: #ffffff !important;
}
.cid-u448TTYXym .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u448TTYXym .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u448TTYXym .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u448TTYXym .card-img {
  width: auto;
}
.cid-u448TTYXym .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u448TTYXym .soc-item span {
  font-size: 1.4rem;
}
.cid-u448TTYXym .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-u448TTYXym .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u448TTYXym .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u448TTYXym .media-wrap {
  margin-bottom: 1rem;
}
.cid-u448TTYXym .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u448TTYXym img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-u448TTYXym .item {
    justify-content: center;
  }
  .cid-u448TTYXym .quote::after {
    left: 60px;
  }
}
.cid-u448TTYXym .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u448TTYXym .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u448TTYXym .text1 {
  color: #ffffff;
}
.cid-u448TTYXym .item-title {
  color: #ffffff;
}
.cid-u448TTYXym H5 {
  color: #ffffff;
}
.cid-u448TTYXym .theme {
  color: #ffffff;
}
.cid-u448TTYXym .copyright > p {
  color: #ff3366;
}
.cid-u448TTYXym .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uatGFnM8Yv {
  overflow-x: hidden !important;
}
.cid-uatGFnM8Yv,
.cid-uatGFnM8Yv .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uatGFnM8Yv .mbr-section-title {
  color: #ffffff;
}
.cid-uatGFnM8Yv .mbr-section-title span {
  color: #2b6549;
}
.cid-uatGFnM8Yv .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uatGFnM8Yv .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uatGFnM8Yv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uatGFnM8Yv .mbr-overlay {
  z-index: 1;
}
.cid-uatGFnM8Yv .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uatGFnXySX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uatGFnXySX .mbr-text {
  text-align: justify;
}
.cid-uatGFnXySX .mbr-section-title {
  text-align: left;
}
.cid-udsxvjVvOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsxvjVvOl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsxvjVvOl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsxvjVvOl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsxvjVvOl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsxvjVvOl .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsxvjVvOl .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsxvjVvOl .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsxvjVvOl .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsxvjVvOl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsxvjVvOl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsxvjVvOl .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsxvjVvOl .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsxvjVvOl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udsxvjVvOl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsxvjVvOl [class^="socicon-"]:before,
.cid-udsxvjVvOl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsxvjVvOl .mbr-section-title,
.cid-udsxvjVvOl .mbr-social-likes {
  color: #2b6549;
}
.cid-uatGFonUDp {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-uatGFonUDp .container {
  max-width: 1400px;
}
.cid-uatGFonUDp .card-img2 span {
  padding-top: 6px;
}
.cid-uatGFonUDp .soc-item a {
  padding-top: 5px;
}
.cid-uatGFonUDp .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-uatGFonUDp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uatGFonUDp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uatGFonUDp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uatGFonUDp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uatGFonUDp #e2_shape {
  fill: #ffffff !important;
}
.cid-uatGFonUDp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uatGFonUDp .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uatGFonUDp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uatGFonUDp .card-img {
  width: auto;
}
.cid-uatGFonUDp .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uatGFonUDp .soc-item span {
  font-size: 1.4rem;
}
.cid-uatGFonUDp .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-uatGFonUDp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uatGFonUDp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uatGFonUDp .media-wrap {
  margin-bottom: 1rem;
}
.cid-uatGFonUDp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uatGFonUDp img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-uatGFonUDp .item {
    justify-content: center;
  }
  .cid-uatGFonUDp .quote::after {
    left: 60px;
  }
}
.cid-uatGFonUDp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uatGFonUDp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uatGFonUDp .text1 {
  color: #ffffff;
}
.cid-uatGFonUDp .item-title {
  color: #ffffff;
}
.cid-uatGFonUDp H5 {
  color: #ffffff;
}
.cid-uatGFonUDp .theme {
  color: #ffffff;
}
.cid-uatGFonUDp .copyright > p {
  color: #ff3366;
}
.cid-uatGFonUDp .text2 {
  color: #ffffff;
}
.cid-uywfSFlMd5 {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-uywfSFlMd5 .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-uywfSFlMd5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uywfSFlMd5 .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-uywfSFlMd5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uywfSFlMd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uywfSFlMd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uywfSFlMd5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uywfSFlMd5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uywfSFlMd5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uywfSFlMd5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uywfSFlMd5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uywfSFlMd5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uywfSFlMd5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uywfSFlMd5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uywfSFlMd5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uywfSFlMd5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uywfSFlMd5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uywfSFlMd5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uywfSFlMd5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uywfSFlMd5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uywfSFlMd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uywfSFlMd5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uywfSFlMd5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uywfSFlMd5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uywfSFlMd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uywfSFlMd5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uywfSFlMd5 .nav-item:focus,
.cid-uywfSFlMd5 .nav-link:focus {
  outline: none;
}
.cid-uywfSFlMd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uywfSFlMd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uywfSFlMd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uywfSFlMd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uywfSFlMd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uywfSFlMd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uywfSFlMd5 .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-uywfSFlMd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uywfSFlMd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uywfSFlMd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uywfSFlMd5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uywfSFlMd5 .navbar.collapsed {
  justify-content: center;
}
.cid-uywfSFlMd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uywfSFlMd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uywfSFlMd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uywfSFlMd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uywfSFlMd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uywfSFlMd5 .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-uywfSFlMd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uywfSFlMd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uywfSFlMd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uywfSFlMd5 .navbar {
    min-height: 72px;
  }
  .cid-uywfSFlMd5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uywfSFlMd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uywfSFlMd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uywfSFlMd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uywfSFlMd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uywfSFlMd5 .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-uywfSFlMd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uywfSFlMd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uywfSFlMd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uywfSFlMd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uywfSFlMd5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uywfSFlMd5 .dropdown-item.active,
.cid-uywfSFlMd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uywfSFlMd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uywfSFlMd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uywfSFlMd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uywfSFlMd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uywfSFlMd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uywfSFlMd5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uywfSFlMd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uywfSFlMd5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uywfSFlMd5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uywfSFlMd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uywfSFlMd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uywfSFlMd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uywfSFlMd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uywfSFlMd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uywfSFlMd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uywfSFlMd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uywfSFlMd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uywfSFlMd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uywfSFlMd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uywfSFlMd5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uywfSFlMd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uywfSFlMd5 .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-uywfSFlMd5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uywfSFlMd5 .navbar {
    height: 70px;
  }
  .cid-uywfSFlMd5 .navbar.opened {
    height: auto;
  }
  .cid-uywfSFlMd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uywfSFlMd5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uywfSFlMd5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uywfSFlMd5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uywfSFlMd5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uywfSFlMd5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uywfSFlMd5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uywfSFlMd5 .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-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uywfSFlMd5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uywfSFlMd5 .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-uywfSFlMd5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uywfSFlMd5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uywfSFESvl {
  overflow-x: hidden !important;
}
.cid-uywfSFESvl,
.cid-uywfSFESvl .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uywfSFESvl .mbr-section-title {
  color: #ffffff;
}
.cid-uywfSFESvl .mbr-section-title span {
  color: #2b6549;
}
.cid-uywfSFESvl .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uywfSFESvl .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uywfSFESvl .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uywfSFESvl .mbr-overlay {
  z-index: 1;
}
.cid-uywfSFESvl .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uywfSFOKBL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uywfSFOKBL .mbr-text {
  text-align: justify;
}
.cid-uywfSFOKBL .mbr-section-title {
  text-align: left;
}
.cid-uywfSG0sYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uywfSG0sYD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uywfSG0sYD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uywfSG0sYD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uywfSG0sYD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uywfSG0sYD .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-uywfSG0sYD .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-uywfSG0sYD .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uywfSG0sYD .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-uywfSG0sYD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uywfSG0sYD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uywfSG0sYD .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-uywfSG0sYD .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-uywfSG0sYD .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uywfSG0sYD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uywfSG0sYD [class^="socicon-"]:before,
.cid-uywfSG0sYD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uywfSG0sYD .mbr-section-title,
.cid-uywfSG0sYD .mbr-social-likes {
  color: #2b6549;
}
.cid-uywfSGaGTs {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-uywfSGaGTs .container {
  max-width: 1400px;
}
.cid-uywfSGaGTs .card-img2 span {
  padding-top: 6px;
}
.cid-uywfSGaGTs .soc-item a {
  padding-top: 5px;
}
.cid-uywfSGaGTs .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-uywfSGaGTs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uywfSGaGTs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uywfSGaGTs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uywfSGaGTs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uywfSGaGTs #e2_shape {
  fill: #ffffff !important;
}
.cid-uywfSGaGTs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uywfSGaGTs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uywfSGaGTs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uywfSGaGTs .card-img {
  width: auto;
}
.cid-uywfSGaGTs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uywfSGaGTs .soc-item span {
  font-size: 1.4rem;
}
.cid-uywfSGaGTs .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-uywfSGaGTs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uywfSGaGTs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uywfSGaGTs .media-wrap {
  margin-bottom: 1rem;
}
.cid-uywfSGaGTs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uywfSGaGTs img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-uywfSGaGTs .item {
    justify-content: center;
  }
  .cid-uywfSGaGTs .quote::after {
    left: 60px;
  }
}
.cid-uywfSGaGTs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uywfSGaGTs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uywfSGaGTs .text1 {
  color: #ffffff;
}
.cid-uywfSGaGTs .item-title {
  color: #ffffff;
}
.cid-uywfSGaGTs H5 {
  color: #ffffff;
}
.cid-uywfSGaGTs .theme {
  color: #ffffff;
}
.cid-uywfSGaGTs .copyright > p {
  color: #ff3366;
}
.cid-uywfSGaGTs .text2 {
  color: #ffffff;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .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-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .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-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .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-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3XZGEHIh3 {
  overflow-x: hidden !important;
}
.cid-v3XZGEHIh3,
.cid-v3XZGEHIh3 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-v3XZGEHIh3 .mbr-section-title {
  color: #ffffff;
}
.cid-v3XZGEHIh3 .mbr-section-title span {
  color: #2b6549;
}
.cid-v3XZGEHIh3 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-v3XZGEHIh3 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-v3XZGEHIh3 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-v3XZGEHIh3 .mbr-overlay {
  z-index: 1;
}
.cid-v3XZGEHIh3 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-v3Y4kjnchm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Y4kjnchm .mbr-text {
  text-align: justify;
}
.cid-v3Y4kjnchm .mbr-section-title {
  text-align: left;
}
.cid-sIZlHxM3sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sIZlHxM3sn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sIZlHxM3sn .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-sIZlHxM3sn .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-sIZlHxM3sn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sIZlHxM3sn .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-sIZlHxM3sn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sIZlHxM3sn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sIZlHxM3sn [class^="socicon-"]:before,
.cid-sIZlHxM3sn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sIZlHxM3sn .mbr-section-title,
.cid-sIZlHxM3sn .mbr-social-likes {
  color: #2b6549;
}
.cid-sIZnCd0huS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sIZnCd0huS .container {
  max-width: 1400px;
}
.cid-sIZnCd0huS .card-img2 span {
  padding-top: 6px;
}
.cid-sIZnCd0huS .soc-item a {
  padding-top: 5px;
}
.cid-sIZnCd0huS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sIZnCd0huS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sIZnCd0huS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sIZnCd0huS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIZnCd0huS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sIZnCd0huS #e2_shape {
  fill: #ffffff !important;
}
.cid-sIZnCd0huS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sIZnCd0huS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sIZnCd0huS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIZnCd0huS .card-img {
  width: auto;
}
.cid-sIZnCd0huS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sIZnCd0huS .soc-item span {
  font-size: 1.4rem;
}
.cid-sIZnCd0huS .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sIZnCd0huS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sIZnCd0huS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIZnCd0huS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sIZnCd0huS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIZnCd0huS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sIZnCd0huS .item {
    justify-content: center;
  }
  .cid-sIZnCd0huS .quote::after {
    left: 60px;
  }
}
.cid-sIZnCd0huS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sIZnCd0huS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIZnCd0huS .text1 {
  color: #ffffff;
}
.cid-sIZnCd0huS .item-title {
  color: #ffffff;
}
.cid-sIZnCd0huS H5 {
  color: #ffffff;
}
.cid-sIZnCd0huS .theme {
  color: #ffffff;
}
.cid-sIZnCd0huS .copyright > p {
  color: #ff3366;
}
.cid-sIZnCd0huS .text2 {
  color: #ffffff;
}
