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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.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-sIZDaIy2fJ {
  overflow-x: hidden !important;
}
.cid-sIZDaIy2fJ,
.cid-sIZDaIy2fJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sIZDaIy2fJ .mbr-section-title {
  color: #ffffff;
}
.cid-sIZDaIy2fJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sIZDaIy2fJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sIZDaIy2fJ .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-sIZDaIy2fJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sIZDaIy2fJ .mbr-overlay {
  z-index: 1;
}
.cid-sIZDaIy2fJ .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-sIZAfWtII1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZAfWtII1 .mbr-text {
  text-align: justify;
}
.cid-sIZAfWtII1 .mbr-section-title {
  text-align: center;
  color: #13287d;
}
.cid-udssGb5Oop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssGb5Oop .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssGb5Oop .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssGb5Oop .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssGb5Oop .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssGb5Oop .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssGb5Oop .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssGb5Oop .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-udssGb5Oop .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssGb5Oop [class^="socicon-"]:before,
.cid-udssGb5Oop [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssGb5Oop .mbr-section-title,
.cid-udssGb5Oop .mbr-social-likes {
  color: #2b6549;
}
.cid-sIZAg1VQ2F {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sIZAg1VQ2F .container {
  max-width: 1400px;
}
.cid-sIZAg1VQ2F .card-img2 span {
  padding-top: 6px;
}
.cid-sIZAg1VQ2F .soc-item a {
  padding-top: 5px;
}
.cid-sIZAg1VQ2F .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sIZAg1VQ2F .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sIZAg1VQ2F .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sIZAg1VQ2F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIZAg1VQ2F svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sIZAg1VQ2F #e2_shape {
  fill: #ffffff !important;
}
.cid-sIZAg1VQ2F .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sIZAg1VQ2F .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-sIZAg1VQ2F .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIZAg1VQ2F .card-img {
  width: auto;
}
.cid-sIZAg1VQ2F .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-sIZAg1VQ2F .soc-item span {
  font-size: 1.4rem;
}
.cid-sIZAg1VQ2F .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sIZAg1VQ2F .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sIZAg1VQ2F .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIZAg1VQ2F .media-wrap {
  margin-bottom: 1rem;
}
.cid-sIZAg1VQ2F .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIZAg1VQ2F img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sIZAg1VQ2F .item {
    justify-content: center;
  }
  .cid-sIZAg1VQ2F .quote::after {
    left: 60px;
  }
}
.cid-sIZAg1VQ2F .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sIZAg1VQ2F .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIZAg1VQ2F .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sIZAg1VQ2F .text1::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-sIZAg1VQ2F .item-title {
  color: #ffffff;
}
.cid-sIZAg1VQ2F H5 {
  color: #ffffff;
}
.cid-sIZAg1VQ2F .theme {
  color: #ffffff;
}
.cid-sIZAg1VQ2F .copyright > p {
  color: #ff3366;
}
.cid-sIZAg1VQ2F .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-sJ5kYtGwhB {
  overflow-x: hidden !important;
}
.cid-sJ5kYtGwhB,
.cid-sJ5kYtGwhB .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5kYtGwhB .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5kYtGwhB .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5kYtGwhB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5kYtGwhB .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-sJ5kYtGwhB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5kYtGwhB .mbr-overlay {
  z-index: 1;
}
.cid-sJ5kYtGwhB .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-sJ5kYtVa0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5kYtVa0a .mbr-text {
  text-align: justify;
}
.cid-sJ5kYtVa0a .mbr-section-title {
  text-align: left;
}
.cid-udss0t4e3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udss0t4e3V .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udss0t4e3V .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udss0t4e3V .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udss0t4e3V .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udss0t4e3V .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udss0t4e3V .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udss0t4e3V .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-udss0t4e3V .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udss0t4e3V [class^="socicon-"]:before,
.cid-udss0t4e3V [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udss0t4e3V .mbr-section-title,
.cid-udss0t4e3V .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5kYug2eN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5kYug2eN .container {
  max-width: 1400px;
}
.cid-sJ5kYug2eN .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5kYug2eN .soc-item a {
  padding-top: 5px;
}
.cid-sJ5kYug2eN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5kYug2eN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5kYug2eN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5kYug2eN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5kYug2eN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5kYug2eN #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5kYug2eN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5kYug2eN .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-sJ5kYug2eN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5kYug2eN .card-img {
  width: auto;
}
.cid-sJ5kYug2eN .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-sJ5kYug2eN .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5kYug2eN .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5kYug2eN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5kYug2eN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5kYug2eN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5kYug2eN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5kYug2eN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5kYug2eN .item {
    justify-content: center;
  }
  .cid-sJ5kYug2eN .quote::after {
    left: 60px;
  }
}
.cid-sJ5kYug2eN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5kYug2eN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5kYug2eN .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5kYug2eN .text1::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-sJ5kYug2eN .item-title {
  color: #ffffff;
}
.cid-sJ5kYug2eN H5 {
  color: #ffffff;
}
.cid-sJ5kYug2eN .theme {
  color: #ffffff;
}
.cid-sJ5kYug2eN .copyright > p {
  color: #ff3366;
}
.cid-sJ5kYug2eN .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-sJ5n0BCGAx {
  overflow-x: hidden !important;
}
.cid-sJ5n0BCGAx,
.cid-sJ5n0BCGAx .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5n0BCGAx .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5n0BCGAx .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5n0BCGAx .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5n0BCGAx .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-sJ5n0BCGAx .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5n0BCGAx .mbr-overlay {
  z-index: 1;
}
.cid-sJ5n0BCGAx .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-sJ5n0BRLcw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5n0BRLcw .mbr-text {
  text-align: justify;
}
.cid-sJ5n0BRLcw .mbr-section-title {
  text-align: left;
}
.cid-udsskCP2k8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsskCP2k8 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsskCP2k8 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsskCP2k8 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsskCP2k8 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsskCP2k8 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsskCP2k8 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsskCP2k8 .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-udsskCP2k8 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsskCP2k8 [class^="socicon-"]:before,
.cid-udsskCP2k8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsskCP2k8 .mbr-section-title,
.cid-udsskCP2k8 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5n0CcUJS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5n0CcUJS .container {
  max-width: 1400px;
}
.cid-sJ5n0CcUJS .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5n0CcUJS .soc-item a {
  padding-top: 5px;
}
.cid-sJ5n0CcUJS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5n0CcUJS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5n0CcUJS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5n0CcUJS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5n0CcUJS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5n0CcUJS #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5n0CcUJS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5n0CcUJS .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-sJ5n0CcUJS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5n0CcUJS .card-img {
  width: auto;
}
.cid-sJ5n0CcUJS .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-sJ5n0CcUJS .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5n0CcUJS .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5n0CcUJS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5n0CcUJS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5n0CcUJS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5n0CcUJS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5n0CcUJS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5n0CcUJS .item {
    justify-content: center;
  }
  .cid-sJ5n0CcUJS .quote::after {
    left: 60px;
  }
}
.cid-sJ5n0CcUJS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5n0CcUJS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5n0CcUJS .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5n0CcUJS .text1::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-sJ5n0CcUJS .item-title {
  color: #ffffff;
}
.cid-sJ5n0CcUJS H5 {
  color: #ffffff;
}
.cid-sJ5n0CcUJS .theme {
  color: #ffffff;
}
.cid-sJ5n0CcUJS .copyright > p {
  color: #ff3366;
}
.cid-sJ5n0CcUJS .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-sJ5pwZbtib {
  overflow-x: hidden !important;
}
.cid-sJ5pwZbtib,
.cid-sJ5pwZbtib .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5pwZbtib .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5pwZbtib .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5pwZbtib .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5pwZbtib .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-sJ5pwZbtib .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5pwZbtib .mbr-overlay {
  z-index: 1;
}
.cid-sJ5pwZbtib .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-sJ5pwZqHDp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5pwZqHDp .mbr-text {
  text-align: justify;
}
.cid-sJ5pwZqHDp .mbr-section-title {
  text-align: left;
}
.cid-udssNurzEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssNurzEr .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssNurzEr .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssNurzEr .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssNurzEr .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssNurzEr .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssNurzEr .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssNurzEr .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-udssNurzEr .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssNurzEr [class^="socicon-"]:before,
.cid-udssNurzEr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssNurzEr .mbr-section-title,
.cid-udssNurzEr .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5pwZT2jI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5pwZT2jI .container {
  max-width: 1400px;
}
.cid-sJ5pwZT2jI .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5pwZT2jI .soc-item a {
  padding-top: 5px;
}
.cid-sJ5pwZT2jI .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5pwZT2jI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5pwZT2jI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5pwZT2jI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5pwZT2jI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5pwZT2jI #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5pwZT2jI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5pwZT2jI .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-sJ5pwZT2jI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5pwZT2jI .card-img {
  width: auto;
}
.cid-sJ5pwZT2jI .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-sJ5pwZT2jI .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5pwZT2jI .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5pwZT2jI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5pwZT2jI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5pwZT2jI .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5pwZT2jI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5pwZT2jI img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5pwZT2jI .item {
    justify-content: center;
  }
  .cid-sJ5pwZT2jI .quote::after {
    left: 60px;
  }
}
.cid-sJ5pwZT2jI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5pwZT2jI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5pwZT2jI .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5pwZT2jI .text1::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-sJ5pwZT2jI .item-title {
  color: #ffffff;
}
.cid-sJ5pwZT2jI H5 {
  color: #ffffff;
}
.cid-sJ5pwZT2jI .theme {
  color: #ffffff;
}
.cid-sJ5pwZT2jI .copyright > p {
  color: #ff3366;
}
.cid-sJ5pwZT2jI .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-sJ5jXCxU8G {
  overflow-x: hidden !important;
}
.cid-sJ5jXCxU8G,
.cid-sJ5jXCxU8G .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5jXCxU8G .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5jXCxU8G .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5jXCxU8G .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5jXCxU8G .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-sJ5jXCxU8G .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5jXCxU8G .mbr-overlay {
  z-index: 1;
}
.cid-sJ5jXCxU8G .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-sJ5jXCL5YL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5jXCL5YL .mbr-text {
  text-align: justify;
}
.cid-sJ5jXCL5YL .mbr-section-title {
  text-align: left;
}
.cid-udsrOZTYQl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrOZTYQl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrOZTYQl .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrOZTYQl .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrOZTYQl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrOZTYQl .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrOZTYQl .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrOZTYQl .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-udsrOZTYQl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrOZTYQl [class^="socicon-"]:before,
.cid-udsrOZTYQl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrOZTYQl .mbr-section-title,
.cid-udsrOZTYQl .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5jXD7lTX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5jXD7lTX .container {
  max-width: 1400px;
}
.cid-sJ5jXD7lTX .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5jXD7lTX .soc-item a {
  padding-top: 5px;
}
.cid-sJ5jXD7lTX .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5jXD7lTX .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5jXD7lTX .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5jXD7lTX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5jXD7lTX svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5jXD7lTX #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5jXD7lTX .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5jXD7lTX .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-sJ5jXD7lTX .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5jXD7lTX .card-img {
  width: auto;
}
.cid-sJ5jXD7lTX .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-sJ5jXD7lTX .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5jXD7lTX .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5jXD7lTX .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5jXD7lTX .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5jXD7lTX .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5jXD7lTX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5jXD7lTX img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5jXD7lTX .item {
    justify-content: center;
  }
  .cid-sJ5jXD7lTX .quote::after {
    left: 60px;
  }
}
.cid-sJ5jXD7lTX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5jXD7lTX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5jXD7lTX .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5jXD7lTX .text1::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-sJ5jXD7lTX .item-title {
  color: #ffffff;
}
.cid-sJ5jXD7lTX H5 {
  color: #ffffff;
}
.cid-sJ5jXD7lTX .theme {
  color: #ffffff;
}
.cid-sJ5jXD7lTX .copyright > p {
  color: #ff3366;
}
.cid-sJ5jXD7lTX .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-sJ5kfcP5ij {
  overflow-x: hidden !important;
}
.cid-sJ5kfcP5ij,
.cid-sJ5kfcP5ij .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5kfcP5ij .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5kfcP5ij .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5kfcP5ij .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5kfcP5ij .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-sJ5kfcP5ij .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5kfcP5ij .mbr-overlay {
  z-index: 1;
}
.cid-sJ5kfcP5ij .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-sJ5kfd4bGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5kfd4bGN .mbr-text {
  text-align: justify;
}
.cid-sJ5kfd4bGN .mbr-section-title {
  text-align: left;
}
.cid-udsrSJBjhQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrSJBjhQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrSJBjhQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrSJBjhQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrSJBjhQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrSJBjhQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrSJBjhQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrSJBjhQ .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-udsrSJBjhQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrSJBjhQ [class^="socicon-"]:before,
.cid-udsrSJBjhQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrSJBjhQ .mbr-section-title,
.cid-udsrSJBjhQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5kfdxyX4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5kfdxyX4 .container {
  max-width: 1400px;
}
.cid-sJ5kfdxyX4 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5kfdxyX4 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5kfdxyX4 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5kfdxyX4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5kfdxyX4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5kfdxyX4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5kfdxyX4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5kfdxyX4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5kfdxyX4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5kfdxyX4 .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-sJ5kfdxyX4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5kfdxyX4 .card-img {
  width: auto;
}
.cid-sJ5kfdxyX4 .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-sJ5kfdxyX4 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5kfdxyX4 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5kfdxyX4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5kfdxyX4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5kfdxyX4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5kfdxyX4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5kfdxyX4 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5kfdxyX4 .item {
    justify-content: center;
  }
  .cid-sJ5kfdxyX4 .quote::after {
    left: 60px;
  }
}
.cid-sJ5kfdxyX4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5kfdxyX4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5kfdxyX4 .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5kfdxyX4 .text1::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-sJ5kfdxyX4 .item-title {
  color: #ffffff;
}
.cid-sJ5kfdxyX4 H5 {
  color: #ffffff;
}
.cid-sJ5kfdxyX4 .theme {
  color: #ffffff;
}
.cid-sJ5kfdxyX4 .copyright > p {
  color: #ff3366;
}
.cid-sJ5kfdxyX4 .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-sJ5kxMDuoY {
  overflow-x: hidden !important;
}
.cid-sJ5kxMDuoY,
.cid-sJ5kxMDuoY .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5kxMDuoY .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5kxMDuoY .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5kxMDuoY .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5kxMDuoY .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-sJ5kxMDuoY .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5kxMDuoY .mbr-overlay {
  z-index: 1;
}
.cid-sJ5kxMDuoY .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-sJ5kxMX5Te {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5kxMX5Te .mbr-text {
  text-align: justify;
}
.cid-sJ5kxMX5Te .mbr-section-title {
  text-align: left;
}
.cid-udsrWn0xgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsrWn0xgU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsrWn0xgU .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsrWn0xgU .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsrWn0xgU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsrWn0xgU .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsrWn0xgU .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsrWn0xgU .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-udsrWn0xgU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsrWn0xgU [class^="socicon-"]:before,
.cid-udsrWn0xgU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsrWn0xgU .mbr-section-title,
.cid-udsrWn0xgU .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5kxNuYqV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5kxNuYqV .container {
  max-width: 1400px;
}
.cid-sJ5kxNuYqV .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5kxNuYqV .soc-item a {
  padding-top: 5px;
}
.cid-sJ5kxNuYqV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5kxNuYqV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5kxNuYqV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5kxNuYqV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5kxNuYqV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5kxNuYqV #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5kxNuYqV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5kxNuYqV .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-sJ5kxNuYqV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5kxNuYqV .card-img {
  width: auto;
}
.cid-sJ5kxNuYqV .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-sJ5kxNuYqV .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5kxNuYqV .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5kxNuYqV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5kxNuYqV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5kxNuYqV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5kxNuYqV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5kxNuYqV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5kxNuYqV .item {
    justify-content: center;
  }
  .cid-sJ5kxNuYqV .quote::after {
    left: 60px;
  }
}
.cid-sJ5kxNuYqV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5kxNuYqV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5kxNuYqV .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5kxNuYqV .text1::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-sJ5kxNuYqV .item-title {
  color: #ffffff;
}
.cid-sJ5kxNuYqV H5 {
  color: #ffffff;
}
.cid-sJ5kxNuYqV .theme {
  color: #ffffff;
}
.cid-sJ5kxNuYqV .copyright > p {
  color: #ff3366;
}
.cid-sJ5kxNuYqV .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-sJ5lod6kHf {
  overflow-x: hidden !important;
}
.cid-sJ5lod6kHf,
.cid-sJ5lod6kHf .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5lod6kHf .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5lod6kHf .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5lod6kHf .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5lod6kHf .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-sJ5lod6kHf .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5lod6kHf .mbr-overlay {
  z-index: 1;
}
.cid-sJ5lod6kHf .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-sJ5lodlRZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5lodlRZN .mbr-text {
  text-align: justify;
}
.cid-sJ5lodlRZN .mbr-section-title {
  text-align: left;
}
.cid-udss4suoEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udss4suoEh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udss4suoEh .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udss4suoEh .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udss4suoEh .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udss4suoEh .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udss4suoEh .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udss4suoEh .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-udss4suoEh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udss4suoEh [class^="socicon-"]:before,
.cid-udss4suoEh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udss4suoEh .mbr-section-title,
.cid-udss4suoEh .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5lodIzlw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5lodIzlw .container {
  max-width: 1400px;
}
.cid-sJ5lodIzlw .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5lodIzlw .soc-item a {
  padding-top: 5px;
}
.cid-sJ5lodIzlw .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5lodIzlw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5lodIzlw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5lodIzlw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5lodIzlw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5lodIzlw #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5lodIzlw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5lodIzlw .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-sJ5lodIzlw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5lodIzlw .card-img {
  width: auto;
}
.cid-sJ5lodIzlw .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-sJ5lodIzlw .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5lodIzlw .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5lodIzlw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5lodIzlw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5lodIzlw .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5lodIzlw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5lodIzlw img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5lodIzlw .item {
    justify-content: center;
  }
  .cid-sJ5lodIzlw .quote::after {
    left: 60px;
  }
}
.cid-sJ5lodIzlw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5lodIzlw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5lodIzlw .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5lodIzlw .text1::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-sJ5lodIzlw .item-title {
  color: #ffffff;
}
.cid-sJ5lodIzlw H5 {
  color: #ffffff;
}
.cid-sJ5lodIzlw .theme {
  color: #ffffff;
}
.cid-sJ5lodIzlw .copyright > p {
  color: #ff3366;
}
.cid-sJ5lodIzlw .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-sJ5lEzmpq2 {
  overflow-x: hidden !important;
}
.cid-sJ5lEzmpq2,
.cid-sJ5lEzmpq2 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5lEzmpq2 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5lEzmpq2 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5lEzmpq2 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5lEzmpq2 .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-sJ5lEzmpq2 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5lEzmpq2 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5lEzmpq2 .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-sJ5lEzBz75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5lEzBz75 .mbr-text {
  text-align: justify;
}
.cid-sJ5lEzBz75 .mbr-section-title {
  text-align: left;
}
.cid-udss7TPVKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udss7TPVKE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udss7TPVKE .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udss7TPVKE .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udss7TPVKE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udss7TPVKE .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udss7TPVKE .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udss7TPVKE .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-udss7TPVKE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udss7TPVKE [class^="socicon-"]:before,
.cid-udss7TPVKE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udss7TPVKE .mbr-section-title,
.cid-udss7TPVKE .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5lEzSvt8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5lEzSvt8 .container {
  max-width: 1400px;
}
.cid-sJ5lEzSvt8 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5lEzSvt8 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5lEzSvt8 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5lEzSvt8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5lEzSvt8 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5lEzSvt8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5lEzSvt8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5lEzSvt8 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5lEzSvt8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5lEzSvt8 .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-sJ5lEzSvt8 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5lEzSvt8 .card-img {
  width: auto;
}
.cid-sJ5lEzSvt8 .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-sJ5lEzSvt8 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5lEzSvt8 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5lEzSvt8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5lEzSvt8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5lEzSvt8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5lEzSvt8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5lEzSvt8 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5lEzSvt8 .item {
    justify-content: center;
  }
  .cid-sJ5lEzSvt8 .quote::after {
    left: 60px;
  }
}
.cid-sJ5lEzSvt8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5lEzSvt8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5lEzSvt8 .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5lEzSvt8 .text1::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-sJ5lEzSvt8 .item-title {
  color: #ffffff;
}
.cid-sJ5lEzSvt8 H5 {
  color: #ffffff;
}
.cid-sJ5lEzSvt8 .theme {
  color: #ffffff;
}
.cid-sJ5lEzSvt8 .copyright > p {
  color: #ff3366;
}
.cid-sJ5lEzSvt8 .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-sJ5lVtUsz8 {
  overflow-x: hidden !important;
}
.cid-sJ5lVtUsz8,
.cid-sJ5lVtUsz8 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5lVtUsz8 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5lVtUsz8 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5lVtUsz8 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5lVtUsz8 .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-sJ5lVtUsz8 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5lVtUsz8 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5lVtUsz8 .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-sJ5lVu86Rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5lVu86Rn .mbr-text {
  text-align: justify;
}
.cid-sJ5lVu86Rn .mbr-section-title {
  text-align: left;
}
.cid-udssaYcLao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssaYcLao .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssaYcLao .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssaYcLao .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssaYcLao .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssaYcLao .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssaYcLao .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssaYcLao .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-udssaYcLao .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssaYcLao [class^="socicon-"]:before,
.cid-udssaYcLao [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssaYcLao .mbr-section-title,
.cid-udssaYcLao .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5lVutfke {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5lVutfke .container {
  max-width: 1400px;
}
.cid-sJ5lVutfke .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5lVutfke .soc-item a {
  padding-top: 5px;
}
.cid-sJ5lVutfke .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5lVutfke .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5lVutfke .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5lVutfke .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5lVutfke svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5lVutfke #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5lVutfke .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5lVutfke .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-sJ5lVutfke .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5lVutfke .card-img {
  width: auto;
}
.cid-sJ5lVutfke .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-sJ5lVutfke .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5lVutfke .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5lVutfke .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5lVutfke .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5lVutfke .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5lVutfke .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5lVutfke img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5lVutfke .item {
    justify-content: center;
  }
  .cid-sJ5lVutfke .quote::after {
    left: 60px;
  }
}
.cid-sJ5lVutfke .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5lVutfke .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5lVutfke .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5lVutfke .text1::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-sJ5lVutfke .item-title {
  color: #ffffff;
}
.cid-sJ5lVutfke H5 {
  color: #ffffff;
}
.cid-sJ5lVutfke .theme {
  color: #ffffff;
}
.cid-sJ5lVutfke .copyright > p {
  color: #ff3366;
}
.cid-sJ5lVutfke .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-sJ5mf6hY0f {
  overflow-x: hidden !important;
}
.cid-sJ5mf6hY0f,
.cid-sJ5mf6hY0f .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5mf6hY0f .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5mf6hY0f .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5mf6hY0f .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5mf6hY0f .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-sJ5mf6hY0f .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5mf6hY0f .mbr-overlay {
  z-index: 1;
}
.cid-sJ5mf6hY0f .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-sJ5mf6yxHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5mf6yxHf .mbr-text {
  text-align: justify;
}
.cid-sJ5mf6yxHf .mbr-section-title {
  text-align: left;
}
.cid-udssdZQ2TU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssdZQ2TU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssdZQ2TU .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssdZQ2TU .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssdZQ2TU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssdZQ2TU .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssdZQ2TU .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssdZQ2TU .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-udssdZQ2TU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssdZQ2TU [class^="socicon-"]:before,
.cid-udssdZQ2TU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssdZQ2TU .mbr-section-title,
.cid-udssdZQ2TU .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5mf6UI4y {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5mf6UI4y .container {
  max-width: 1400px;
}
.cid-sJ5mf6UI4y .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5mf6UI4y .soc-item a {
  padding-top: 5px;
}
.cid-sJ5mf6UI4y .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5mf6UI4y .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5mf6UI4y .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5mf6UI4y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5mf6UI4y svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5mf6UI4y #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5mf6UI4y .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5mf6UI4y .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-sJ5mf6UI4y .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5mf6UI4y .card-img {
  width: auto;
}
.cid-sJ5mf6UI4y .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-sJ5mf6UI4y .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5mf6UI4y .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5mf6UI4y .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5mf6UI4y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5mf6UI4y .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5mf6UI4y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5mf6UI4y img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5mf6UI4y .item {
    justify-content: center;
  }
  .cid-sJ5mf6UI4y .quote::after {
    left: 60px;
  }
}
.cid-sJ5mf6UI4y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5mf6UI4y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5mf6UI4y .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5mf6UI4y .text1::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-sJ5mf6UI4y .item-title {
  color: #ffffff;
}
.cid-sJ5mf6UI4y H5 {
  color: #ffffff;
}
.cid-sJ5mf6UI4y .theme {
  color: #ffffff;
}
.cid-sJ5mf6UI4y .copyright > p {
  color: #ff3366;
}
.cid-sJ5mf6UI4y .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-sJ5mFMMpi5 {
  overflow-x: hidden !important;
}
.cid-sJ5mFMMpi5,
.cid-sJ5mFMMpi5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5mFMMpi5 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5mFMMpi5 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5mFMMpi5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5mFMMpi5 .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-sJ5mFMMpi5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5mFMMpi5 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5mFMMpi5 .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-sJ5mFMVX0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5mFMVX0k .mbr-text {
  text-align: justify;
}
.cid-sJ5mFMVX0k .mbr-section-title {
  text-align: left;
}
.cid-udsshtsJVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsshtsJVV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsshtsJVV .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsshtsJVV .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsshtsJVV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsshtsJVV .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsshtsJVV .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsshtsJVV .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-udsshtsJVV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsshtsJVV [class^="socicon-"]:before,
.cid-udsshtsJVV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsshtsJVV .mbr-section-title,
.cid-udsshtsJVV .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5mFNioFW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5mFNioFW .container {
  max-width: 1400px;
}
.cid-sJ5mFNioFW .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5mFNioFW .soc-item a {
  padding-top: 5px;
}
.cid-sJ5mFNioFW .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5mFNioFW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5mFNioFW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5mFNioFW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5mFNioFW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5mFNioFW #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5mFNioFW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5mFNioFW .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-sJ5mFNioFW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5mFNioFW .card-img {
  width: auto;
}
.cid-sJ5mFNioFW .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-sJ5mFNioFW .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5mFNioFW .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5mFNioFW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5mFNioFW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5mFNioFW .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5mFNioFW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5mFNioFW img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5mFNioFW .item {
    justify-content: center;
  }
  .cid-sJ5mFNioFW .quote::after {
    left: 60px;
  }
}
.cid-sJ5mFNioFW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5mFNioFW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5mFNioFW .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5mFNioFW .text1::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-sJ5mFNioFW .item-title {
  color: #ffffff;
}
.cid-sJ5mFNioFW H5 {
  color: #ffffff;
}
.cid-sJ5mFNioFW .theme {
  color: #ffffff;
}
.cid-sJ5mFNioFW .copyright > p {
  color: #ff3366;
}
.cid-sJ5mFNioFW .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-sJ5nlsIUJH {
  overflow-x: hidden !important;
}
.cid-sJ5nlsIUJH,
.cid-sJ5nlsIUJH .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5nlsIUJH .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5nlsIUJH .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5nlsIUJH .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5nlsIUJH .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-sJ5nlsIUJH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5nlsIUJH .mbr-overlay {
  z-index: 1;
}
.cid-sJ5nlsIUJH .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-sJ5nlsXruT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5nlsXruT .mbr-text {
  text-align: justify;
}
.cid-sJ5nlsXruT .mbr-section-title {
  text-align: left;
}
.cid-udssnYLJsQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssnYLJsQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssnYLJsQ .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssnYLJsQ .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssnYLJsQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssnYLJsQ .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssnYLJsQ .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssnYLJsQ .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-udssnYLJsQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssnYLJsQ [class^="socicon-"]:before,
.cid-udssnYLJsQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssnYLJsQ .mbr-section-title,
.cid-udssnYLJsQ .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5nlthzaN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5nlthzaN .container {
  max-width: 1400px;
}
.cid-sJ5nlthzaN .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5nlthzaN .soc-item a {
  padding-top: 5px;
}
.cid-sJ5nlthzaN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5nlthzaN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5nlthzaN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5nlthzaN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5nlthzaN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5nlthzaN #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5nlthzaN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5nlthzaN .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-sJ5nlthzaN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5nlthzaN .card-img {
  width: auto;
}
.cid-sJ5nlthzaN .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-sJ5nlthzaN .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5nlthzaN .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5nlthzaN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5nlthzaN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5nlthzaN .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5nlthzaN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5nlthzaN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5nlthzaN .item {
    justify-content: center;
  }
  .cid-sJ5nlthzaN .quote::after {
    left: 60px;
  }
}
.cid-sJ5nlthzaN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5nlthzaN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5nlthzaN .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5nlthzaN .text1::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-sJ5nlthzaN .item-title {
  color: #ffffff;
}
.cid-sJ5nlthzaN H5 {
  color: #ffffff;
}
.cid-sJ5nlthzaN .theme {
  color: #ffffff;
}
.cid-sJ5nlthzaN .copyright > p {
  color: #ff3366;
}
.cid-sJ5nlthzaN .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-sJ5nAYrgWb {
  overflow-x: hidden !important;
}
.cid-sJ5nAYrgWb,
.cid-sJ5nAYrgWb .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5nAYrgWb .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5nAYrgWb .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5nAYrgWb .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5nAYrgWb .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-sJ5nAYrgWb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5nAYrgWb .mbr-overlay {
  z-index: 1;
}
.cid-sJ5nAYrgWb .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-sJ5nAYFHb9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5nAYFHb9 .mbr-text {
  text-align: justify;
}
.cid-sJ5nAYFHb9 .mbr-section-title {
  text-align: left;
}
.cid-udssrkhlpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssrkhlpS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssrkhlpS .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssrkhlpS .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssrkhlpS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssrkhlpS .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssrkhlpS .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssrkhlpS .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-udssrkhlpS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssrkhlpS [class^="socicon-"]:before,
.cid-udssrkhlpS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssrkhlpS .mbr-section-title,
.cid-udssrkhlpS .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5nAZ1dmZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5nAZ1dmZ .container {
  max-width: 1400px;
}
.cid-sJ5nAZ1dmZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5nAZ1dmZ .soc-item a {
  padding-top: 5px;
}
.cid-sJ5nAZ1dmZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5nAZ1dmZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5nAZ1dmZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5nAZ1dmZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5nAZ1dmZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5nAZ1dmZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5nAZ1dmZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ .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-sJ5nAZ1dmZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5nAZ1dmZ .card-img {
  width: auto;
}
.cid-sJ5nAZ1dmZ .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-sJ5nAZ1dmZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5nAZ1dmZ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5nAZ1dmZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5nAZ1dmZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5nAZ1dmZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5nAZ1dmZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5nAZ1dmZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5nAZ1dmZ .item {
    justify-content: center;
  }
  .cid-sJ5nAZ1dmZ .quote::after {
    left: 60px;
  }
}
.cid-sJ5nAZ1dmZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5nAZ1dmZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5nAZ1dmZ .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5nAZ1dmZ .text1::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-sJ5nAZ1dmZ .item-title {
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ H5 {
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ .theme {
  color: #ffffff;
}
.cid-sJ5nAZ1dmZ .copyright > p {
  color: #ff3366;
}
.cid-sJ5nAZ1dmZ .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-sJ5nRe4xRv {
  overflow-x: hidden !important;
}
.cid-sJ5nRe4xRv,
.cid-sJ5nRe4xRv .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5nRe4xRv .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5nRe4xRv .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5nRe4xRv .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5nRe4xRv .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-sJ5nRe4xRv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5nRe4xRv .mbr-overlay {
  z-index: 1;
}
.cid-sJ5nRe4xRv .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-sJ5nRejueo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5nRejueo .mbr-text {
  text-align: justify;
}
.cid-sJ5nRejueo .mbr-section-title {
  text-align: left;
}
.cid-udssuBRH85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssuBRH85 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssuBRH85 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssuBRH85 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssuBRH85 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssuBRH85 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssuBRH85 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssuBRH85 .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-udssuBRH85 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssuBRH85 [class^="socicon-"]:before,
.cid-udssuBRH85 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssuBRH85 .mbr-section-title,
.cid-udssuBRH85 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5nRePth4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5nRePth4 .container {
  max-width: 1400px;
}
.cid-sJ5nRePth4 .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5nRePth4 .soc-item a {
  padding-top: 5px;
}
.cid-sJ5nRePth4 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5nRePth4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5nRePth4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5nRePth4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5nRePth4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5nRePth4 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5nRePth4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5nRePth4 .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-sJ5nRePth4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5nRePth4 .card-img {
  width: auto;
}
.cid-sJ5nRePth4 .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-sJ5nRePth4 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5nRePth4 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5nRePth4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5nRePth4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5nRePth4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5nRePth4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5nRePth4 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5nRePth4 .item {
    justify-content: center;
  }
  .cid-sJ5nRePth4 .quote::after {
    left: 60px;
  }
}
.cid-sJ5nRePth4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5nRePth4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5nRePth4 .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5nRePth4 .text1::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-sJ5nRePth4 .item-title {
  color: #ffffff;
}
.cid-sJ5nRePth4 H5 {
  color: #ffffff;
}
.cid-sJ5nRePth4 .theme {
  color: #ffffff;
}
.cid-sJ5nRePth4 .copyright > p {
  color: #ff3366;
}
.cid-sJ5nRePth4 .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-sJ5o7WcBPp {
  overflow-x: hidden !important;
}
.cid-sJ5o7WcBPp,
.cid-sJ5o7WcBPp .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5o7WcBPp .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5o7WcBPp .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5o7WcBPp .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5o7WcBPp .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-sJ5o7WcBPp .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5o7WcBPp .mbr-overlay {
  z-index: 1;
}
.cid-sJ5o7WcBPp .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-sJ5o7WrFDZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5o7WrFDZ .mbr-text {
  text-align: justify;
}
.cid-sJ5o7WrFDZ .mbr-section-title {
  text-align: left;
}
.cid-udssxAcVKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssxAcVKh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssxAcVKh .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssxAcVKh .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssxAcVKh .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssxAcVKh .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssxAcVKh .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssxAcVKh .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-udssxAcVKh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssxAcVKh [class^="socicon-"]:before,
.cid-udssxAcVKh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssxAcVKh .mbr-section-title,
.cid-udssxAcVKh .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5o7WOizp {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5o7WOizp .container {
  max-width: 1400px;
}
.cid-sJ5o7WOizp .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5o7WOizp .soc-item a {
  padding-top: 5px;
}
.cid-sJ5o7WOizp .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5o7WOizp .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5o7WOizp .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5o7WOizp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5o7WOizp svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5o7WOizp #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5o7WOizp .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5o7WOizp .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-sJ5o7WOizp .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5o7WOizp .card-img {
  width: auto;
}
.cid-sJ5o7WOizp .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-sJ5o7WOizp .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5o7WOizp .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5o7WOizp .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5o7WOizp .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5o7WOizp .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5o7WOizp .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5o7WOizp img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5o7WOizp .item {
    justify-content: center;
  }
  .cid-sJ5o7WOizp .quote::after {
    left: 60px;
  }
}
.cid-sJ5o7WOizp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5o7WOizp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5o7WOizp .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5o7WOizp .text1::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-sJ5o7WOizp .item-title {
  color: #ffffff;
}
.cid-sJ5o7WOizp H5 {
  color: #ffffff;
}
.cid-sJ5o7WOizp .theme {
  color: #ffffff;
}
.cid-sJ5o7WOizp .copyright > p {
  color: #ff3366;
}
.cid-sJ5o7WOizp .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-sJ5ooc21Vz {
  overflow-x: hidden !important;
}
.cid-sJ5ooc21Vz,
.cid-sJ5ooc21Vz .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5ooc21Vz .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5ooc21Vz .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5ooc21Vz .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5ooc21Vz .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-sJ5ooc21Vz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5ooc21Vz .mbr-overlay {
  z-index: 1;
}
.cid-sJ5ooc21Vz .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-sJ5oochpqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5oochpqP .mbr-text {
  text-align: justify;
}
.cid-sJ5oochpqP .mbr-section-title {
  text-align: left;
}
.cid-udssBgH4EL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssBgH4EL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssBgH4EL .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssBgH4EL .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssBgH4EL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssBgH4EL .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssBgH4EL .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssBgH4EL .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-udssBgH4EL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssBgH4EL [class^="socicon-"]:before,
.cid-udssBgH4EL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssBgH4EL .mbr-section-title,
.cid-udssBgH4EL .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5oocBaBc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5oocBaBc .container {
  max-width: 1400px;
}
.cid-sJ5oocBaBc .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5oocBaBc .soc-item a {
  padding-top: 5px;
}
.cid-sJ5oocBaBc .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5oocBaBc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5oocBaBc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5oocBaBc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5oocBaBc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5oocBaBc #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5oocBaBc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5oocBaBc .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-sJ5oocBaBc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5oocBaBc .card-img {
  width: auto;
}
.cid-sJ5oocBaBc .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-sJ5oocBaBc .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5oocBaBc .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5oocBaBc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5oocBaBc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5oocBaBc .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5oocBaBc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5oocBaBc img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5oocBaBc .item {
    justify-content: center;
  }
  .cid-sJ5oocBaBc .quote::after {
    left: 60px;
  }
}
.cid-sJ5oocBaBc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5oocBaBc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5oocBaBc .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5oocBaBc .text1::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-sJ5oocBaBc .item-title {
  color: #ffffff;
}
.cid-sJ5oocBaBc H5 {
  color: #ffffff;
}
.cid-sJ5oocBaBc .theme {
  color: #ffffff;
}
.cid-sJ5oocBaBc .copyright > p {
  color: #ff3366;
}
.cid-sJ5oocBaBc .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-sJ5pcSa2Y6 {
  overflow-x: hidden !important;
}
.cid-sJ5pcSa2Y6,
.cid-sJ5pcSa2Y6 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5pcSa2Y6 .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5pcSa2Y6 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5pcSa2Y6 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5pcSa2Y6 .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-sJ5pcSa2Y6 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5pcSa2Y6 .mbr-overlay {
  z-index: 1;
}
.cid-sJ5pcSa2Y6 .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-sJ5pcSp9cM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5pcSp9cM .mbr-text {
  text-align: justify;
}
.cid-sJ5pcSp9cM .mbr-section-title {
  text-align: left;
}
.cid-udssJZATDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udssJZATDo .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udssJZATDo .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udssJZATDo .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udssJZATDo .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udssJZATDo .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udssJZATDo .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udssJZATDo .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-udssJZATDo .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udssJZATDo [class^="socicon-"]:before,
.cid-udssJZATDo [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udssJZATDo .mbr-section-title,
.cid-udssJZATDo .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5pcSLddw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5pcSLddw .container {
  max-width: 1400px;
}
.cid-sJ5pcSLddw .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5pcSLddw .soc-item a {
  padding-top: 5px;
}
.cid-sJ5pcSLddw .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5pcSLddw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5pcSLddw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5pcSLddw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5pcSLddw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5pcSLddw #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5pcSLddw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5pcSLddw .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-sJ5pcSLddw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5pcSLddw .card-img {
  width: auto;
}
.cid-sJ5pcSLddw .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-sJ5pcSLddw .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5pcSLddw .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5pcSLddw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5pcSLddw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5pcSLddw .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5pcSLddw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5pcSLddw img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5pcSLddw .item {
    justify-content: center;
  }
  .cid-sJ5pcSLddw .quote::after {
    left: 60px;
  }
}
.cid-sJ5pcSLddw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5pcSLddw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5pcSLddw .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5pcSLddw .text1::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-sJ5pcSLddw .item-title {
  color: #ffffff;
}
.cid-sJ5pcSLddw H5 {
  color: #ffffff;
}
.cid-sJ5pcSLddw .theme {
  color: #ffffff;
}
.cid-sJ5pcSLddw .copyright > p {
  color: #ff3366;
}
.cid-sJ5pcSLddw .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-vt9O4qb75x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vt9O4qb75x .mbr-text {
  text-align: justify;
}
.cid-vt9O4qb75x .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;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sIZnCd0huS .text1::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 .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;
}
