body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #2b6549 !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #2b6549 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #142f22 !important;
  border-color: #142f22 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0d1d15;
  color: #0d1d15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #2b6549;
  border-color: #2b6549;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #0d1d15;
  color: #0d1d15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #2b6549;
  border-color: #2b6549;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  border-color: #2b6549 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2b6549 !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #2b6549 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d1d15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d1d15 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #2b6549;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b6549;
  border-color: #2b6549;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b6549;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #58b889;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #58b889;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2b6549;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #2b6549 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b6549;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b6549;
  border-bottom-color: #2b6549;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2b6549 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #279e64 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232b6549' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-udfudHyK1X {
  z-index: 1000;
  width: 1400px;
  position: relative;
}
.cid-udfudHyK1X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udfudHyK1X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udfudHyK1X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udfudHyK1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udfudHyK1X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udfudHyK1X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udfudHyK1X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udfudHyK1X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udfudHyK1X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udfudHyK1X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udfudHyK1X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udfudHyK1X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udfudHyK1X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udfudHyK1X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-udfudHyK1X .nav-item:focus,
.cid-udfudHyK1X .nav-link:focus {
  outline: none;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udfudHyK1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udfudHyK1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udfudHyK1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udfudHyK1X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udfudHyK1X .navbar.opened {
  transition: all 0.3s;
}
.cid-udfudHyK1X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udfudHyK1X .navbar .navbar-logo img {
  width: auto;
}
.cid-udfudHyK1X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udfudHyK1X .navbar.collapsed {
  justify-content: center;
}
.cid-udfudHyK1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udfudHyK1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udfudHyK1X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udfudHyK1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udfudHyK1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udfudHyK1X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udfudHyK1X .navbar {
    min-height: 72px;
  }
  .cid-udfudHyK1X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udfudHyK1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udfudHyK1X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udfudHyK1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udfudHyK1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udfudHyK1X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udfudHyK1X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udfudHyK1X .dropdown-item.active,
.cid-udfudHyK1X .dropdown-item:active {
  background-color: transparent;
}
.cid-udfudHyK1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udfudHyK1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udfudHyK1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udfudHyK1X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udfudHyK1X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .navbar-buttons {
    text-align: left;
  }
}
.cid-udfudHyK1X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udfudHyK1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udfudHyK1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udfudHyK1X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udfudHyK1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udfudHyK1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udfudHyK1X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udfudHyK1X .navbar {
    height: 70px;
  }
  .cid-udfudHyK1X .navbar.opened {
    height: auto;
  }
  .cid-udfudHyK1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udfudHyK1X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udfudHyK1X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udfudHyK1X .navbar-brand {
    margin-right: auto;
  }
  .cid-udfudHyK1X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-udfudHyK1X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udfudHyK1X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udfudHyK1X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udfudHyK1X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udfudHyK1X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-sIZgfsHYxC .modal-body .close {
  background: #1b1b1b;
}
.cid-sIZgfsHYxC .modal-body .close span {
  font-style: normal;
}
.cid-sIZgfsHYxC .carousel-inner > .active,
.cid-sIZgfsHYxC .carousel-inner > .next,
.cid-sIZgfsHYxC .carousel-inner > .prev {
  display: table;
}
.cid-sIZgfsHYxC .carousel-control .icon-next,
.cid-sIZgfsHYxC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sIZgfsHYxC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sIZgfsHYxC .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIZgfsHYxC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sIZgfsHYxC .boxed-slider > div {
  position: relative;
}
.cid-sIZgfsHYxC .container img {
  width: 100%;
}
.cid-sIZgfsHYxC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sIZgfsHYxC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sIZgfsHYxC .mbr-table-cell {
  padding: 0;
}
.cid-sIZgfsHYxC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sIZgfsHYxC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sIZgfsHYxC .mbr-overlay {
  z-index: 1;
}
.cid-sIZgfsHYxC .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sIZgfsHYxC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sIZgfsHYxC .carousel-item .container {
    width: 100%;
  }
}
.cid-sIZgfsHYxC .carousel-item-next.carousel-item-left,
.cid-sIZgfsHYxC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sIZgfsHYxC .active.carousel-item-right,
.cid-sIZgfsHYxC .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sIZgfsHYxC .active.carousel-item-left,
.cid-sIZgfsHYxC .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sIZgfsHYxC .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sIZgfsHYxC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIZgfsHYxC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIZgfsHYxC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sIZgfsHYxC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIZgfsHYxC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sIZgfsHYxC .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sIZgfsHYxC .mbr-slider .carousel-indicators li.active,
.cid-sIZgfsHYxC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sIZgfsHYxC .mbr-slider .carousel-indicators li::after,
.cid-sIZgfsHYxC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sIZgfsHYxC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sIZgfsHYxC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sIZgfsHYxC .mbr-slider > .container img {
  width: 100%;
}
.cid-sIZgfsHYxC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sIZgfsHYxC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sIZgfsHYxC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIZgfsHYxC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sIZgfsHYxC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sIZgfsHYxC .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sIZgfsHYxC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sIZgfsHYxC .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sIZgfsHYxC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sIZgfsHYxC .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sIZgfsHYxC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sIZgfsHYxC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sIZgfsHYxC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sIZgfsHYxC P {
  text-align: center;
  color: #000000;
}
.cid-sIZgfsHYxC H2 {
  text-align: center;
  color: #000000;
}
.cid-sIZU4zWqOZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sIZU4zWqOZ .content {
  padding-left: 30px;
}
.cid-sIZU4zWqOZ img {
  width: 100%;
  border-radius: 100px;
}
.cid-sIZU4zWqOZ .mbr-section-subtitle {
  color: #279e64;
}
.cid-sIZU4zWqOZ .mbr-section-title {
  text-align: left;
  color: #2b6549;
}
.cid-sIZU4zWqOZ .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sIZU4zWqOZ .left-part {
  color: #279e64;
}
.cid-sIZU4zWqOZ .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-sIZU4zWqOZ .left-part .mbr-text {
  color: #2b6549;
  display: inline;
}
.cid-sIZU4zWqOZ .mbr-section-btn {
  margin-top: 40px;
}
.cid-sIZU4zWqOZ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sIZU4zWqOZ * {
    text-align: justify;
  }
}
.cid-t4AdtAqIcG {
  overflow-x: hidden !important;
}
.cid-t4AdtAqIcG .mbr-section-title {
  color: #ffffff;
}
.cid-t4AdtAqIcG .mbr-section-title span {
  color: #2b6549;
}
.cid-t4AdtAqIcG .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-t4AdtAqIcG .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-1920x1079.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-t4AdtAqIcG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-t4AdtAqIcG .mbr-overlay {
  z-index: 1;
}
.cid-t4AdtAqIcG .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-ue03YIC3Hn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefec;
}
.cid-ue03YIC3Hn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue03YIC3Hn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue03YIC3Hn .video-player {
  justify-content: center;
}
.cid-ue03YIC3Hn .col-title {
  margin-bottom: 40px;
}
.cid-ue03YIC3Hn .mbr-section-title {
  color: #2b6549;
}
.cid-ue03YIC3Hn .mbr-section-subtitle {
  color: #000000;
  margin-top: 12px;
}
.cid-ue03YIC3Hn .img-container {
  margin: 0 auto;
}
.cid-ue03YIC3Hn .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-ue03YIC3Hn .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.cid-sIZkyGvo04 {
  overflow-x: hidden !important;
}
.cid-sIZkyGvo04 .mbr-section-title {
  color: #ffffff;
}
.cid-sIZkyGvo04 .mbr-section-title span {
  color: #2b6549;
}
.cid-sIZkyGvo04 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sIZkyGvo04 .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-1920x1080.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-sIZkyGvo04 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sIZkyGvo04 .mbr-overlay {
  z-index: 1;
}
.cid-sIZkyGvo04 .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-sIZVV7rWKy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sIZVV7rWKy .main-row {
  flex-direction: row-reverse;
}
.cid-sIZVV7rWKy .content {
  padding-right: 30px;
}
.cid-sIZVV7rWKy img {
  width: 100%;
  border-radius: 100px;
}
.cid-sIZVV7rWKy .mbr-section-subtitle {
  color: #279e64;
}
.cid-sIZVV7rWKy .mbr-section-title {
  text-align: left;
  color: #2b6549;
}
.cid-sIZVV7rWKy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sIZVV7rWKy .left-part {
  color: #279e64;
}
.cid-sIZVV7rWKy .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-sIZVV7rWKy .left-part .mbr-text {
  color: #2b6549;
  display: inline;
}
.cid-sIZVV7rWKy .mbr-section-btn {
  margin-top: 40px;
}
.cid-sIZVV7rWKy .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sIZVV7rWKy * {
    text-align: justify;
  }
}
.cid-sIZmclR3US {
  overflow-x: hidden !important;
}
.cid-sIZmclR3US .mbr-section-title {
  color: #ffffff;
}
.cid-sIZmclR3US .mbr-section-title span {
  color: #2b6549;
}
.cid-sIZmclR3US .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sIZmclR3US .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-1920x1280.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-sIZmclR3US .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sIZmclR3US .mbr-overlay {
  z-index: 1;
}
.cid-sIZmclR3US .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-uy58ucdKP8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uy58ucdKP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy58ucdKP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy58ucdKP8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uy58ucdKP8 .container-fluid {
    padding: 0;
  }
}
.cid-uy58ucdKP8 .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uy58ucdKP8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uy58ucdKP8 .container {
    padding: 0 16px;
  }
}
.cid-uy58ucdKP8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uy58ucdKP8 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uy58ucdKP8 .item {
  padding: 32px 16px 16px;
  width: 25%;
  min-height: 335px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uy58ucdKP8 .item {
    border-right: none;
    width: 100%;
  }
}
.cid-uy58ucdKP8 .item .item-wrapper {
  height: 100%;
  background: #11472d;
  padding: 10px;
  border-radius: 30px;
  box-shadow: outset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-uy58ucdKP8 .item .item-wrapper .card-box {
  height: 100%;
  padding-top: 20px;
  border: 2px solid #2ea76d;
  border-radius: 20px;
  background: #237e52;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-uy58ucdKP8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uy58ucdKP8 .item .item-wrapper .card-box .card-desc {
  margin-top: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uy58ucdKP8 .btn-wrap {
  margin-top: 22px;
  text-align: center;
}
.cid-uy58ucdKP8 .mbr-desc {
  color: #ffffff;
}
.cid-uy58ucdKP8 .card-title {
  color: #ffffff;
}
.cid-uy58ucdKP8 .card-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uy58ucdKP8 .card-title,
.cid-uy58ucdKP8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uy58ucdKP8 .mbr-desc,
.cid-uy58ucdKP8 .btn-wrap {
  color: #2b6549;
  text-align: center;
}
.cid-uy58ucdKP8 .message-container {
  height: 100%;
  max-width: 360px;
  background: transparent;
  overflow: auto;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uy58ucdKP8 #messagelist {
  width: 100%;
  max-height: 350px;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
  margin-top: 0px;
  padding: 20px;
  overflow: scroll;
  overflow-x: hidden;
}
.cid-uy58ucdKP8 #messagelist a {
  color: #ffffff;
}
.cid-uy58ucdKP8 #messagelist::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.cid-uy58ucdKP8 #messagelist li {
  cursor: pointer;
  margin: 10px;
}
.cid-uy58ucdKP8 #messagelist li.active {
  font-size: bold;
  padding: 3px;
  background: #24286b;
  border-radius: 12px;
}
.cid-v5ImJv0bqR {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-v5ImJv0bqR a {
  color: #ffffff;
  text-decoration: none;
}
.cid-v5ImJv0bqR a:visited {
  color: #8ec5db;
}
.cid-v5ImJv0bqR a:hover,
.cid-v5ImJv0bqR a:active,
.cid-v5ImJv0bqR a:focus {
  color: #cedb8e;
}
.cid-v5ImJv0bqR .container {
  height: 100%;
  max-width: 600px;
  background: #11472d;
  overflow: auto;
  margin: auto;
  border-radius: 25px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: outset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-v5ImJv0bqR .year {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v5ImJv0bqR #messagesearch {
  max-width: 560px;
  height: 30px;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #2ea76d;
  border-radius: 999px;
  background: #237e52;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-v5ImJv0bqR ::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-v5ImJv0bqR #messagelist {
  max-width: 560px;
  height: 500px;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
  margin-top: 0px;
  padding: 20px;
  border: 2px solid #2ea76d;
  border-radius: 20px;
  background: #237e52;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
  overflow: scroll;
  overflow-x: hidden;
}
.cid-v5ImJv0bqR #messagelist::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.cid-v5ImJv0bqR #messagelist li {
  cursor: pointer;
  margin: 10px;
}
.cid-v5ImJv0bqR #messagelist li.active {
  font-size: bold;
  padding: 3px;
  background: #24286b;
  border-radius: 12px;
}
.cid-v5ImJv0bqR .mbr-section-title {
  color: #2b6549;
}
.cid-uy5gUu35DH {
  overflow-x: hidden !important;
}
.cid-uy5gUu35DH .mbr-section-title {
  color: #ffffff;
}
.cid-uy5gUu35DH .mbr-section-title span {
  color: #2b6549;
}
.cid-uy5gUu35DH .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uy5gUu35DH .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-1920x1280.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-uy5gUu35DH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uy5gUu35DH .mbr-overlay {
  z-index: 1;
}
.cid-uy5gUu35DH .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-ue0zpZs3rm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue0zpZs3rm a {
  color: #000;
  text-decoration: none;
}
.cid-ue0zpZs3rm a:visited {
  color: #8ec5db;
}
.cid-ue0zpZs3rm a:hover,
.cid-ue0zpZs3rm a:active,
.cid-ue0zpZs3rm a:focus {
  color: #cedb8e;
}
.cid-ue0zpZs3rm .container {
  height: 100%;
  max-width: 100%;
  background: #fff;
  overflow: auto;
  margin: auto;
  color: #fff;
}
.cid-ue0zpZs3rm .mbr-section-title {
  color: #2b6549;
}
.cid-sIZmgqk4j2 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sIZmgqk4j2 .container {
  height: 100%;
  max-width: 360px;
  background: #11472d;
  overflow: auto;
  margin: auto;
  border-radius: 25px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: outset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmgqk4j2 button {
  background: #288b5b;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #2ea76d;
  outline: none;
  margin-top: 10px;
  padding: 0px 0px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.cid-sIZmgqk4j2 .audio-player {
  max-width: 320px;
  height: 340px;
  position: center;
  border: 2px solid #2ea76d;
  margin-top: 20px;
  border-radius: 20px;
  background: #237e52;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmgqk4j2 .audio-info {
  width: 90%;
  height: 90px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  padding-top: 10px;
  background: transparent;
  border: 2px solid #2ea76d;
  border-radius: 20px;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmgqk4j2 .audio-info .title {
  font-weight: bold;
  font-size: 16px;
}
.cid-sIZmgqk4j2 .audio-info .artist {
  font-size: 14px;
}
.cid-sIZmgqk4j2 .audio-info .date {
  font-size: 12px;
}
.cid-sIZmgqk4j2 .time {
  max-width: 90%;
  height: 40px;
  display: flex;
  margin-top: 10px;
}
.cid-sIZmgqk4j2 .timer {
  width: 100px;
  height: 50px;
  padding-top: 13px;
  padding: auto;
  background: #288b5b;
  border: 2px solid #2ea76d;
  border-radius: 20px;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmgqk4j2 #space {
  width: 100%;
  height: 40px;
}
.cid-sIZmgqk4j2 .duration {
  width: 100px;
  height: 50px;
  padding-top: 13px;
  padding: auto;
  background: #288b5b;
  border: 2px solid #2ea76d;
  border-radius: 20px;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmgqk4j2 input[type="range"] {
  -webkit-appearance: none;
  border: 2px solid #75d6ce;
  height: 6px;
  vertical-align: middle;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  outline: none;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmgqk4j2 input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid  #2ea76d;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.cid-sIZmgqk4j2 #seek {
  display: block;
  width: 80%;
}
@-webkit-keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-o-keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.cid-sIZmgqk4j2 .volume_controls {
  width: 90%;
}
.cid-sIZmgqk4j2 input#volume {
  width: 90%;
}
.cid-sIZmgqk4j2 #search {
  max-width: 100%;
  height: 30px;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #2ea76d;
  border-radius: 999px;
  background: #237e52;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmgqk4j2 ::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-sIZmgqk4j2 #playlist {
  max-width: 320px;
  height: 250px;
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #2ea76d;
  border-radius: 20px;
  background: #237e52;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
  overflow: scroll;
  overflow-x: hidden;
}
.cid-sIZmgqk4j2 #playlist::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.cid-sIZmgqk4j2 #playlist li {
  cursor: pointer;
  margin: 10px;
}
.cid-sIZmgqk4j2 #playlist li.active {
  font-size: bold;
  padding: 3px;
  background: #064e72;
  border-radius: 12px;
}
.cid-sIZmjKY8Ub {
  overflow-x: hidden !important;
}
.cid-sIZmjKY8Ub .mbr-section-title {
  color: #ffffff;
}
.cid-sIZmjKY8Ub .mbr-section-title span {
  color: #2b6549;
}
.cid-sIZmjKY8Ub .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sIZmjKY8Ub .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-1920x1279.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-sIZmjKY8Ub .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sIZmjKY8Ub .mbr-overlay {
  z-index: 1;
}
.cid-sIZmjKY8Ub .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-ue0yc13eHG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ue0yc13eHG a {
  color: #000;
  text-decoration: none;
}
.cid-ue0yc13eHG a:visited {
  color: #8ec5db;
}
.cid-ue0yc13eHG a:hover,
.cid-ue0yc13eHG a:active,
.cid-ue0yc13eHG a:focus {
  color: #cedb8e;
}
.cid-ue0yc13eHG .container {
  height: 100%;
  max-width: 100%;
  background: #fff;
  overflow: auto;
  margin: auto;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-ue0yc13eHG .mbr-section-title {
  color: #2b6549;
}
.cid-sIZmkwqSM5 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sIZmkwqSM5 a {
  color: #ffffff;
  text-decoration: none;
}
.cid-sIZmkwqSM5 a:visited {
  color: #8ec5db;
}
.cid-sIZmkwqSM5 a:hover,
.cid-sIZmkwqSM5 a:active,
.cid-sIZmkwqSM5 a:focus {
  color: #cedb8e;
}
.cid-sIZmkwqSM5 .container {
  height: 100%;
  max-width: 360px;
  background: #11472d;
  overflow: auto;
  margin: auto;
  border-radius: 25px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: outset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmkwqSM5 #messagesearch {
  max-width: 100%;
  height: 30px;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #2ea76d;
  border-radius: 999px;
  background: #237e52;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
}
.cid-sIZmkwqSM5 ::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-sIZmkwqSM5 #messagelist {
  max-width: 320px;
  height: 360px;
  text-align: left;
  font-size: 15px;
  color: #ffffff;
  margin-top: 0px;
  padding: 20px;
  border: 2px solid #2ea76d;
  border-radius: 20px;
  background: #237e52;
  box-shadow: inset 0px 3px 3px 1px rgba(0, 0, 0, 0.08), inset 0px -1px 2px 1px rgba(255, 255, 255, 0.45);
  overflow: scroll;
  overflow-x: hidden;
}
.cid-sIZmkwqSM5 #messagelist::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.cid-sIZmkwqSM5 #messagelist li {
  cursor: pointer;
  margin: 10px;
}
.cid-sIZmkwqSM5 #messagelist li.active {
  font-size: bold;
  padding: 3px;
  background: #24286b;
  border-radius: 12px;
}
.cid-sIZmkwqSM5 .mbr-section-title {
  color: #2b6549;
}
.cid-sIZmnDwv1v {
  overflow-x: hidden !important;
}
.cid-sIZmnDwv1v .mbr-section-title {
  color: #ffffff;
}
.cid-sIZmnDwv1v .mbr-section-title span {
  color: #2b6549;
}
.cid-sIZmnDwv1v .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sIZmnDwv1v .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-1920x1086.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-sIZmnDwv1v .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sIZmnDwv1v .mbr-overlay {
  z-index: 1;
}
.cid-sIZmnDwv1v .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-sIZlF4W90C {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIZlF4W90C .mbr-text {
  text-align: justify;
}
.cid-sIZlF4W90C .mbr-section-title {
  text-align: center;
  color: #2b6549;
}
.cid-v4vFiZ49GE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v4vFiZ49GE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v4vFiZ49GE .form-control,
.cid-v4vFiZ49GE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4vFiZ49GE .form-control::-webkit-input-placeholder,
.cid-v4vFiZ49GE .field-input::-webkit-input-placeholder,
.cid-v4vFiZ49GE .form-control::-webkit-input-placeholder,
.cid-v4vFiZ49GE .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v4vFiZ49GE .form-control:-moz-placeholder,
.cid-v4vFiZ49GE .field-input:-moz-placeholder,
.cid-v4vFiZ49GE .form-control:-moz-placeholder,
.cid-v4vFiZ49GE .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v4vFiZ49GE .form-control:hover,
.cid-v4vFiZ49GE .field-input:hover,
.cid-v4vFiZ49GE .form-control:focus,
.cid-v4vFiZ49GE .field-input:focus {
  background-color: #efefef;
  border-color: #279e64;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v4vFiZ49GE .form-control:hover::-webkit-input-placeholder,
.cid-v4vFiZ49GE .field-input:hover::-webkit-input-placeholder,
.cid-v4vFiZ49GE .form-control:focus::-webkit-input-placeholder,
.cid-v4vFiZ49GE .field-input:focus::-webkit-input-placeholder,
.cid-v4vFiZ49GE .form-control:hover::-webkit-input-placeholder,
.cid-v4vFiZ49GE .field-input:hover::-webkit-input-placeholder,
.cid-v4vFiZ49GE .form-control:focus::-webkit-input-placeholder,
.cid-v4vFiZ49GE .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v4vFiZ49GE .form-control:hover:-moz-placeholder,
.cid-v4vFiZ49GE .field-input:hover:-moz-placeholder,
.cid-v4vFiZ49GE .form-control:focus:-moz-placeholder,
.cid-v4vFiZ49GE .field-input:focus:-moz-placeholder,
.cid-v4vFiZ49GE .form-control:hover:-moz-placeholder,
.cid-v4vFiZ49GE .field-input:hover:-moz-placeholder,
.cid-v4vFiZ49GE .form-control:focus:-moz-placeholder,
.cid-v4vFiZ49GE .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v4vFiZ49GE .jq-number__spin:hover,
.cid-v4vFiZ49GE .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #279e64;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v4vFiZ49GE .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4vFiZ49GE .jq-selectbox li,
.cid-v4vFiZ49GE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v4vFiZ49GE .jq-selectbox li:hover,
.cid-v4vFiZ49GE .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v4vFiZ49GE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v4vFiZ49GE .jq-number__spin.minus:hover:after,
.cid-v4vFiZ49GE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v4vFiZ49GE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v4vFiZ49GE .jq-number__spin.minus:after,
.cid-v4vFiZ49GE .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v4vFiZ49GE input::-webkit-clear-button {
  display: none;
}
.cid-v4vFiZ49GE input::-webkit-inner-spin-button {
  display: none;
}
.cid-v4vFiZ49GE input::-webkit-outer-spin-button {
  display: none;
}
.cid-v4vFiZ49GE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sIZnajGEbD {
  overflow-x: hidden !important;
}
.cid-sIZnajGEbD .mbr-section-title {
  color: #ffffff;
}
.cid-sIZnajGEbD .mbr-section-title span {
  color: #2b6549;
}
.cid-sIZnajGEbD .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sIZnajGEbD .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-1920x1280.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-sIZnajGEbD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sIZnajGEbD .mbr-overlay {
  z-index: 1;
}
.cid-sIZnajGEbD .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-sIZlHxM3sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sIZlHxM3sn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sIZlHxM3sn .socicon-bg-instagram {
  background: #d14890;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-instagram:hover {
  background: #b82e77;
}
.cid-sIZlHxM3sn .socicon-bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-tiktok:hover {
  background: #000000;
}
.cid-sIZlHxM3sn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sIZlHxM3sn .socicon-bg-whatsapp {
  background: #377b19;
  color: #ffffff;
}
.cid-sIZlHxM3sn .socicon-bg-whatsapp:hover {
  background: #245110;
}
.cid-sIZlHxM3sn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sIZlHxM3sn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sIZlHxM3sn [class^="socicon-"]:before,
.cid-sIZlHxM3sn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sIZlHxM3sn .mbr-section-title,
.cid-sIZlHxM3sn .mbr-social-likes {
  color: #2b6549;
}
.cid-sIZnCd0huS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b6549;
  position: relative;
  overflow: hidden;
}
.cid-sIZnCd0huS .container {
  max-width: 1400px;
}
.cid-sIZnCd0huS .card-img2 span {
  padding-top: 6px;
}
.cid-sIZnCd0huS .soc-item a {
  padding-top: 5px;
}
.cid-sIZnCd0huS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sIZnCd0huS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sIZnCd0huS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sIZnCd0huS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIZnCd0huS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sIZnCd0huS #e2_shape {
  fill: #ffffff !important;
}
.cid-sIZnCd0huS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sIZnCd0huS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sIZnCd0huS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIZnCd0huS .card-img {
  width: auto;
}
.cid-sIZnCd0huS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sIZnCd0huS .soc-item span {
  font-size: 1.4rem;
}
.cid-sIZnCd0huS .soc-item:hover span {
  color: #2b6549 !important;
}
.cid-sIZnCd0huS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sIZnCd0huS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIZnCd0huS .media-wrap {
  margin-bottom: 1rem;
}
.cid-sIZnCd0huS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIZnCd0huS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sIZnCd0huS .item {
    justify-content: center;
  }
  .cid-sIZnCd0huS .quote::after {
    left: 60px;
  }
}
.cid-sIZnCd0huS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sIZnCd0huS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIZnCd0huS .text1 {
  color: #ffffff;
}
.cid-sIZnCd0huS .item-title {
  color: #ffffff;
}
.cid-sIZnCd0huS H5 {
  color: #ffffff;
}
.cid-sIZnCd0huS .theme {
  color: #ffffff;
}
.cid-sIZnCd0huS .copyright > p {
  color: #ff3366;
}
.cid-sIZnCd0huS .text2 {
  color: #ffffff;
}
