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-sJ5ri6TtyX {
  overflow-x: hidden !important;
}
.cid-sJ5ri6TtyX,
.cid-sJ5ri6TtyX .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5ri6TtyX .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5ri6TtyX .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5ri6TtyX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5ri6TtyX .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-sJ5ri6TtyX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5ri6TtyX .mbr-overlay {
  z-index: 1;
}
.cid-sJ5ri6TtyX .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-sJ5ri78FWL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5ri78FWL .mbr-text {
  text-align: justify;
}
.cid-sJ5ri78FWL .mbr-section-title {
  text-align: left;
}
.cid-udst9WPUiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udst9WPUiD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udst9WPUiD .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udst9WPUiD .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udst9WPUiD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udst9WPUiD .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udst9WPUiD .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udst9WPUiD .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-udst9WPUiD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udst9WPUiD [class^="socicon-"]:before,
.cid-udst9WPUiD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udst9WPUiD .mbr-section-title,
.cid-udst9WPUiD .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5ri7vb2x {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5ri7vb2x .container {
  max-width: 1400px;
}
.cid-sJ5ri7vb2x .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5ri7vb2x .soc-item a {
  padding-top: 5px;
}
.cid-sJ5ri7vb2x .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5ri7vb2x .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5ri7vb2x .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5ri7vb2x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5ri7vb2x svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5ri7vb2x #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5ri7vb2x .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5ri7vb2x .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-sJ5ri7vb2x .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5ri7vb2x .card-img {
  width: auto;
}
.cid-sJ5ri7vb2x .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-sJ5ri7vb2x .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5ri7vb2x .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5ri7vb2x .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5ri7vb2x .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5ri7vb2x .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5ri7vb2x .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5ri7vb2x img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5ri7vb2x .item {
    justify-content: center;
  }
  .cid-sJ5ri7vb2x .quote::after {
    left: 60px;
  }
}
.cid-sJ5ri7vb2x .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5ri7vb2x .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5ri7vb2x .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5ri7vb2x .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-sJ5ri7vb2x .item-title {
  color: #ffffff;
}
.cid-sJ5ri7vb2x H5 {
  color: #ffffff;
}
.cid-sJ5ri7vb2x .theme {
  color: #ffffff;
}
.cid-sJ5ri7vb2x .copyright > p {
  color: #ff3366;
}
.cid-sJ5ri7vb2x .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-sJ5rRpQkuL {
  overflow-x: hidden !important;
}
.cid-sJ5rRpQkuL,
.cid-sJ5rRpQkuL .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5rRpQkuL .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5rRpQkuL .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5rRpQkuL .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5rRpQkuL .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-sJ5rRpQkuL .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5rRpQkuL .mbr-overlay {
  z-index: 1;
}
.cid-sJ5rRpQkuL .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-sJ5rRq5YYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5rRq5YYZ .mbr-text {
  text-align: justify;
}
.cid-sJ5rRq5YYZ .mbr-section-title {
  text-align: left;
}
.cid-udsth2zxJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsth2zxJm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsth2zxJm .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsth2zxJm .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsth2zxJm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsth2zxJm .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsth2zxJm .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsth2zxJm .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-udsth2zxJm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsth2zxJm [class^="socicon-"]:before,
.cid-udsth2zxJm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsth2zxJm .mbr-section-title,
.cid-udsth2zxJm .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5rRqt2Eg {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5rRqt2Eg .container {
  max-width: 1400px;
}
.cid-sJ5rRqt2Eg .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5rRqt2Eg .soc-item a {
  padding-top: 5px;
}
.cid-sJ5rRqt2Eg .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5rRqt2Eg .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5rRqt2Eg .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5rRqt2Eg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5rRqt2Eg svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5rRqt2Eg #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5rRqt2Eg .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5rRqt2Eg .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-sJ5rRqt2Eg .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5rRqt2Eg .card-img {
  width: auto;
}
.cid-sJ5rRqt2Eg .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-sJ5rRqt2Eg .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5rRqt2Eg .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5rRqt2Eg .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5rRqt2Eg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5rRqt2Eg .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5rRqt2Eg .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5rRqt2Eg img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5rRqt2Eg .item {
    justify-content: center;
  }
  .cid-sJ5rRqt2Eg .quote::after {
    left: 60px;
  }
}
.cid-sJ5rRqt2Eg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5rRqt2Eg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5rRqt2Eg .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5rRqt2Eg .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-sJ5rRqt2Eg .item-title {
  color: #ffffff;
}
.cid-sJ5rRqt2Eg H5 {
  color: #ffffff;
}
.cid-sJ5rRqt2Eg .theme {
  color: #ffffff;
}
.cid-sJ5rRqt2Eg .copyright > p {
  color: #ff3366;
}
.cid-sJ5rRqt2Eg .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-sJ5szv38aQ {
  overflow-x: hidden !important;
}
.cid-sJ5szv38aQ,
.cid-sJ5szv38aQ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5szv38aQ .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5szv38aQ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5szv38aQ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5szv38aQ .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-sJ5szv38aQ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5szv38aQ .mbr-overlay {
  z-index: 1;
}
.cid-sJ5szv38aQ .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-sJ5szvi1r7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5szvi1r7 .mbr-text {
  text-align: justify;
}
.cid-sJ5szvi1r7 .mbr-section-title {
  text-align: left;
}
.cid-udstoNCrHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstoNCrHt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstoNCrHt .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstoNCrHt .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstoNCrHt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstoNCrHt .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstoNCrHt .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstoNCrHt .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-udstoNCrHt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstoNCrHt [class^="socicon-"]:before,
.cid-udstoNCrHt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstoNCrHt .mbr-section-title,
.cid-udstoNCrHt .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5szvKqfA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5szvKqfA .container {
  max-width: 1400px;
}
.cid-sJ5szvKqfA .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5szvKqfA .soc-item a {
  padding-top: 5px;
}
.cid-sJ5szvKqfA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5szvKqfA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5szvKqfA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5szvKqfA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5szvKqfA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5szvKqfA #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5szvKqfA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5szvKqfA .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-sJ5szvKqfA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5szvKqfA .card-img {
  width: auto;
}
.cid-sJ5szvKqfA .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-sJ5szvKqfA .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5szvKqfA .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5szvKqfA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5szvKqfA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5szvKqfA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5szvKqfA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5szvKqfA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5szvKqfA .item {
    justify-content: center;
  }
  .cid-sJ5szvKqfA .quote::after {
    left: 60px;
  }
}
.cid-sJ5szvKqfA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5szvKqfA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5szvKqfA .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5szvKqfA .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-sJ5szvKqfA .item-title {
  color: #ffffff;
}
.cid-sJ5szvKqfA H5 {
  color: #ffffff;
}
.cid-sJ5szvKqfA .theme {
  color: #ffffff;
}
.cid-sJ5szvKqfA .copyright > p {
  color: #ff3366;
}
.cid-sJ5szvKqfA .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-sJ5sVjsgeu {
  overflow-x: hidden !important;
}
.cid-sJ5sVjsgeu,
.cid-sJ5sVjsgeu .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5sVjsgeu .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5sVjsgeu .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5sVjsgeu .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5sVjsgeu .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-sJ5sVjsgeu .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5sVjsgeu .mbr-overlay {
  z-index: 1;
}
.cid-sJ5sVjsgeu .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-sJ5tNwar2h {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ5tNwar2h .mbr-text {
  text-align: justify;
}
.cid-sJ5tNwar2h .mbr-section-title {
  text-align: left;
}
.cid-sJ5zGmyKM3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJ5zGmyKM3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sJ5zGmyKM3 .mbr-text,
.cid-sJ5zGmyKM3 .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sJ5tYtDw8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5tYtDw8F .mbr-text {
  text-align: justify;
}
.cid-sJ5tYtDw8F .mbr-section-title {
  text-align: left;
}
.cid-udstxvH1Dk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstxvH1Dk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstxvH1Dk .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstxvH1Dk .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstxvH1Dk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstxvH1Dk .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstxvH1Dk .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstxvH1Dk .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-udstxvH1Dk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstxvH1Dk [class^="socicon-"]:before,
.cid-udstxvH1Dk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstxvH1Dk .mbr-section-title,
.cid-udstxvH1Dk .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5sVjZDlH {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5sVjZDlH .container {
  max-width: 1400px;
}
.cid-sJ5sVjZDlH .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5sVjZDlH .soc-item a {
  padding-top: 5px;
}
.cid-sJ5sVjZDlH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5sVjZDlH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5sVjZDlH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5sVjZDlH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5sVjZDlH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5sVjZDlH #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5sVjZDlH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5sVjZDlH .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-sJ5sVjZDlH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5sVjZDlH .card-img {
  width: auto;
}
.cid-sJ5sVjZDlH .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-sJ5sVjZDlH .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5sVjZDlH .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5sVjZDlH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5sVjZDlH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5sVjZDlH .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5sVjZDlH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5sVjZDlH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5sVjZDlH .item {
    justify-content: center;
  }
  .cid-sJ5sVjZDlH .quote::after {
    left: 60px;
  }
}
.cid-sJ5sVjZDlH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5sVjZDlH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5sVjZDlH .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5sVjZDlH .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-sJ5sVjZDlH .item-title {
  color: #ffffff;
}
.cid-sJ5sVjZDlH H5 {
  color: #ffffff;
}
.cid-sJ5sVjZDlH .theme {
  color: #ffffff;
}
.cid-sJ5sVjZDlH .copyright > p {
  color: #ff3366;
}
.cid-sJ5sVjZDlH .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-sJ9TGqq7JG {
  overflow-x: hidden !important;
}
.cid-sJ9TGqq7JG,
.cid-sJ9TGqq7JG .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ9TGqq7JG .mbr-section-title {
  color: #ffffff;
}
.cid-sJ9TGqq7JG .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ9TGqq7JG .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ9TGqq7JG .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-sJ9TGqq7JG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ9TGqq7JG .mbr-overlay {
  z-index: 1;
}
.cid-sJ9TGqq7JG .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-sJ9TGqTiCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ9TGqTiCz .mbr-text {
  text-align: justify;
}
.cid-sJ9TGqTiCz .mbr-section-title {
  text-align: left;
}
.cid-udstEMxRm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstEMxRm4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstEMxRm4 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstEMxRm4 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstEMxRm4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstEMxRm4 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstEMxRm4 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstEMxRm4 .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-udstEMxRm4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstEMxRm4 [class^="socicon-"]:before,
.cid-udstEMxRm4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstEMxRm4 .mbr-section-title,
.cid-udstEMxRm4 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ9TGri41o {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ9TGri41o .container {
  max-width: 1400px;
}
.cid-sJ9TGri41o .card-img2 span {
  padding-top: 6px;
}
.cid-sJ9TGri41o .soc-item a {
  padding-top: 5px;
}
.cid-sJ9TGri41o .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ9TGri41o .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ9TGri41o .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ9TGri41o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ9TGri41o svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ9TGri41o #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ9TGri41o .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ9TGri41o .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-sJ9TGri41o .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ9TGri41o .card-img {
  width: auto;
}
.cid-sJ9TGri41o .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-sJ9TGri41o .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ9TGri41o .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ9TGri41o .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ9TGri41o .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ9TGri41o .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ9TGri41o .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ9TGri41o img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ9TGri41o .item {
    justify-content: center;
  }
  .cid-sJ9TGri41o .quote::after {
    left: 60px;
  }
}
.cid-sJ9TGri41o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ9TGri41o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ9TGri41o .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ9TGri41o .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-sJ9TGri41o .item-title {
  color: #ffffff;
}
.cid-sJ9TGri41o H5 {
  color: #ffffff;
}
.cid-sJ9TGri41o .theme {
  color: #ffffff;
}
.cid-sJ9TGri41o .copyright > p {
  color: #ff3366;
}
.cid-sJ9TGri41o .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-sJb83Zabku {
  overflow-x: hidden !important;
}
.cid-sJb83Zabku,
.cid-sJb83Zabku .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb83Zabku .mbr-section-title {
  color: #ffffff;
}
.cid-sJb83Zabku .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb83Zabku .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb83Zabku .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-sJb83Zabku .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb83Zabku .mbr-overlay {
  z-index: 1;
}
.cid-sJb83Zabku .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-sJb83ZocUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb83ZocUB .mbr-text {
  text-align: justify;
}
.cid-sJb83ZocUB .mbr-section-title {
  text-align: left;
}
.cid-udstLjdZf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstLjdZf9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstLjdZf9 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstLjdZf9 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstLjdZf9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstLjdZf9 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstLjdZf9 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstLjdZf9 .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-udstLjdZf9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstLjdZf9 [class^="socicon-"]:before,
.cid-udstLjdZf9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstLjdZf9 .mbr-section-title,
.cid-udstLjdZf9 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb83ZJ9Xo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb83ZJ9Xo .container {
  max-width: 1400px;
}
.cid-sJb83ZJ9Xo .card-img2 span {
  padding-top: 6px;
}
.cid-sJb83ZJ9Xo .soc-item a {
  padding-top: 5px;
}
.cid-sJb83ZJ9Xo .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb83ZJ9Xo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb83ZJ9Xo .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb83ZJ9Xo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb83ZJ9Xo svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb83ZJ9Xo #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb83ZJ9Xo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb83ZJ9Xo .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-sJb83ZJ9Xo .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb83ZJ9Xo .card-img {
  width: auto;
}
.cid-sJb83ZJ9Xo .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-sJb83ZJ9Xo .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb83ZJ9Xo .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb83ZJ9Xo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb83ZJ9Xo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb83ZJ9Xo .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb83ZJ9Xo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb83ZJ9Xo img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb83ZJ9Xo .item {
    justify-content: center;
  }
  .cid-sJb83ZJ9Xo .quote::after {
    left: 60px;
  }
}
.cid-sJb83ZJ9Xo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb83ZJ9Xo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb83ZJ9Xo .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJb83ZJ9Xo .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-sJb83ZJ9Xo .item-title {
  color: #ffffff;
}
.cid-sJb83ZJ9Xo H5 {
  color: #ffffff;
}
.cid-sJb83ZJ9Xo .theme {
  color: #ffffff;
}
.cid-sJb83ZJ9Xo .copyright > p {
  color: #ff3366;
}
.cid-sJb83ZJ9Xo .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-sJb9wI6d36 {
  overflow-x: hidden !important;
}
.cid-sJb9wI6d36,
.cid-sJb9wI6d36 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb9wI6d36 .mbr-section-title {
  color: #ffffff;
}
.cid-sJb9wI6d36 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb9wI6d36 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb9wI6d36 .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-sJb9wI6d36 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb9wI6d36 .mbr-overlay {
  z-index: 1;
}
.cid-sJb9wI6d36 .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-sJb9wImNVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb9wImNVb .mbr-text {
  text-align: justify;
}
.cid-sJb9wImNVb .mbr-section-title {
  text-align: left;
}
.cid-udsu65GjjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsu65GjjM .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsu65GjjM .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsu65GjjM .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsu65GjjM .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsu65GjjM .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsu65GjjM .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsu65GjjM .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-udsu65GjjM .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsu65GjjM [class^="socicon-"]:before,
.cid-udsu65GjjM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsu65GjjM .mbr-section-title,
.cid-udsu65GjjM .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb9wIFsiA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb9wIFsiA .container {
  max-width: 1400px;
}
.cid-sJb9wIFsiA .card-img2 span {
  padding-top: 6px;
}
.cid-sJb9wIFsiA .soc-item a {
  padding-top: 5px;
}
.cid-sJb9wIFsiA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb9wIFsiA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb9wIFsiA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb9wIFsiA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb9wIFsiA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb9wIFsiA #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb9wIFsiA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb9wIFsiA .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-sJb9wIFsiA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb9wIFsiA .card-img {
  width: auto;
}
.cid-sJb9wIFsiA .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-sJb9wIFsiA .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb9wIFsiA .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb9wIFsiA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb9wIFsiA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb9wIFsiA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb9wIFsiA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb9wIFsiA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb9wIFsiA .item {
    justify-content: center;
  }
  .cid-sJb9wIFsiA .quote::after {
    left: 60px;
  }
}
.cid-sJb9wIFsiA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb9wIFsiA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb9wIFsiA .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJb9wIFsiA .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-sJb9wIFsiA .item-title {
  color: #ffffff;
}
.cid-sJb9wIFsiA H5 {
  color: #ffffff;
}
.cid-sJb9wIFsiA .theme {
  color: #ffffff;
}
.cid-sJb9wIFsiA .copyright > p {
  color: #ff3366;
}
.cid-sJb9wIFsiA .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-sJb9WQLjoa {
  overflow-x: hidden !important;
}
.cid-sJb9WQLjoa,
.cid-sJb9WQLjoa .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb9WQLjoa .mbr-section-title {
  color: #ffffff;
}
.cid-sJb9WQLjoa .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb9WQLjoa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb9WQLjoa .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-sJb9WQLjoa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb9WQLjoa .mbr-overlay {
  z-index: 1;
}
.cid-sJb9WQLjoa .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-sJb9WR0BAy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb9WR0BAy .mbr-text {
  text-align: justify;
}
.cid-sJb9WR0BAy .mbr-section-title {
  text-align: left;
}
.cid-udsu96ZvWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsu96ZvWW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsu96ZvWW .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsu96ZvWW .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsu96ZvWW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsu96ZvWW .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsu96ZvWW .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsu96ZvWW .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-udsu96ZvWW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsu96ZvWW [class^="socicon-"]:before,
.cid-udsu96ZvWW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsu96ZvWW .mbr-section-title,
.cid-udsu96ZvWW .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb9WRr1sZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb9WRr1sZ .container {
  max-width: 1400px;
}
.cid-sJb9WRr1sZ .card-img2 span {
  padding-top: 6px;
}
.cid-sJb9WRr1sZ .soc-item a {
  padding-top: 5px;
}
.cid-sJb9WRr1sZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb9WRr1sZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb9WRr1sZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb9WRr1sZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb9WRr1sZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb9WRr1sZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb9WRr1sZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb9WRr1sZ .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-sJb9WRr1sZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb9WRr1sZ .card-img {
  width: auto;
}
.cid-sJb9WRr1sZ .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-sJb9WRr1sZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb9WRr1sZ .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb9WRr1sZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb9WRr1sZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb9WRr1sZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb9WRr1sZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb9WRr1sZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb9WRr1sZ .item {
    justify-content: center;
  }
  .cid-sJb9WRr1sZ .quote::after {
    left: 60px;
  }
}
.cid-sJb9WRr1sZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb9WRr1sZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb9WRr1sZ .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJb9WRr1sZ .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-sJb9WRr1sZ .item-title {
  color: #ffffff;
}
.cid-sJb9WRr1sZ H5 {
  color: #ffffff;
}
.cid-sJb9WRr1sZ .theme {
  color: #ffffff;
}
.cid-sJb9WRr1sZ .copyright > p {
  color: #ff3366;
}
.cid-sJb9WRr1sZ .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-sVVjNC2JSd {
  overflow-x: hidden !important;
}
.cid-sVVjNC2JSd,
.cid-sVVjNC2JSd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sVVjNC2JSd .mbr-section-title {
  color: #ffffff;
}
.cid-sVVjNC2JSd .mbr-section-title span {
  color: #2b6549;
}
.cid-sVVjNC2JSd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sVVjNC2JSd .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-sVVjNC2JSd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sVVjNC2JSd .mbr-overlay {
  z-index: 1;
}
.cid-sVVjNC2JSd .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-sVVjNCfzgz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVVjNCfzgz .mbr-text {
  text-align: justify;
}
.cid-sVVjNCfzgz .mbr-section-title {
  text-align: left;
}
.cid-udstVrnUhc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstVrnUhc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstVrnUhc .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstVrnUhc .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstVrnUhc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstVrnUhc .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstVrnUhc .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstVrnUhc .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-udstVrnUhc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstVrnUhc [class^="socicon-"]:before,
.cid-udstVrnUhc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstVrnUhc .mbr-section-title,
.cid-udstVrnUhc .mbr-social-likes {
  color: #2b6549;
}
.cid-sVVjNCy3xi {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sVVjNCy3xi .container {
  max-width: 1400px;
}
.cid-sVVjNCy3xi .card-img2 span {
  padding-top: 6px;
}
.cid-sVVjNCy3xi .soc-item a {
  padding-top: 5px;
}
.cid-sVVjNCy3xi .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sVVjNCy3xi .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sVVjNCy3xi .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sVVjNCy3xi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVVjNCy3xi svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sVVjNCy3xi #e2_shape {
  fill: #ffffff !important;
}
.cid-sVVjNCy3xi .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sVVjNCy3xi .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-sVVjNCy3xi .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVVjNCy3xi .card-img {
  width: auto;
}
.cid-sVVjNCy3xi .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-sVVjNCy3xi .soc-item span {
  font-size: 1.4rem;
}
.cid-sVVjNCy3xi .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sVVjNCy3xi .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVVjNCy3xi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVVjNCy3xi .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVVjNCy3xi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVVjNCy3xi img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sVVjNCy3xi .item {
    justify-content: center;
  }
  .cid-sVVjNCy3xi .quote::after {
    left: 60px;
  }
}
.cid-sVVjNCy3xi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVVjNCy3xi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVVjNCy3xi .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sVVjNCy3xi .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-sVVjNCy3xi .item-title {
  color: #ffffff;
}
.cid-sVVjNCy3xi H5 {
  color: #ffffff;
}
.cid-sVVjNCy3xi .theme {
  color: #ffffff;
}
.cid-sVVjNCy3xi .copyright > p {
  color: #ff3366;
}
.cid-sVVjNCy3xi .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-u04KNKuTCk {
  overflow-x: hidden !important;
}
.cid-u04KNKuTCk,
.cid-u04KNKuTCk .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-u04KNKuTCk .mbr-section-title {
  color: #ffffff;
}
.cid-u04KNKuTCk .mbr-section-title span {
  color: #2b6549;
}
.cid-u04KNKuTCk .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-u04KNKuTCk .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-u04KNKuTCk .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u04KNKuTCk .mbr-overlay {
  z-index: 1;
}
.cid-u04KNKuTCk .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-u04KNKFeas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u04KNKFeas .mbr-text {
  text-align: justify;
}
.cid-u04KNKFeas .mbr-section-title {
  text-align: left;
}
.cid-udsttryqJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsttryqJg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsttryqJg .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsttryqJg .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsttryqJg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsttryqJg .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsttryqJg .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsttryqJg .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-udsttryqJg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsttryqJg [class^="socicon-"]:before,
.cid-udsttryqJg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsttryqJg .mbr-section-title,
.cid-udsttryqJg .mbr-social-likes {
  color: #2b6549;
}
.cid-u04KNL0W5q {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-u04KNL0W5q .container {
  max-width: 1400px;
}
.cid-u04KNL0W5q .card-img2 span {
  padding-top: 6px;
}
.cid-u04KNL0W5q .soc-item a {
  padding-top: 5px;
}
.cid-u04KNL0W5q .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-u04KNL0W5q .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u04KNL0W5q .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u04KNL0W5q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u04KNL0W5q svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u04KNL0W5q #e2_shape {
  fill: #ffffff !important;
}
.cid-u04KNL0W5q .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u04KNL0W5q .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-u04KNL0W5q .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u04KNL0W5q .card-img {
  width: auto;
}
.cid-u04KNL0W5q .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-u04KNL0W5q .soc-item span {
  font-size: 1.4rem;
}
.cid-u04KNL0W5q .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-u04KNL0W5q .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u04KNL0W5q .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u04KNL0W5q .media-wrap {
  margin-bottom: 1rem;
}
.cid-u04KNL0W5q .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u04KNL0W5q img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-u04KNL0W5q .item {
    justify-content: center;
  }
  .cid-u04KNL0W5q .quote::after {
    left: 60px;
  }
}
.cid-u04KNL0W5q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u04KNL0W5q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u04KNL0W5q .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-u04KNL0W5q .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-u04KNL0W5q .item-title {
  color: #ffffff;
}
.cid-u04KNL0W5q H5 {
  color: #ffffff;
}
.cid-u04KNL0W5q .theme {
  color: #ffffff;
}
.cid-u04KNL0W5q .copyright > p {
  color: #ff3366;
}
.cid-u04KNL0W5q .text2 {
  color: #ffffff;
}
.cid-uq0eeI6GAX {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uq0eeI6GAX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq0eeI6GAX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq0eeI6GAX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uq0eeI6GAX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uq0eeI6GAX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uq0eeI6GAX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uq0eeI6GAX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uq0eeI6GAX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uq0eeI6GAX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uq0eeI6GAX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uq0eeI6GAX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uq0eeI6GAX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uq0eeI6GAX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uq0eeI6GAX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uq0eeI6GAX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uq0eeI6GAX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .nav-item:focus,
.cid-uq0eeI6GAX .nav-link:focus {
  outline: none;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq0eeI6GAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq0eeI6GAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq0eeI6GAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar.opened {
  transition: all 0.3s;
}
.cid-uq0eeI6GAX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq0eeI6GAX .navbar .navbar-logo img {
  width: auto;
}
.cid-uq0eeI6GAX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uq0eeI6GAX .navbar.collapsed {
  justify-content: center;
}
.cid-uq0eeI6GAX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq0eeI6GAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq0eeI6GAX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uq0eeI6GAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq0eeI6GAX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq0eeI6GAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq0eeI6GAX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uq0eeI6GAX .navbar {
    min-height: 72px;
  }
  .cid-uq0eeI6GAX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uq0eeI6GAX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq0eeI6GAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq0eeI6GAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq0eeI6GAX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uq0eeI6GAX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq0eeI6GAX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq0eeI6GAX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uq0eeI6GAX .dropdown-item.active,
.cid-uq0eeI6GAX .dropdown-item:active {
  background-color: transparent;
}
.cid-uq0eeI6GAX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq0eeI6GAX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq0eeI6GAX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq0eeI6GAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq0eeI6GAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uq0eeI6GAX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uq0eeI6GAX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq0eeI6GAX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uq0eeI6GAX .navbar-buttons {
    text-align: left;
  }
}
.cid-uq0eeI6GAX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq0eeI6GAX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq0eeI6GAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq0eeI6GAX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uq0eeI6GAX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq0eeI6GAX .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-uq0eeI6GAX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq0eeI6GAX .navbar {
    height: 70px;
  }
  .cid-uq0eeI6GAX .navbar.opened {
    height: auto;
  }
  .cid-uq0eeI6GAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uq0eeI6GAX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uq0eeI6GAX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uq0eeI6GAX .navbar-brand {
    margin-right: auto;
  }
  .cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uq0eeI6GAX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-uq0eeI6GAX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uq0eeI6GAX .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-uq0eeI6GAX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uq0eeI6GAX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uq0eeIqSOb {
  overflow-x: hidden !important;
}
.cid-uq0eeIqSOb,
.cid-uq0eeIqSOb .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uq0eeIqSOb .mbr-section-title {
  color: #ffffff;
}
.cid-uq0eeIqSOb .mbr-section-title span {
  color: #2b6549;
}
.cid-uq0eeIqSOb .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uq0eeIqSOb .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-uq0eeIqSOb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uq0eeIqSOb .mbr-overlay {
  z-index: 1;
}
.cid-uq0eeIqSOb .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-uq0eeIBT47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq0eeIBT47 .mbr-text {
  text-align: justify;
}
.cid-uq0eeIBT47 .mbr-section-title {
  text-align: left;
}
.cid-uq0eeIVtWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uq0eeIVtWO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uq0eeIVtWO .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-uq0eeIVtWO .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-uq0eeIVtWO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uq0eeIVtWO .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-uq0eeIVtWO .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-uq0eeIVtWO .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-uq0eeIVtWO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uq0eeIVtWO [class^="socicon-"]:before,
.cid-uq0eeIVtWO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uq0eeIVtWO .mbr-section-title,
.cid-uq0eeIVtWO .mbr-social-likes {
  color: #2b6549;
}
.cid-uq0eeJ6vPz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-uq0eeJ6vPz .container {
  max-width: 1400px;
}
.cid-uq0eeJ6vPz .card-img2 span {
  padding-top: 6px;
}
.cid-uq0eeJ6vPz .soc-item a {
  padding-top: 5px;
}
.cid-uq0eeJ6vPz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-uq0eeJ6vPz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uq0eeJ6vPz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uq0eeJ6vPz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uq0eeJ6vPz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uq0eeJ6vPz #e2_shape {
  fill: #ffffff !important;
}
.cid-uq0eeJ6vPz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uq0eeJ6vPz .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-uq0eeJ6vPz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq0eeJ6vPz .card-img {
  width: auto;
}
.cid-uq0eeJ6vPz .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-uq0eeJ6vPz .soc-item span {
  font-size: 1.4rem;
}
.cid-uq0eeJ6vPz .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-uq0eeJ6vPz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uq0eeJ6vPz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uq0eeJ6vPz .media-wrap {
  margin-bottom: 1rem;
}
.cid-uq0eeJ6vPz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uq0eeJ6vPz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-uq0eeJ6vPz .item {
    justify-content: center;
  }
  .cid-uq0eeJ6vPz .quote::after {
    left: 60px;
  }
}
.cid-uq0eeJ6vPz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uq0eeJ6vPz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uq0eeJ6vPz .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-uq0eeJ6vPz .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-uq0eeJ6vPz .item-title {
  color: #ffffff;
}
.cid-uq0eeJ6vPz H5 {
  color: #ffffff;
}
.cid-uq0eeJ6vPz .theme {
  color: #ffffff;
}
.cid-uq0eeJ6vPz .copyright > p {
  color: #ff3366;
}
.cid-uq0eeJ6vPz .text2 {
  color: #ffffff;
}
.cid-uCAPvKopx6 {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCAPvKopx6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCAPvKopx6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCAPvKopx6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uCAPvKopx6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCAPvKopx6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCAPvKopx6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCAPvKopx6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCAPvKopx6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCAPvKopx6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCAPvKopx6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCAPvKopx6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCAPvKopx6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCAPvKopx6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCAPvKopx6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCAPvKopx6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCAPvKopx6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .nav-item:focus,
.cid-uCAPvKopx6 .nav-link:focus {
  outline: none;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCAPvKopx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCAPvKopx6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCAPvKopx6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCAPvKopx6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCAPvKopx6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCAPvKopx6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCAPvKopx6 .navbar.collapsed {
  justify-content: center;
}
.cid-uCAPvKopx6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCAPvKopx6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCAPvKopx6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uCAPvKopx6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCAPvKopx6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCAPvKopx6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCAPvKopx6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCAPvKopx6 .navbar {
    min-height: 72px;
  }
  .cid-uCAPvKopx6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCAPvKopx6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCAPvKopx6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCAPvKopx6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCAPvKopx6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCAPvKopx6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCAPvKopx6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCAPvKopx6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCAPvKopx6 .dropdown-item.active,
.cid-uCAPvKopx6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCAPvKopx6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCAPvKopx6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCAPvKopx6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCAPvKopx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCAPvKopx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCAPvKopx6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCAPvKopx6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCAPvKopx6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCAPvKopx6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uCAPvKopx6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCAPvKopx6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCAPvKopx6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCAPvKopx6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCAPvKopx6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCAPvKopx6 .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-uCAPvKopx6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCAPvKopx6 .navbar {
    height: 70px;
  }
  .cid-uCAPvKopx6 .navbar.opened {
    height: auto;
  }
  .cid-uCAPvKopx6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCAPvKopx6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCAPvKopx6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCAPvKopx6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCAPvKopx6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-uCAPvKopx6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCAPvKopx6 .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-uCAPvKopx6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCAPvKopx6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCAPvKINNd {
  overflow-x: hidden !important;
}
.cid-uCAPvKINNd,
.cid-uCAPvKINNd .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uCAPvKINNd .mbr-section-title {
  color: #ffffff;
}
.cid-uCAPvKINNd .mbr-section-title span {
  color: #2b6549;
}
.cid-uCAPvKINNd .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uCAPvKINNd .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-uCAPvKINNd .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uCAPvKINNd .mbr-overlay {
  z-index: 1;
}
.cid-uCAPvKINNd .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-uCAPvKTncK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCAPvKTncK .mbr-text {
  text-align: justify;
}
.cid-uCAPvKTncK .mbr-section-title {
  text-align: left;
}
.cid-uI18jlDYmk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uI18jlDYmk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uI18jlDYmk .mbr-text,
.cid-uI18jlDYmk .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-uCAQ38emwe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCAQ38emwe .mbr-text {
  text-align: justify;
}
.cid-uCAQ38emwe .mbr-section-title {
  text-align: left;
}
.cid-uCAQBAC1wk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCAQBAC1wk .mbr-text {
  text-align: justify;
}
.cid-uCAQBAC1wk .mbr-section-title {
  text-align: left;
}
.cid-uCAR3P4CZG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCAR3P4CZG .mbr-text {
  text-align: justify;
}
.cid-uCAR3P4CZG .mbr-section-title {
  text-align: left;
}
.cid-uCARjL96XD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCARjL96XD .mbr-text {
  text-align: justify;
}
.cid-uCARjL96XD .mbr-section-title {
  text-align: left;
}
.cid-uCARxzHNui {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCARxzHNui .mbr-text {
  text-align: justify;
}
.cid-uCARxzHNui .mbr-section-title {
  text-align: left;
}
.cid-uCAPvLA4vt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uCAPvLA4vt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uCAPvLA4vt .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-uCAPvLA4vt .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-uCAPvLA4vt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uCAPvLA4vt .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-uCAPvLA4vt .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-uCAPvLA4vt .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-uCAPvLA4vt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uCAPvLA4vt [class^="socicon-"]:before,
.cid-uCAPvLA4vt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uCAPvLA4vt .mbr-section-title,
.cid-uCAPvLA4vt .mbr-social-likes {
  color: #2b6549;
}
.cid-uCAPvLM2bn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-uCAPvLM2bn .container {
  max-width: 1400px;
}
.cid-uCAPvLM2bn .card-img2 span {
  padding-top: 6px;
}
.cid-uCAPvLM2bn .soc-item a {
  padding-top: 5px;
}
.cid-uCAPvLM2bn .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-uCAPvLM2bn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uCAPvLM2bn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uCAPvLM2bn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uCAPvLM2bn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uCAPvLM2bn #e2_shape {
  fill: #ffffff !important;
}
.cid-uCAPvLM2bn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uCAPvLM2bn .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-uCAPvLM2bn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCAPvLM2bn .card-img {
  width: auto;
}
.cid-uCAPvLM2bn .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-uCAPvLM2bn .soc-item span {
  font-size: 1.4rem;
}
.cid-uCAPvLM2bn .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-uCAPvLM2bn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uCAPvLM2bn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uCAPvLM2bn .media-wrap {
  margin-bottom: 1rem;
}
.cid-uCAPvLM2bn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uCAPvLM2bn img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-uCAPvLM2bn .item {
    justify-content: center;
  }
  .cid-uCAPvLM2bn .quote::after {
    left: 60px;
  }
}
.cid-uCAPvLM2bn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uCAPvLM2bn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCAPvLM2bn .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-uCAPvLM2bn .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-uCAPvLM2bn .item-title {
  color: #ffffff;
}
.cid-uCAPvLM2bn H5 {
  color: #ffffff;
}
.cid-uCAPvLM2bn .theme {
  color: #ffffff;
}
.cid-uCAPvLM2bn .copyright > p {
  color: #ff3366;
}
.cid-uCAPvLM2bn .text2 {
  color: #ffffff;
}
.cid-v8GBCZhshA {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-v8GBCZhshA .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-v8GBCZhshA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v8GBCZhshA .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-v8GBCZhshA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v8GBCZhshA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8GBCZhshA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8GBCZhshA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v8GBCZhshA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v8GBCZhshA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v8GBCZhshA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v8GBCZhshA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v8GBCZhshA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v8GBCZhshA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v8GBCZhshA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v8GBCZhshA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v8GBCZhshA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v8GBCZhshA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v8GBCZhshA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v8GBCZhshA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v8GBCZhshA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v8GBCZhshA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v8GBCZhshA .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-v8GBCZhshA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GBCZhshA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v8GBCZhshA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8GBCZhshA .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-v8GBCZhshA .nav-item:focus,
.cid-v8GBCZhshA .nav-link:focus {
  outline: none;
}
.cid-v8GBCZhshA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8GBCZhshA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8GBCZhshA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8GBCZhshA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8GBCZhshA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8GBCZhshA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8GBCZhshA .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-v8GBCZhshA .navbar.opened {
  transition: all 0.3s;
}
.cid-v8GBCZhshA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8GBCZhshA .navbar .navbar-logo img {
  width: auto;
}
.cid-v8GBCZhshA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v8GBCZhshA .navbar.collapsed {
  justify-content: center;
}
.cid-v8GBCZhshA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8GBCZhshA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8GBCZhshA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v8GBCZhshA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8GBCZhshA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8GBCZhshA .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-v8GBCZhshA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8GBCZhshA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8GBCZhshA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v8GBCZhshA .navbar {
    min-height: 72px;
  }
  .cid-v8GBCZhshA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8GBCZhshA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8GBCZhshA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8GBCZhshA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8GBCZhshA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8GBCZhshA .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-v8GBCZhshA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8GBCZhshA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v8GBCZhshA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8GBCZhshA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8GBCZhshA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v8GBCZhshA .dropdown-item.active,
.cid-v8GBCZhshA .dropdown-item:active {
  background-color: transparent;
}
.cid-v8GBCZhshA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8GBCZhshA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8GBCZhshA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8GBCZhshA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8GBCZhshA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v8GBCZhshA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v8GBCZhshA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8GBCZhshA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v8GBCZhshA .navbar-buttons {
    text-align: left;
  }
}
.cid-v8GBCZhshA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8GBCZhshA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8GBCZhshA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8GBCZhshA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8GBCZhshA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8GBCZhshA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8GBCZhshA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8GBCZhshA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8GBCZhshA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8GBCZhshA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8GBCZhshA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8GBCZhshA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GBCZhshA .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-v8GBCZhshA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8GBCZhshA .navbar {
    height: 70px;
  }
  .cid-v8GBCZhshA .navbar.opened {
    height: auto;
  }
  .cid-v8GBCZhshA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8GBCZhshA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v8GBCZhshA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v8GBCZhshA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v8GBCZhshA .navbar-brand {
    margin-right: auto;
  }
  .cid-v8GBCZhshA .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-v8GBCZhshA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v8GBCZhshA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v8GBCZhshA .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-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-v8GBCZhshA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v8GBCZhshA .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-v8GBCZhshA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v8GBCZhshA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8GBCZZMme {
  overflow-x: hidden !important;
}
.cid-v8GBCZZMme,
.cid-v8GBCZZMme .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-v8GBCZZMme .mbr-section-title {
  color: #ffffff;
}
.cid-v8GBCZZMme .mbr-section-title span {
  color: #2b6549;
}
.cid-v8GBCZZMme .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-v8GBCZZMme .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-v8GBCZZMme .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-v8GBCZZMme .mbr-overlay {
  z-index: 1;
}
.cid-v8GBCZZMme .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-v8GBD0FaKs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8GBD0FaKs .mbr-text {
  text-align: justify;
}
.cid-v8GBD0FaKs .mbr-section-title {
  text-align: left;
}
.cid-v8GBD2rTEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8GBD2rTEa .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8GBD2rTEa .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8GBD2rTEa .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v8GBD2rTEa .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v8GBD2rTEa .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-v8GBD2rTEa .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-v8GBD2rTEa .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8GBD2rTEa .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-v8GBD2rTEa .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8GBD2rTEa .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8GBD2rTEa .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-v8GBD2rTEa .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-v8GBD2rTEa .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-v8GBD2rTEa .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v8GBD2rTEa [class^="socicon-"]:before,
.cid-v8GBD2rTEa [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v8GBD2rTEa .mbr-section-title,
.cid-v8GBD2rTEa .mbr-social-likes {
  color: #2b6549;
}
.cid-v8GBD36KW4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-v8GBD36KW4 .container {
  max-width: 1400px;
}
.cid-v8GBD36KW4 .card-img2 span {
  padding-top: 6px;
}
.cid-v8GBD36KW4 .soc-item a {
  padding-top: 5px;
}
.cid-v8GBD36KW4 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-v8GBD36KW4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-v8GBD36KW4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-v8GBD36KW4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8GBD36KW4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-v8GBD36KW4 #e2_shape {
  fill: #ffffff !important;
}
.cid-v8GBD36KW4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-v8GBD36KW4 .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-v8GBD36KW4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8GBD36KW4 .card-img {
  width: auto;
}
.cid-v8GBD36KW4 .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-v8GBD36KW4 .soc-item span {
  font-size: 1.4rem;
}
.cid-v8GBD36KW4 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-v8GBD36KW4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v8GBD36KW4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v8GBD36KW4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-v8GBD36KW4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8GBD36KW4 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-v8GBD36KW4 .item {
    justify-content: center;
  }
  .cid-v8GBD36KW4 .quote::after {
    left: 60px;
  }
}
.cid-v8GBD36KW4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-v8GBD36KW4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8GBD36KW4 .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-v8GBD36KW4 .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-v8GBD36KW4 .item-title {
  color: #ffffff;
}
.cid-v8GBD36KW4 H5 {
  color: #ffffff;
}
.cid-v8GBD36KW4 .theme {
  color: #ffffff;
}
.cid-v8GBD36KW4 .copyright > p {
  color: #ff3366;
}
.cid-v8GBD36KW4 .text2 {
  color: #ffffff;
}
.cid-vmbEV2Z0zK {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vmbEV2Z0zK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmbEV2Z0zK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmbEV2Z0zK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vmbEV2Z0zK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vmbEV2Z0zK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vmbEV2Z0zK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vmbEV2Z0zK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vmbEV2Z0zK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vmbEV2Z0zK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vmbEV2Z0zK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vmbEV2Z0zK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vmbEV2Z0zK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vmbEV2Z0zK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vmbEV2Z0zK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vmbEV2Z0zK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vmbEV2Z0zK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vmbEV2Z0zK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vmbEV2Z0zK .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-vmbEV2Z0zK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vmbEV2Z0zK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vmbEV2Z0zK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmbEV2Z0zK .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-vmbEV2Z0zK .nav-item:focus,
.cid-vmbEV2Z0zK .nav-link:focus {
  outline: none;
}
.cid-vmbEV2Z0zK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmbEV2Z0zK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmbEV2Z0zK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmbEV2Z0zK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmbEV2Z0zK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmbEV2Z0zK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar.opened {
  transition: all 0.3s;
}
.cid-vmbEV2Z0zK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmbEV2Z0zK .navbar .navbar-logo img {
  width: auto;
}
.cid-vmbEV2Z0zK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vmbEV2Z0zK .navbar.collapsed {
  justify-content: center;
}
.cid-vmbEV2Z0zK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmbEV2Z0zK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmbEV2Z0zK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vmbEV2Z0zK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmbEV2Z0zK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmbEV2Z0zK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmbEV2Z0zK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vmbEV2Z0zK .navbar {
    min-height: 72px;
  }
  .cid-vmbEV2Z0zK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vmbEV2Z0zK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmbEV2Z0zK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmbEV2Z0zK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmbEV2Z0zK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmbEV2Z0zK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vmbEV2Z0zK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmbEV2Z0zK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmbEV2Z0zK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vmbEV2Z0zK .dropdown-item.active,
.cid-vmbEV2Z0zK .dropdown-item:active {
  background-color: transparent;
}
.cid-vmbEV2Z0zK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmbEV2Z0zK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmbEV2Z0zK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmbEV2Z0zK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vmbEV2Z0zK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vmbEV2Z0zK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vmbEV2Z0zK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmbEV2Z0zK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vmbEV2Z0zK .navbar-buttons {
    text-align: left;
  }
}
.cid-vmbEV2Z0zK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmbEV2Z0zK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vmbEV2Z0zK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmbEV2Z0zK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmbEV2Z0zK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmbEV2Z0zK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmbEV2Z0zK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmbEV2Z0zK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmbEV2Z0zK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmbEV2Z0zK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmbEV2Z0zK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vmbEV2Z0zK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmbEV2Z0zK .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-vmbEV2Z0zK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmbEV2Z0zK .navbar {
    height: 70px;
  }
  .cid-vmbEV2Z0zK .navbar.opened {
    height: auto;
  }
  .cid-vmbEV2Z0zK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vmbEV2Z0zK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vmbEV2Z0zK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vmbEV2Z0zK .navbar-brand {
    margin-right: auto;
  }
  .cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vmbEV2Z0zK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-vmbEV2Z0zK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vmbEV2Z0zK .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-vmbEV2Z0zK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vmbEV2Z0zK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmbEV3boLn {
  overflow-x: hidden !important;
}
.cid-vmbEV3boLn,
.cid-vmbEV3boLn .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-vmbEV3boLn .mbr-section-title {
  color: #ffffff;
}
.cid-vmbEV3boLn .mbr-section-title span {
  color: #2b6549;
}
.cid-vmbEV3boLn .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-vmbEV3boLn .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-vmbEV3boLn .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-vmbEV3boLn .mbr-overlay {
  z-index: 1;
}
.cid-vmbEV3boLn .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-vmbEV3ifjv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmbEV3ifjv .mbr-text {
  text-align: justify;
}
.cid-vmbEV3ifjv .mbr-section-title {
  text-align: left;
}
.cid-vmbEV3sbw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmbEV3sbw7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vmbEV3sbw7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-vmbEV3sbw7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vmbEV3sbw7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-vmbEV3sbw7 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-vmbEV3sbw7 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-vmbEV3sbw7 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-vmbEV3sbw7 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-vmbEV3sbw7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-vmbEV3sbw7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-vmbEV3sbw7 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-vmbEV3sbw7 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-vmbEV3sbw7 .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-vmbEV3sbw7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-vmbEV3sbw7 [class^="socicon-"]:before,
.cid-vmbEV3sbw7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vmbEV3sbw7 .mbr-section-title,
.cid-vmbEV3sbw7 .mbr-social-likes {
  color: #2b6549;
}
.cid-vmbEV3y6Vd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-vmbEV3y6Vd .container {
  max-width: 1400px;
}
.cid-vmbEV3y6Vd .card-img2 span {
  padding-top: 6px;
}
.cid-vmbEV3y6Vd .soc-item a {
  padding-top: 5px;
}
.cid-vmbEV3y6Vd .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-vmbEV3y6Vd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-vmbEV3y6Vd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-vmbEV3y6Vd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vmbEV3y6Vd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-vmbEV3y6Vd #e2_shape {
  fill: #ffffff !important;
}
.cid-vmbEV3y6Vd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-vmbEV3y6Vd .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-vmbEV3y6Vd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vmbEV3y6Vd .card-img {
  width: auto;
}
.cid-vmbEV3y6Vd .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-vmbEV3y6Vd .soc-item span {
  font-size: 1.4rem;
}
.cid-vmbEV3y6Vd .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-vmbEV3y6Vd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-vmbEV3y6Vd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vmbEV3y6Vd .media-wrap {
  margin-bottom: 1rem;
}
.cid-vmbEV3y6Vd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vmbEV3y6Vd img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-vmbEV3y6Vd .item {
    justify-content: center;
  }
  .cid-vmbEV3y6Vd .quote::after {
    left: 60px;
  }
}
.cid-vmbEV3y6Vd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vmbEV3y6Vd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vmbEV3y6Vd .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-vmbEV3y6Vd .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-vmbEV3y6Vd .item-title {
  color: #ffffff;
}
.cid-vmbEV3y6Vd H5 {
  color: #ffffff;
}
.cid-vmbEV3y6Vd .theme {
  color: #ffffff;
}
.cid-vmbEV3y6Vd .copyright > p {
  color: #ff3366;
}
.cid-vmbEV3y6Vd .text2 {
  color: #ffffff;
}
.cid-vo7Lfm5Syx {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vo7Lfm5Syx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vo7Lfm5Syx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vo7Lfm5Syx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vo7Lfm5Syx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vo7Lfm5Syx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vo7Lfm5Syx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vo7Lfm5Syx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vo7Lfm5Syx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vo7Lfm5Syx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vo7Lfm5Syx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vo7Lfm5Syx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vo7Lfm5Syx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vo7Lfm5Syx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vo7Lfm5Syx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vo7Lfm5Syx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vo7Lfm5Syx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vo7Lfm5Syx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vo7Lfm5Syx .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-vo7Lfm5Syx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vo7Lfm5Syx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vo7Lfm5Syx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vo7Lfm5Syx .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-vo7Lfm5Syx .nav-item:focus,
.cid-vo7Lfm5Syx .nav-link:focus {
  outline: none;
}
.cid-vo7Lfm5Syx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vo7Lfm5Syx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vo7Lfm5Syx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vo7Lfm5Syx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vo7Lfm5Syx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vo7Lfm5Syx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar.opened {
  transition: all 0.3s;
}
.cid-vo7Lfm5Syx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vo7Lfm5Syx .navbar .navbar-logo img {
  width: auto;
}
.cid-vo7Lfm5Syx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vo7Lfm5Syx .navbar.collapsed {
  justify-content: center;
}
.cid-vo7Lfm5Syx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vo7Lfm5Syx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vo7Lfm5Syx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vo7Lfm5Syx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vo7Lfm5Syx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vo7Lfm5Syx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vo7Lfm5Syx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vo7Lfm5Syx .navbar {
    min-height: 72px;
  }
  .cid-vo7Lfm5Syx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vo7Lfm5Syx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vo7Lfm5Syx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vo7Lfm5Syx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vo7Lfm5Syx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vo7Lfm5Syx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vo7Lfm5Syx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vo7Lfm5Syx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vo7Lfm5Syx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vo7Lfm5Syx .dropdown-item.active,
.cid-vo7Lfm5Syx .dropdown-item:active {
  background-color: transparent;
}
.cid-vo7Lfm5Syx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vo7Lfm5Syx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vo7Lfm5Syx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vo7Lfm5Syx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vo7Lfm5Syx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vo7Lfm5Syx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vo7Lfm5Syx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vo7Lfm5Syx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vo7Lfm5Syx .navbar-buttons {
    text-align: left;
  }
}
.cid-vo7Lfm5Syx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vo7Lfm5Syx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vo7Lfm5Syx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vo7Lfm5Syx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vo7Lfm5Syx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vo7Lfm5Syx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vo7Lfm5Syx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo7Lfm5Syx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vo7Lfm5Syx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vo7Lfm5Syx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo7Lfm5Syx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vo7Lfm5Syx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo7Lfm5Syx .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-vo7Lfm5Syx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vo7Lfm5Syx .navbar {
    height: 70px;
  }
  .cid-vo7Lfm5Syx .navbar.opened {
    height: auto;
  }
  .cid-vo7Lfm5Syx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vo7Lfm5Syx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vo7Lfm5Syx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vo7Lfm5Syx .navbar-brand {
    margin-right: auto;
  }
  .cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vo7Lfm5Syx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::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-vo7Lfm5Syx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vo7Lfm5Syx .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-vo7Lfm5Syx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vo7Lfm5Syx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vo7LfmjB05 {
  overflow-x: hidden !important;
}
.cid-vo7LfmjB05,
.cid-vo7LfmjB05 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-vo7LfmjB05 .mbr-section-title {
  color: #ffffff;
}
.cid-vo7LfmjB05 .mbr-section-title span {
  color: #2b6549;
}
.cid-vo7LfmjB05 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-vo7LfmjB05 .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-vo7LfmjB05 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-vo7LfmjB05 .mbr-overlay {
  z-index: 1;
}
.cid-vo7LfmjB05 .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-vo7Lfmq1aD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vo7Lfmq1aD .mbr-text {
  text-align: justify;
}
.cid-vo7Lfmq1aD .mbr-section-title {
  text-align: left;
}
.cid-vo7LfmzkKc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vo7LfmzkKc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vo7LfmzkKc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-vo7LfmzkKc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vo7LfmzkKc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-vo7LfmzkKc .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-vo7LfmzkKc .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-vo7LfmzkKc .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-vo7LfmzkKc .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-vo7LfmzkKc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-vo7LfmzkKc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-vo7LfmzkKc .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-vo7LfmzkKc .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-vo7LfmzkKc .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-vo7LfmzkKc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-vo7LfmzkKc [class^="socicon-"]:before,
.cid-vo7LfmzkKc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vo7LfmzkKc .mbr-section-title,
.cid-vo7LfmzkKc .mbr-social-likes {
  color: #2b6549;
}
.cid-vo7LfmFjOj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-vo7LfmFjOj .container {
  max-width: 1400px;
}
.cid-vo7LfmFjOj .card-img2 span {
  padding-top: 6px;
}
.cid-vo7LfmFjOj .soc-item a {
  padding-top: 5px;
}
.cid-vo7LfmFjOj .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-vo7LfmFjOj .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-vo7LfmFjOj .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-vo7LfmFjOj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vo7LfmFjOj svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-vo7LfmFjOj #e2_shape {
  fill: #ffffff !important;
}
.cid-vo7LfmFjOj .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-vo7LfmFjOj .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-vo7LfmFjOj .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vo7LfmFjOj .card-img {
  width: auto;
}
.cid-vo7LfmFjOj .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-vo7LfmFjOj .soc-item span {
  font-size: 1.4rem;
}
.cid-vo7LfmFjOj .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-vo7LfmFjOj .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-vo7LfmFjOj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vo7LfmFjOj .media-wrap {
  margin-bottom: 1rem;
}
.cid-vo7LfmFjOj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vo7LfmFjOj img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-vo7LfmFjOj .item {
    justify-content: center;
  }
  .cid-vo7LfmFjOj .quote::after {
    left: 60px;
  }
}
.cid-vo7LfmFjOj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vo7LfmFjOj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vo7LfmFjOj .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-vo7LfmFjOj .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-vo7LfmFjOj .item-title {
  color: #ffffff;
}
.cid-vo7LfmFjOj H5 {
  color: #ffffff;
}
.cid-vo7LfmFjOj .theme {
  color: #ffffff;
}
.cid-vo7LfmFjOj .copyright > p {
  color: #ff3366;
}
.cid-vo7LfmFjOj .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-sJ5rwRmZ3k {
  overflow-x: hidden !important;
}
.cid-sJ5rwRmZ3k,
.cid-sJ5rwRmZ3k .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5rwRmZ3k .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5rwRmZ3k .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5rwRmZ3k .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5rwRmZ3k .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-sJ5rwRmZ3k .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5rwRmZ3k .mbr-overlay {
  z-index: 1;
}
.cid-sJ5rwRmZ3k .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-sJ5rwRBHIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5rwRBHIJ .mbr-text {
  text-align: justify;
}
.cid-sJ5rwRBHIJ .mbr-section-title {
  text-align: left;
}
.cid-udstcJtEJ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstcJtEJ0 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstcJtEJ0 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstcJtEJ0 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstcJtEJ0 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstcJtEJ0 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstcJtEJ0 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstcJtEJ0 .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-udstcJtEJ0 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstcJtEJ0 [class^="socicon-"]:before,
.cid-udstcJtEJ0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstcJtEJ0 .mbr-section-title,
.cid-udstcJtEJ0 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5rwS17HB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5rwS17HB .container {
  max-width: 1400px;
}
.cid-sJ5rwS17HB .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5rwS17HB .soc-item a {
  padding-top: 5px;
}
.cid-sJ5rwS17HB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5rwS17HB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5rwS17HB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5rwS17HB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5rwS17HB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5rwS17HB #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5rwS17HB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5rwS17HB .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-sJ5rwS17HB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5rwS17HB .card-img {
  width: auto;
}
.cid-sJ5rwS17HB .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-sJ5rwS17HB .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5rwS17HB .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5rwS17HB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5rwS17HB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5rwS17HB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5rwS17HB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5rwS17HB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5rwS17HB .item {
    justify-content: center;
  }
  .cid-sJ5rwS17HB .quote::after {
    left: 60px;
  }
}
.cid-sJ5rwS17HB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5rwS17HB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5rwS17HB .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5rwS17HB .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-sJ5rwS17HB .item-title {
  color: #ffffff;
}
.cid-sJ5rwS17HB H5 {
  color: #ffffff;
}
.cid-sJ5rwS17HB .theme {
  color: #ffffff;
}
.cid-sJ5rwS17HB .copyright > p {
  color: #ff3366;
}
.cid-sJ5rwS17HB .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-sJ5sfbVhpN {
  overflow-x: hidden !important;
}
.cid-sJ5sfbVhpN,
.cid-sJ5sfbVhpN .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJ5sfbVhpN .mbr-section-title {
  color: #ffffff;
}
.cid-sJ5sfbVhpN .mbr-section-title span {
  color: #2b6549;
}
.cid-sJ5sfbVhpN .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJ5sfbVhpN .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-sJ5sfbVhpN .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJ5sfbVhpN .mbr-overlay {
  z-index: 1;
}
.cid-sJ5sfbVhpN .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-sJ5sfcanhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJ5sfcanhu .mbr-text {
  text-align: justify;
}
.cid-sJ5sfcanhu .mbr-section-title {
  text-align: left;
}
.cid-udstkJbVLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstkJbVLg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstkJbVLg .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstkJbVLg .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstkJbVLg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstkJbVLg .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstkJbVLg .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstkJbVLg .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-udstkJbVLg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstkJbVLg [class^="socicon-"]:before,
.cid-udstkJbVLg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstkJbVLg .mbr-section-title,
.cid-udstkJbVLg .mbr-social-likes {
  color: #2b6549;
}
.cid-sJ5sfcIObc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJ5sfcIObc .container {
  max-width: 1400px;
}
.cid-sJ5sfcIObc .card-img2 span {
  padding-top: 6px;
}
.cid-sJ5sfcIObc .soc-item a {
  padding-top: 5px;
}
.cid-sJ5sfcIObc .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJ5sfcIObc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJ5sfcIObc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJ5sfcIObc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJ5sfcIObc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJ5sfcIObc #e2_shape {
  fill: #ffffff !important;
}
.cid-sJ5sfcIObc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJ5sfcIObc .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-sJ5sfcIObc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJ5sfcIObc .card-img {
  width: auto;
}
.cid-sJ5sfcIObc .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-sJ5sfcIObc .soc-item span {
  font-size: 1.4rem;
}
.cid-sJ5sfcIObc .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJ5sfcIObc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJ5sfcIObc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJ5sfcIObc .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJ5sfcIObc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJ5sfcIObc img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJ5sfcIObc .item {
    justify-content: center;
  }
  .cid-sJ5sfcIObc .quote::after {
    left: 60px;
  }
}
.cid-sJ5sfcIObc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJ5sfcIObc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJ5sfcIObc .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJ5sfcIObc .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-sJ5sfcIObc .item-title {
  color: #ffffff;
}
.cid-sJ5sfcIObc H5 {
  color: #ffffff;
}
.cid-sJ5sfcIObc .theme {
  color: #ffffff;
}
.cid-sJ5sfcIObc .copyright > p {
  color: #ff3366;
}
.cid-sJ5sfcIObc .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-sJb7OnZWfB {
  overflow-x: hidden !important;
}
.cid-sJb7OnZWfB,
.cid-sJb7OnZWfB .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb7OnZWfB .mbr-section-title {
  color: #ffffff;
}
.cid-sJb7OnZWfB .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb7OnZWfB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb7OnZWfB .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-sJb7OnZWfB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb7OnZWfB .mbr-overlay {
  z-index: 1;
}
.cid-sJb7OnZWfB .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-sJb7Oo8XlO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb7Oo8XlO .mbr-text {
  text-align: justify;
}
.cid-sJb7Oo8XlO .mbr-section-title {
  text-align: left;
}
.cid-udstIirXVs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstIirXVs .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstIirXVs .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstIirXVs .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstIirXVs .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstIirXVs .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstIirXVs .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstIirXVs .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-udstIirXVs .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstIirXVs [class^="socicon-"]:before,
.cid-udstIirXVs [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstIirXVs .mbr-section-title,
.cid-udstIirXVs .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb7Oot2w1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb7Oot2w1 .container {
  max-width: 1400px;
}
.cid-sJb7Oot2w1 .card-img2 span {
  padding-top: 6px;
}
.cid-sJb7Oot2w1 .soc-item a {
  padding-top: 5px;
}
.cid-sJb7Oot2w1 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb7Oot2w1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb7Oot2w1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb7Oot2w1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb7Oot2w1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb7Oot2w1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb7Oot2w1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb7Oot2w1 .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-sJb7Oot2w1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb7Oot2w1 .card-img {
  width: auto;
}
.cid-sJb7Oot2w1 .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-sJb7Oot2w1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb7Oot2w1 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb7Oot2w1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb7Oot2w1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb7Oot2w1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb7Oot2w1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb7Oot2w1 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb7Oot2w1 .item {
    justify-content: center;
  }
  .cid-sJb7Oot2w1 .quote::after {
    left: 60px;
  }
}
.cid-sJb7Oot2w1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb7Oot2w1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb7Oot2w1 .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJb7Oot2w1 .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-sJb7Oot2w1 .item-title {
  color: #ffffff;
}
.cid-sJb7Oot2w1 H5 {
  color: #ffffff;
}
.cid-sJb7Oot2w1 .theme {
  color: #ffffff;
}
.cid-sJb7Oot2w1 .copyright > p {
  color: #ff3366;
}
.cid-sJb7Oot2w1 .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-sJb8wN4OpJ {
  overflow-x: hidden !important;
}
.cid-sJb8wN4OpJ,
.cid-sJb8wN4OpJ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb8wN4OpJ .mbr-section-title {
  color: #ffffff;
}
.cid-sJb8wN4OpJ .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb8wN4OpJ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb8wN4OpJ .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-sJb8wN4OpJ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb8wN4OpJ .mbr-overlay {
  z-index: 1;
}
.cid-sJb8wN4OpJ .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-sJb8wNjaWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb8wNjaWx .mbr-text {
  text-align: justify;
}
.cid-sJb8wNjaWx .mbr-section-title {
  text-align: left;
}
.cid-udstORnV5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstORnV5e .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstORnV5e .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstORnV5e .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstORnV5e .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstORnV5e .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstORnV5e .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstORnV5e .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-udstORnV5e .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstORnV5e [class^="socicon-"]:before,
.cid-udstORnV5e [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstORnV5e .mbr-section-title,
.cid-udstORnV5e .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb8wNKSTB {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb8wNKSTB .container {
  max-width: 1400px;
}
.cid-sJb8wNKSTB .card-img2 span {
  padding-top: 6px;
}
.cid-sJb8wNKSTB .soc-item a {
  padding-top: 5px;
}
.cid-sJb8wNKSTB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb8wNKSTB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb8wNKSTB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb8wNKSTB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb8wNKSTB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb8wNKSTB #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb8wNKSTB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb8wNKSTB .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-sJb8wNKSTB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb8wNKSTB .card-img {
  width: auto;
}
.cid-sJb8wNKSTB .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-sJb8wNKSTB .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb8wNKSTB .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb8wNKSTB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb8wNKSTB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb8wNKSTB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb8wNKSTB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb8wNKSTB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb8wNKSTB .item {
    justify-content: center;
  }
  .cid-sJb8wNKSTB .quote::after {
    left: 60px;
  }
}
.cid-sJb8wNKSTB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb8wNKSTB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb8wNKSTB .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJb8wNKSTB .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-sJb8wNKSTB .item-title {
  color: #ffffff;
}
.cid-sJb8wNKSTB H5 {
  color: #ffffff;
}
.cid-sJb8wNKSTB .theme {
  color: #ffffff;
}
.cid-sJb8wNKSTB .copyright > p {
  color: #ff3366;
}
.cid-sJb8wNKSTB .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-sJb8T3oZTW {
  overflow-x: hidden !important;
}
.cid-sJb8T3oZTW,
.cid-sJb8T3oZTW .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb8T3oZTW .mbr-section-title {
  color: #ffffff;
}
.cid-sJb8T3oZTW .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb8T3oZTW .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb8T3oZTW .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-sJb8T3oZTW .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb8T3oZTW .mbr-overlay {
  z-index: 1;
}
.cid-sJb8T3oZTW .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-sJb8T3DnyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb8T3DnyO .mbr-text {
  text-align: justify;
}
.cid-sJb8T3DnyO .mbr-section-title {
  text-align: left;
}
.cid-udstStbcHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstStbcHd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstStbcHd .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstStbcHd .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstStbcHd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstStbcHd .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstStbcHd .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstStbcHd .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-udstStbcHd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstStbcHd [class^="socicon-"]:before,
.cid-udstStbcHd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstStbcHd .mbr-section-title,
.cid-udstStbcHd .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb8T3Xh8n {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb8T3Xh8n .container {
  max-width: 1400px;
}
.cid-sJb8T3Xh8n .card-img2 span {
  padding-top: 6px;
}
.cid-sJb8T3Xh8n .soc-item a {
  padding-top: 5px;
}
.cid-sJb8T3Xh8n .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb8T3Xh8n .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb8T3Xh8n .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb8T3Xh8n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb8T3Xh8n svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb8T3Xh8n #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb8T3Xh8n .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb8T3Xh8n .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-sJb8T3Xh8n .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb8T3Xh8n .card-img {
  width: auto;
}
.cid-sJb8T3Xh8n .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-sJb8T3Xh8n .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb8T3Xh8n .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb8T3Xh8n .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb8T3Xh8n .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb8T3Xh8n .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb8T3Xh8n .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb8T3Xh8n img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb8T3Xh8n .item {
    justify-content: center;
  }
  .cid-sJb8T3Xh8n .quote::after {
    left: 60px;
  }
}
.cid-sJb8T3Xh8n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb8T3Xh8n .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb8T3Xh8n .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJb8T3Xh8n .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-sJb8T3Xh8n .item-title {
  color: #ffffff;
}
.cid-sJb8T3Xh8n H5 {
  color: #ffffff;
}
.cid-sJb8T3Xh8n .theme {
  color: #ffffff;
}
.cid-sJb8T3Xh8n .copyright > p {
  color: #ff3366;
}
.cid-sJb8T3Xh8n .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-sJb9dgedX7 {
  overflow-x: hidden !important;
}
.cid-sJb9dgedX7,
.cid-sJb9dgedX7 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJb9dgedX7 .mbr-section-title {
  color: #ffffff;
}
.cid-sJb9dgedX7 .mbr-section-title span {
  color: #2b6549;
}
.cid-sJb9dgedX7 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJb9dgedX7 .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-sJb9dgedX7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJb9dgedX7 .mbr-overlay {
  z-index: 1;
}
.cid-sJb9dgedX7 .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-sJb9dguF0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJb9dguF0J .mbr-text {
  text-align: justify;
}
.cid-sJb9dguF0J .mbr-section-title {
  text-align: left;
}
.cid-sU7xa592yg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sU7xa592yg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sU7xa592yg .row {
  flex-direction: row-reverse;
}
.cid-sU7xa592yg img {
  width: 100%;
}
.cid-sU7wxGh6yN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sU7wxGh6yN .mbr-text {
  text-align: justify;
}
.cid-sU7wxGh6yN .mbr-section-title {
  text-align: left;
}
.cid-udstZzh4br {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udstZzh4br .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udstZzh4br .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udstZzh4br .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udstZzh4br .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udstZzh4br .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udstZzh4br .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udstZzh4br .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-udstZzh4br .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udstZzh4br [class^="socicon-"]:before,
.cid-udstZzh4br [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udstZzh4br .mbr-section-title,
.cid-udstZzh4br .mbr-social-likes {
  color: #2b6549;
}
.cid-sJb9dgP49q {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJb9dgP49q .container {
  max-width: 1400px;
}
.cid-sJb9dgP49q .card-img2 span {
  padding-top: 6px;
}
.cid-sJb9dgP49q .soc-item a {
  padding-top: 5px;
}
.cid-sJb9dgP49q .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJb9dgP49q .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJb9dgP49q .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJb9dgP49q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJb9dgP49q svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJb9dgP49q #e2_shape {
  fill: #ffffff !important;
}
.cid-sJb9dgP49q .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJb9dgP49q .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-sJb9dgP49q .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJb9dgP49q .card-img {
  width: auto;
}
.cid-sJb9dgP49q .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-sJb9dgP49q .soc-item span {
  font-size: 1.4rem;
}
.cid-sJb9dgP49q .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJb9dgP49q .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJb9dgP49q .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJb9dgP49q .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJb9dgP49q .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJb9dgP49q img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJb9dgP49q .item {
    justify-content: center;
  }
  .cid-sJb9dgP49q .quote::after {
    left: 60px;
  }
}
.cid-sJb9dgP49q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJb9dgP49q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJb9dgP49q .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJb9dgP49q .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-sJb9dgP49q .item-title {
  color: #ffffff;
}
.cid-sJb9dgP49q H5 {
  color: #ffffff;
}
.cid-sJb9dgP49q .theme {
  color: #ffffff;
}
.cid-sJb9dgP49q .copyright > p {
  color: #ff3366;
}
.cid-sJb9dgP49q .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-sJbe3mXDxO {
  overflow-x: hidden !important;
}
.cid-sJbe3mXDxO,
.cid-sJbe3mXDxO .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sJbe3mXDxO .mbr-section-title {
  color: #ffffff;
}
.cid-sJbe3mXDxO .mbr-section-title span {
  color: #2b6549;
}
.cid-sJbe3mXDxO .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sJbe3mXDxO .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-sJbe3mXDxO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sJbe3mXDxO .mbr-overlay {
  z-index: 1;
}
.cid-sJbe3mXDxO .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-sJbe3ncL0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJbe3ncL0f .mbr-text {
  text-align: justify;
}
.cid-sJbe3ncL0f .mbr-section-title {
  text-align: left;
}
.cid-udsu32TNn2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udsu32TNn2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udsu32TNn2 .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-udsu32TNn2 .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-udsu32TNn2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udsu32TNn2 .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-udsu32TNn2 .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-udsu32TNn2 .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-udsu32TNn2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udsu32TNn2 [class^="socicon-"]:before,
.cid-udsu32TNn2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udsu32TNn2 .mbr-section-title,
.cid-udsu32TNn2 .mbr-social-likes {
  color: #2b6549;
}
.cid-sJbe3nzP59 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sJbe3nzP59 .container {
  max-width: 1400px;
}
.cid-sJbe3nzP59 .card-img2 span {
  padding-top: 6px;
}
.cid-sJbe3nzP59 .soc-item a {
  padding-top: 5px;
}
.cid-sJbe3nzP59 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sJbe3nzP59 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sJbe3nzP59 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sJbe3nzP59 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJbe3nzP59 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sJbe3nzP59 #e2_shape {
  fill: #ffffff !important;
}
.cid-sJbe3nzP59 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sJbe3nzP59 .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-sJbe3nzP59 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sJbe3nzP59 .card-img {
  width: auto;
}
.cid-sJbe3nzP59 .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-sJbe3nzP59 .soc-item span {
  font-size: 1.4rem;
}
.cid-sJbe3nzP59 .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sJbe3nzP59 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sJbe3nzP59 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJbe3nzP59 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJbe3nzP59 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJbe3nzP59 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sJbe3nzP59 .item {
    justify-content: center;
  }
  .cid-sJbe3nzP59 .quote::after {
    left: 60px;
  }
}
.cid-sJbe3nzP59 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJbe3nzP59 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJbe3nzP59 .text1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cid-sJbe3nzP59 .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-sJbe3nzP59 .item-title {
  color: #ffffff;
}
.cid-sJbe3nzP59 H5 {
  color: #ffffff;
}
.cid-sJbe3nzP59 .theme {
  color: #ffffff;
}
.cid-sJbe3nzP59 .copyright > p {
  color: #ff3366;
}
.cid-sJbe3nzP59 .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-vt9T6bESRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vt9T6bESRh .mbr-text {
  text-align: justify;
}
.cid-vt9T6bESRh .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;
}
