@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #055726 !important;
}
.bg-success {
  background-color: #4e84c2 !important;
}
.bg-info {
  background-color: #055726 !important;
}
.bg-warning {
  background-color: #055726 !important;
}
.bg-danger {
  background-color: #055726 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #055726 !important;
  border-color: #055726 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #055726 !important;
  border-color: #055726 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #055726 !important;
  border-color: #055726 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #4e84c2 !important;
  border-color: #4e84c2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #325e91 !important;
  border-color: #325e91 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #325e91 !important;
  border-color: #325e91 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #055726 !important;
  border-color: #055726 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #055726 !important;
  border-color: #055726 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010f06 !important;
  border-color: #010f06 !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-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-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #055726;
  border-color: #055726;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #055726 !important;
  border-color: #055726 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #055726;
  border-color: #055726;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #055726 !important;
  border-color: #055726 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #055726;
  border-color: #055726;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #055726 !important;
  border-color: #055726 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #2c527e;
  color: #2c527e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #4e84c2;
  border-color: #4e84c2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4e84c2 !important;
  border-color: #4e84c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #055726;
  border-color: #055726;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #055726 !important;
  border-color: #055726 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #055726;
  border-color: #055726;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #055726 !important;
  border-color: #055726 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #055726 !important;
}
.text-secondary {
  color: #055726 !important;
}
.text-success {
  color: #4e84c2 !important;
}
.text-info {
  color: #055726 !important;
}
.text-warning {
  color: #055726 !important;
}
.text-danger {
  color: #055726 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2c527e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #4e84c2;
}
.alert-info {
  background-color: #055726;
}
.alert-warning {
  background-color: #055726;
}
.alert-danger {
  background-color: #055726;
}
.mbr-gallery-filter li.active .btn {
  background-color: #055726;
  border-color: #055726;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #055726;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0cd05b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #adc6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0cd05b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0cd05b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #0cd05b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
blockquote {
  border-color: #055726;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #055726;
  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: #055726;
  border-bottom-color: #055726;
}
.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: #055726 !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: #055726 !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='%23055726' %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-swmH1T6OJh .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swmH1T6OJh .nav-item,
.cid-swmH1T6OJh .nav-link,
.cid-swmH1T6OJh .navbar-caption {
  font-weight: normal;
}
.cid-swmH1T6OJh .nav-item:focus,
.cid-swmH1T6OJh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swmH1T6OJh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-swmH1T6OJh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-swmH1T6OJh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swmH1T6OJh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-swmH1T6OJh .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swmH1T6OJh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swmH1T6OJh .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swmH1T6OJh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swmH1T6OJh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swmH1T6OJh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #055726;
  background: none;
}
.cid-swmH1T6OJh .navbar.opened {
  transition: all .3s;
  background: #055726 !important;
}
.cid-swmH1T6OJh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-swmH1T6OJh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-swmH1T6OJh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swmH1T6OJh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swmH1T6OJh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.8rem);
  }
}
.cid-swmH1T6OJh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-swmH1T6OJh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swmH1T6OJh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swmH1T6OJh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-swmH1T6OJh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swmH1T6OJh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-swmH1T6OJh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-swmH1T6OJh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swmH1T6OJh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swmH1T6OJh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swmH1T6OJh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swmH1T6OJh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swmH1T6OJh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-swmH1T6OJh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swmH1T6OJh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swmH1T6OJh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swmH1T6OJh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swmH1T6OJh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swmH1T6OJh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swmH1T6OJh .navbar.navbar-short {
  background: #055726 !important;
  min-height: 60px;
}
.cid-swmH1T6OJh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swmH1T6OJh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swmH1T6OJh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swmH1T6OJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swmH1T6OJh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swmH1T6OJh .dropdown-item.active,
.cid-swmH1T6OJh .dropdown-item:active {
  background-color: transparent;
}
.cid-swmH1T6OJh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swmH1T6OJh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swmH1T6OJh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swmH1T6OJh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #055726;
}
.cid-swmH1T6OJh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swmH1T6OJh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swmH1T6OJh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swmH1T6OJh .navbar-buttons {
  text-align: center;
}
.cid-swmH1T6OJh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swmH1T6OJh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swmH1T6OJh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swmH1T6OJh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swmH1T6OJh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swmH1T6OJh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swmH1T6OJh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swmH1T6OJh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swmH1T6OJh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swmH1T6OJh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swmH1T6OJh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swmH1T6OJh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swmH1T6OJh .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-swmH1T6OJh .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swmH1T6OJh .soc-item {
  margin: .5rem .3rem;
}
.cid-swmH1T6OJh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swmH1T6OJh a.nav-link,
.cid-swmH1T6OJh a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-swmH1T6OJh a.nav-link .mbr-iconfont-btn,
.cid-swmH1T6OJh a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swmH1T6OJh a.nav-link:hover .mbr-iconfont-btn,
.cid-swmH1T6OJh a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swmH1T6OJh a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swmH1T6OJh .navbar {
    height: 77px;
  }
  .cid-swmH1T6OJh .navbar.opened {
    height: auto;
  }
  .cid-swmH1T6OJh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stCsAzOEuf .modal-body .close {
  background: #1b1b1b;
}
.cid-stCsAzOEuf .modal-body .close span {
  font-style: normal;
}
.cid-stCsAzOEuf .carousel-inner > .active,
.cid-stCsAzOEuf .carousel-inner > .next,
.cid-stCsAzOEuf .carousel-inner > .prev {
  display: table;
}
.cid-stCsAzOEuf .carousel-control .icon-next,
.cid-stCsAzOEuf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-stCsAzOEuf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stCsAzOEuf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stCsAzOEuf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-stCsAzOEuf .boxed-slider > div {
  position: relative;
}
.cid-stCsAzOEuf .container img {
  width: 100%;
}
.cid-stCsAzOEuf .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-stCsAzOEuf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-stCsAzOEuf .mbr-table-cell {
  padding: 0;
}
.cid-stCsAzOEuf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-stCsAzOEuf .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-stCsAzOEuf .mbr-overlay {
  z-index: 1;
}
.cid-stCsAzOEuf .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-stCsAzOEuf .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-stCsAzOEuf .carousel-item .container {
    width: 100%;
  }
}
.cid-stCsAzOEuf .carousel-item-next.carousel-item-left,
.cid-stCsAzOEuf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-stCsAzOEuf .active.carousel-item-right,
.cid-stCsAzOEuf .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-stCsAzOEuf .active.carousel-item-left,
.cid-stCsAzOEuf .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-stCsAzOEuf .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-stCsAzOEuf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stCsAzOEuf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stCsAzOEuf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-stCsAzOEuf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stCsAzOEuf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-stCsAzOEuf .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-stCsAzOEuf .mbr-slider .carousel-indicators li.active,
.cid-stCsAzOEuf .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-stCsAzOEuf .mbr-slider .carousel-indicators li::after,
.cid-stCsAzOEuf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-stCsAzOEuf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-stCsAzOEuf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-stCsAzOEuf .mbr-slider > .container img {
  width: 100%;
}
.cid-stCsAzOEuf .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-stCsAzOEuf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-stCsAzOEuf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stCsAzOEuf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-stCsAzOEuf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-stCsAzOEuf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-stCsAzOEuf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-stCsAzOEuf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-stCsAzOEuf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-stCsAzOEuf .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-stCsAzOEuf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-stCsAzOEuf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-stCsAzOEuf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-stCsAzOEuf H2 {
  color: #ffffff;
  text-align: center;
}
.cid-stCsAzOEuf P {
  text-align: center;
}
.cid-qInONdDger {
  background: linear-gradient(to right, #e6efde 0%, #e6efde 30%, #e6efde 30%, #e6efde 100%);
  overflow: hidden !important;
}
.cid-qInONdDger .animated-element {
  color: #efefef;
}
.cid-qInONdDger .img-block {
  align-self: center;
}
.cid-qInONdDger .mbr-section-subtitle {
  color: #055726;
}
@media (min-width: 992px) {
  .cid-qInONdDger .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qInONdDger .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-qInONdDger {
    background: #e6efde;
  }
  .cid-qInONdDger .img-block {
    padding-bottom: 2rem;
  }
}
.cid-qInONdDger .mbr-section-title {
  color: #055726;
}
.cid-qInONdDger .mbr-text,
.cid-qInONdDger .mbr-section-btn {
  color: #232323;
}
.cid-stPJd89MWh {
  padding-top: 150px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-stPJd89MWh .text-content {
  padding-bottom: 60px;
}
.cid-stPJd89MWh .content-container .btn-bgr {
  z-index: 0;
}
.cid-stPJd89MWh .box-item-text {
  color: #000000;
}
.cid-stPJd89MWh .box-item {
  padding: 2.5rem;
}
.cid-stPJd89MWh .box-item:first-child {
  background-color: #ffffff;
}
.cid-stPJd89MWh .box-item:nth-child(2) {
  background-color: #e6efde;
}
.cid-stPJd89MWh .box-item:last-child {
  background-color: #ffffff;
}
.cid-stPJd89MWh .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-stPJd89MWh .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-stPJd89MWh .box-list li:last-child {
  border-bottom: none;
}
.cid-stPJd89MWh .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-stPJd89MWh .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-stPJd89MWh .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-stPJd89MWh .mbr-section-subtitle,
  .cid-stPJd89MWh .mbr-section-title,
  .cid-stPJd89MWh .mbr-text,
  .cid-stPJd89MWh .mbr-section-btn,
  .cid-stPJd89MWh .icon-block-top,
  .cid-stPJd89MWh .box-item-title,
  .cid-stPJd89MWh .box-item-text {
    text-align: center !important;
  }
}
.cid-stPJd89MWh .mbr-section-title {
  color: #ffffff;
}
.cid-stPJd89MWh .icon-block-top,
.cid-stPJd89MWh .box-item-title {
  color: #055726;
}
.cid-syfFh9yXQn {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #055726;
}
.cid-syfFh9yXQn .mbr-section-subtitle {
  color: #767676;
}
.cid-syfFh9yXQn .mbr-section-title {
  color: #ffffff;
}
.cid-syfEsoeXOx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6efde;
}
.cid-syfEsoeXOx .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-syfEsoeXOx .icon2 {
  color: #ffffff;
}
.cid-syfEsoeXOx .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-syfEsoeXOx p {
  font-weight: 400;
}
.cid-syfEsoeXOx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-syfEsoeXOx .line2 {
  background: #ffffff;
}
.cid-syfEsoeXOx .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #055726;
}
.cid-syfEsoeXOx .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-syfEsoeXOx .card2 {
  background: #055726;
}
.cid-syfEsoeXOx .card-title,
.cid-syfEsoeXOx .card-ico,
.cid-syfEsoeXOx .line-wrap {
  text-align: center;
}
.cid-syfEsoeXOx .mbr-text,
.cid-syfEsoeXOx .card-link {
  text-align: center;
}
.cid-sygtWgwD5a {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #e6efde;
}
.cid-sygtWgwD5a .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-sygtWgwD5a .mbr-section-title {
  margin: 0;
  color: #055726;
}
.cid-sygtWgwD5a .mbr-section-subtitle {
  color: #232323;
}
.cid-sygtWgwD5a .card-img {
  text-align: inherit;
}
.cid-sygtWgwD5a .card-img span {
  background: linear-gradient(90deg, #055726, #055726);
}
.cid-sygtWgwD5a .mbr-text {
  color: #232323;
}
.cid-sygtWgwD5a .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-sygtWgwD5a .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sygtWgwD5a .mbr-card-title {
  color: #055726;
}
.cid-sygvRHbWoD {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #e6efde;
}
.cid-sygvRHbWoD .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-sygvRHbWoD .mbr-section-title {
  margin: 0;
  color: #055726;
}
.cid-sygvRHbWoD .mbr-section-subtitle {
  color: #232323;
}
.cid-sygvRHbWoD .card-img {
  text-align: inherit;
}
.cid-sygvRHbWoD .card-img span {
  background: linear-gradient(90deg, #055726, #055726);
}
.cid-sygvRHbWoD .mbr-text {
  color: #232323;
}
.cid-sygvRHbWoD .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-sygvRHbWoD .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sygvRHbWoD .mbr-card-title {
  color: #055726;
}
.cid-syyiehfsMt {
  background-image: url("../../../assets/images/istock-506664332-1000x667.jpg");
}
.cid-syyiehfsMt .mbr-text,
.cid-syyiehfsMt .typed-text,
.cid-syyiehfsMt .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-syyiehfsMt .btn {
  margin-left: 4px !important;
}
.cid-syyiehfsMt .animated-element {
  color: #ffffff;
}
.cid-syyiehfsMt .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-stPJCElp87 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #e6efde;
}
.cid-stPJCElp87 .main,
.cid-stPJCElp87 .main-reverse {
  margin: 0;
  background: #e6efde;
}
.cid-stPJCElp87 .text-element {
  background: #e6efde;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-stPJCElp87 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-stPJCElp87 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-stPJCElp87 .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-stPJCElp87 .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-stPJCElp87 .mbr-iconfont {
  font-size: 3rem;
  color: #055726;
}
@media (max-width: 991px) {
  .cid-stPJCElp87 .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-stPJCElp87 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-stPJCElp87 .image-element,
  .cid-stPJCElp87 .text-element {
    margin-bottom: 0;
  }
  .cid-stPJCElp87 .main:first-child {
    padding-top: 0;
  }
}
.cid-stPJCElp87 .mbr-section-subtitle,
.cid-stPJCElp87 .card-text,
.cid-stPJCElp87 .mbr-section-btn {
  color: #8d97ad;
}
.cid-stPJCElp87 .mbr-section-title {
  color: #055726;
  text-align: center;
}
.cid-stPJCElp87 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-stPJCElp87 .card-text,
.cid-stPJCElp87 .mbr-section-btn {
  color: #000000;
}
.cid-stPJCElp87 .mbr-title,
.cid-stPJCElp87 .card-img {
  color: #055726;
}
.cid-sBthMHTyZ7 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sBthMHTyZ7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sBthMHTyZ7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBthMHTyZ7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBthMHTyZ7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sBthMHTyZ7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #055726);
}
.cid-sBthMHTyZ7 .icon-focus {
  display: none;
}
.cid-sBthMHTyZ7 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sBthMHTyZ7 ul {
  font-size: 0;
}
.cid-sBthMHTyZ7 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sBthMHTyZ7 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sBthMHTyZ7 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #055726, #055726);
}
.cid-sBthMHTyZ7 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sBthMHTyZ7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sBthMHTyZ7 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sBthMHTyZ7 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sBthMHTyZ7 .btn:hover {
  background: transparent !important;
}
.cid-sBthMHTyZ7 .btn:hover:before {
  background: transparent !important;
}
.cid-sBthMHTyZ7 .btn:before {
  background-color: transparent !important;
}
.cid-sBthMHTyZ7 .btn:focus {
  box-shadow: none;
}
.cid-sBthMHTyZ7 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #055726;
}
.cid-sBtjPUx7q2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6efde;
}
.cid-sBtjPUx7q2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sBtjPUx7q2 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBtjPUx7q2 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sBtjPUx7q2 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sBtjPUx7q2 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sBtjPUx7q2 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sBtjPUx7q2 .mbr-section-title {
  color: #055726;
}
.cid-qIo8q1lGYO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #055726;
}
.cid-qIo8q1lGYO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qIo8q1lGYO .mbr-section-title {
  color: #ffffff;
}
.cid-syfTqHzKRs {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syfTqHzKRs .mbr-section-subtitle {
  color: #055726;
}
.cid-syfTqHzKRs ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syfTqHzKRs ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-syfTqHzKRs ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-syfTqHzKRs ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-syfTqHzKRs .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-syfVzLML6H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syfVzLML6H .mbr-section-subtitle {
  color: #767676;
}
.cid-syfVzLML6H ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syfVzLML6H ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-syfVzLML6H ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-syfVzLML6H ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-syfVzLML6H .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-syg2zw2BnU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syg2zw2BnU .mbr-section-subtitle {
  color: #767676;
}
.cid-syg2zw2BnU ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syg2zw2BnU ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-syg2zw2BnU ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-syg2zw2BnU ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-syg2zw2BnU .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-syg6lMlYSe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syg6lMlYSe .mbr-section-subtitle {
  color: #767676;
}
.cid-syg6lMlYSe ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syg6lMlYSe ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-syg6lMlYSe ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-syg6lMlYSe ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-syg6lMlYSe .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sBPqqjiUP3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBPqqjiUP3 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBPqqjiUP3 .row-element,
.cid-sBPqqjiUP3 .image-element {
  padding: 0;
}
.cid-sBPqqjiUP3 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBPqqjiUP3 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sBPqqjiUP3 .text-content {
  padding: 3rem;
}
.cid-sBPqqjiUP3 .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-sBPqqjiUP3 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sBPqqjiUP3 .mbr-title,
  .cid-sBPqqjiUP3 .mbr-text,
  .cid-sBPqqjiUP3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sBPqqjiUP3 .mbr-text,
.cid-sBPqqjiUP3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sBPqqjiUP3 .mbr-title {
  color: #055726;
  text-align: center;
}
.cid-svJWzVHyNn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e6efde;
}
.cid-svJWzVHyNn .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-svJWzVHyNn .mbr-section-title {
  margin: 0;
  color: #055726;
}
.cid-svJWzVHyNn .mbr-section-subtitle {
  color: #000000;
}
.cid-svJWzVHyNn .card-img {
  text-align: inherit;
}
.cid-svJWzVHyNn .card-img span {
  background: linear-gradient(90deg, #055726, #055726);
}
.cid-svJWzVHyNn .mbr-text {
  color: #000000;
}
.cid-svJWzVHyNn .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-svJWzVHyNn .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-svJWzVHyNn .mbr-card-title {
  color: #000000;
}
.cid-sBPozRBrNF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBPozRBrNF .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBPozRBrNF .row-element,
.cid-sBPozRBrNF .image-element {
  padding: 0;
}
.cid-sBPozRBrNF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBPozRBrNF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sBPozRBrNF .text-content {
  padding: 3rem;
}
.cid-sBPozRBrNF .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-sBPozRBrNF .text-content {
    padding: 2rem 1rem;
  }
  .cid-sBPozRBrNF .mbr-title,
  .cid-sBPozRBrNF .mbr-text,
  .cid-sBPozRBrNF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sBPozRBrNF .mbr-text,
.cid-sBPozRBrNF .mbr-section-btn {
  color: #000000;
}
.cid-sBPozRBrNF .mbr-title {
  color: #055726;
}
.cid-su106EjlIx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-su106EjlIx .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-su106EjlIx .row-element,
.cid-su106EjlIx .image-element {
  padding: 0;
}
.cid-su106EjlIx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-su106EjlIx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-su106EjlIx .text-content {
  padding: 3rem;
}
.cid-su106EjlIx .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-su106EjlIx .text-content {
    padding: 2rem 1rem;
  }
  .cid-su106EjlIx .mbr-title,
  .cid-su106EjlIx .underline,
  .cid-su106EjlIx .mbr-text,
  .cid-su106EjlIx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-su106EjlIx .mbr-title {
  color: #ffffff;
}
.cid-su106EjlIx .mbr-text,
.cid-su106EjlIx .mbr-section-btn {
  color: #ffffff;
}
.cid-qIofBG0ijI {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #e6efde;
}
.cid-qIofBG0ijI .form-control,
.cid-qIofBG0ijI .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-qIofBG0ijI .form-control:focus,
.cid-qIofBG0ijI .form-control:focus:focus {
  outline: none;
}
.cid-qIofBG0ijI input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-qIofBG0ijI input::-moz-placeholder {
  color: #5b686b;
}
.cid-qIofBG0ijI textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-qIofBG0ijI textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-qIofBG0ijI .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qIofBG0ijI .input {
  margin-bottom: 15px;
}
.cid-qIofBG0ijI .map {
  width: 100%;
  height: 30rem;
}
.cid-qIofBG0ijI .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qIofBG0ijI .mbr-text {
  color: #767676;
}
.cid-qIofBG0ijI .input-group-btn {
  display: block;
}
.cid-qIofBG0ijI .google-map {
  height: 25rem;
  position: relative;
}
.cid-qIofBG0ijI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qIofBG0ijI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qIofBG0ijI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qIofBG0ijI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-qIofBG0ijI .mbr-section-subtitle,
  .cid-qIofBG0ijI .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-qIofBG0ijI form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-qIofBG0ijI H2 {
  color: #055726;
}
.cid-su0TjXsOBC {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/droneeucalipto-16-2000x1334.jpg");
}
.cid-su0TjXsOBC .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-su0TjXsOBC .mbr-section-subtitle {
  color: #e96188;
}
.cid-su0TjXsOBC .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-su0TjXsOBC .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-su0TjXsOBC .mbr-text {
  color: #ffffff;
}
.cid-su0TjXsOBC .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-su0TjXsOBC .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #055726;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-su0TjXsOBC .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #055726;
  border-color: #055726;
}
.cid-su0TjXsOBC .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-su0TjXsOBC .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-su0TjXsOBC .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #055726;
}
@media (max-width: 992px) {
  .cid-su0TjXsOBC .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-su0TjXsOBC .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #055726;
}
@media (max-width: 992px) {
  .cid-su0TjXsOBC .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-su0TjXsOBC .buttons-wrap {
  text-align: center;
}
.cid-su0TjXsOBC .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-su0TjXsOBC .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-su0TjXsOBC .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-su0TjXsOBC .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-su0TjXsOBC .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-su0TjXsOBC .mbr-section-title,
.cid-su0TjXsOBC .col {
  color: #ffffff;
}
.cid-su0XsxhdDt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #055726;
}
@media (max-width: 767px) {
  .cid-su0XsxhdDt .content {
    text-align: center;
  }
  .cid-su0XsxhdDt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-su0XsxhdDt .logo-subtitle {
  color: #8d97ad;
}
.cid-su0XsxhdDt .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-su0XsxhdDt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-su0XsxhdDt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-su0XsxhdDt .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-su0XsxhdDt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-su0XsxhdDt .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-su0XsxhdDt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-su0XsxhdDt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-su0XsxhdDt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-su0XsxhdDt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-su0XsxhdDt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-su0XsxhdDt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-su0XsxhdDt .list-item {
  display: flex;
}
.cid-su0XsxhdDt .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-su0XsxhdDt ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-su0XsxhdDt ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-su0XsxhdDt ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-su0XsxhdDt .logo-subtitle,
.cid-su0XsxhdDt .media-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-su0XsxhdDt P {
  color: #ffffff;
  text-align: left;
}
.cid-su0XsxhdDt .column-title {
  color: #ffffff;
  text-align: left;
}
.cid-su0XsxhdDt .mbr-text {
  color: #ffffff;
}
.cid-su0XsxhdDt .mbr-text DIV {
  text-align: left;
}
.cid-sxdydMl10V .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxdydMl10V .nav-item,
.cid-sxdydMl10V .nav-link,
.cid-sxdydMl10V .navbar-caption {
  font-weight: normal;
}
.cid-sxdydMl10V .nav-item:focus,
.cid-sxdydMl10V .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sxdydMl10V .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sxdydMl10V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sxdydMl10V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxdydMl10V .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sxdydMl10V .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sxdydMl10V .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxdydMl10V .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxdydMl10V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxdydMl10V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxdydMl10V .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #055726;
  background: none;
}
.cid-sxdydMl10V .navbar.opened {
  transition: all .3s;
  background: #055726 !important;
}
.cid-sxdydMl10V .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sxdydMl10V .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxdydMl10V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxdydMl10V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxdydMl10V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 4.8rem);
  }
}
.cid-sxdydMl10V .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxdydMl10V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxdydMl10V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxdydMl10V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sxdydMl10V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxdydMl10V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sxdydMl10V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxdydMl10V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxdydMl10V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxdydMl10V .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxdydMl10V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxdydMl10V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxdydMl10V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sxdydMl10V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxdydMl10V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxdydMl10V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxdydMl10V .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxdydMl10V .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxdydMl10V .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxdydMl10V .navbar.navbar-short {
  background: #055726 !important;
  min-height: 60px;
}
.cid-sxdydMl10V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxdydMl10V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxdydMl10V .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxdydMl10V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxdydMl10V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxdydMl10V .dropdown-item.active,
.cid-sxdydMl10V .dropdown-item:active {
  background-color: transparent;
}
.cid-sxdydMl10V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxdydMl10V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxdydMl10V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxdydMl10V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #055726;
}
.cid-sxdydMl10V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxdydMl10V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxdydMl10V ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxdydMl10V .navbar-buttons {
  text-align: center;
}
.cid-sxdydMl10V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxdydMl10V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxdydMl10V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxdydMl10V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxdydMl10V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxdydMl10V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxdydMl10V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxdydMl10V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxdydMl10V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxdydMl10V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxdydMl10V .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sxdydMl10V a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxdydMl10V .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sxdydMl10V .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sxdydMl10V .soc-item {
  margin: .5rem .3rem;
}
.cid-sxdydMl10V .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxdydMl10V a.nav-link,
.cid-sxdydMl10V a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-sxdydMl10V a.nav-link .mbr-iconfont-btn,
.cid-sxdydMl10V a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sxdydMl10V a.nav-link:hover .mbr-iconfont-btn,
.cid-sxdydMl10V a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sxdydMl10V a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxdydMl10V .navbar {
    height: 77px;
  }
  .cid-sxdydMl10V .navbar.opened {
    height: auto;
  }
  .cid-sxdydMl10V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sByWbxbsVa {
  background-image: url("../../../assets/images/33177b605f7d466b90396330f2e7d20c-1890x1063.jpg");
  background-position: right;
}
.cid-sByWbxbsVa .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sByWbxbsVa .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sByWbxbsVa .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sByWbxbsVa img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sByWbxbsVa .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sByYZq2TVP {
  padding-top: 90px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sByYZq2TVP .container-fluid {
  padding: 0 3rem;
}
.cid-sByYZq2TVP .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sByYZq2TVP .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4b9b86;
}
.cid-sByYZq2TVP .table-wrap:hover .table-pricing,
.cid-sByYZq2TVP .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sByYZq2TVP .table-wrap:hover .table-heading,
.cid-sByYZq2TVP .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sByYZq2TVP .section-heading {
  margin-bottom: 2rem;
}
.cid-sByYZq2TVP .table-heading {
  margin-bottom: 2em;
}
.cid-sByYZq2TVP .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sByYZq2TVP .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #055726, #055726);
  display: inline-block;
}
.cid-sByYZq2TVP ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sByYZq2TVP ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sByYZq2TVP ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sByYZq2TVP hr {
  display: none;
  background: #efefef;
}
.cid-sByYZq2TVP hr {
  display: block;
}
.cid-sByYZq2TVP .table-heading,
.cid-sByYZq2TVP .table-pricing,
.cid-sByYZq2TVP .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sByYZq2TVP .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sByYZq2TVP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sByYZq2TVP .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sByYZq2TVP .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sByYZq2TVP .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sByYZq2TVP .mbr-section-title,
.cid-sByYZq2TVP .underline {
  color: #4b9b86;
}
.cid-sByYZq2TVP .table-pricing,
.cid-sByYZq2TVP .table-icon {
  text-align: center;
  color: #4b9b86;
}
.cid-sByZZkw11X {
  padding-top: 75px;
  padding-bottom: 30px;
  background: #e6efde;
}
.cid-sByZZkw11X .container-fluid {
  padding: 0 3rem;
}
.cid-sByZZkw11X .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #055726;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-sByZZkw11X .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4b9b86;
}
.cid-sByZZkw11X .table-wrap:hover .table-pricing,
.cid-sByZZkw11X .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sByZZkw11X .table-wrap:hover .table-heading,
.cid-sByZZkw11X .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sByZZkw11X .section-heading {
  margin-bottom: 2rem;
}
.cid-sByZZkw11X .table-heading {
  margin-bottom: 2em;
}
.cid-sByZZkw11X .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-sByZZkw11X .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #055726, #055726);
  display: inline-block;
}
.cid-sByZZkw11X ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sByZZkw11X ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sByZZkw11X ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sByZZkw11X hr {
  display: none;
  background: #055726;
}
.cid-sByZZkw11X hr {
  display: block;
}
.cid-sByZZkw11X .table-heading,
.cid-sByZZkw11X .table-pricing,
.cid-sByZZkw11X .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sByZZkw11X .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sByZZkw11X .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sByZZkw11X .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sByZZkw11X .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sByZZkw11X .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sByZZkw11X .mbr-section-title,
.cid-sByZZkw11X .underline {
  color: #4b9b86;
}
.cid-sByZZkw11X .table-pricing,
.cid-sByZZkw11X .table-icon {
  text-align: center;
  color: #4b9b86;
}
.cid-sByWIVDtNZ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sByWIVDtNZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sByWIVDtNZ .mbr-section-title {
  color: #54a090;
}
.cid-sByWLIcfKt {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sByWLIcfKt .mbr-text {
  text-align: left;
}
.cid-sxdF7mr02C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sxdF7mr02C .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxdF7mr02C .panel-group {
  width: 100%;
}
.cid-sxdF7mr02C .panel-text,
.cid-sxdF7mr02C .header-text,
.cid-sxdF7mr02C .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sxdF7mr02C .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sxdF7mr02C .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sxdF7mr02C .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sxdF7mr02C .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxdF7mr02C .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sxdF7mr02C .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sxdF7mr02C .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #54a090;
}
.cid-sxdF7mr02C .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sxdF7mr02C .card .panel-body {
  background: #ffffff;
}
.cid-sxdF7mr02C .sign {
  color: #232323;
}
.cid-sxdF7mr02C .mbr-section-title {
  color: #54a090;
}
.cid-sxdF7mr02C .header-text {
  color: #000000;
}
.cid-sxdF7mr02C .panel-text {
  color: #000000;
}
.cid-sxdGCehvjR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sxdGCehvjR h4 {
  display: flex;
  color: #232323;
}
.cid-sxdGCehvjR .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-sxdGCehvjR .wrap {
  display: flex;
}
.cid-sxdGCehvjR .icon {
  background: #54a090;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sxdGCehvjR img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sxdGCehvjR .mbr-section-title {
  color: #54a090;
  text-align: center;
}
.cid-sxdGCehvjR p {
  margin: 0;
}
.cid-sxdGCehvjR .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sxdGCehvjR .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sxdGCehvjR .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sxdGCehvjR .panel-group {
  width: 100%;
}
.cid-sxdGCehvjR .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sxdGCehvjR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sxdGCehvjR .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sxdGCehvjR .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sxdGCehvjR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxdGCehvjR .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sxdGCehvjR .card .panel-body {
  background: #ffffff;
}
.cid-sxdGCehvjR .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxdGCehvjR .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sxdGCehvjR .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sxdGCehvjR .header-text,
.cid-sxdGCehvjR .sign {
  color: #232323;
}
.cid-sxdNEKu455 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxdNEKu455 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sxdNEKu455 .mbr-subtitle {
  color: #767676;
}
.cid-sxdNEKu455 .mbr-title {
  color: #54a090;
}
.cid-sxdONc5Tkg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxdONc5Tkg .mbr-section-subtitle {
  color: #767676;
}
.cid-sxdONc5Tkg .mbr-section-title {
  color: #54a090;
}
.cid-sxdOV4hvrh {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxdOV4hvrh .mbr-text {
  text-align: left;
}
.cid-sxdye08U0M {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-sxdye08U0M .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sxdye08U0M .row-element,
.cid-sxdye08U0M .image-element {
  padding: 0;
}
.cid-sxdye08U0M .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxdye08U0M .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxdye08U0M .text-content {
  padding: 3rem;
}
.cid-sxdye08U0M .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxdye08U0M .text-content {
    padding: 2rem 1rem;
  }
  .cid-sxdye08U0M .mbr-title,
  .cid-sxdye08U0M .underline,
  .cid-sxdye08U0M .mbr-text,
  .cid-sxdye08U0M .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sxdye08U0M .mbr-title {
  color: #ffffff;
}
.cid-sxdye08U0M .mbr-text,
.cid-sxdye08U0M .mbr-section-btn {
  color: #ffffff;
}
.cid-sBz22pXMF1 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBz22pXMF1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sBz22pXMF1 .mbr-section-title {
  color: #54a090;
}
.cid-sBz23UIA6m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sBz23UIA6m .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBz23UIA6m .panel-group {
  width: 100%;
}
.cid-sBz23UIA6m .panel-text,
.cid-sBz23UIA6m .header-text,
.cid-sBz23UIA6m .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sBz23UIA6m .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sBz23UIA6m .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sBz23UIA6m .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sBz23UIA6m .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBz23UIA6m .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sBz23UIA6m .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sBz23UIA6m .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #54a090;
}
.cid-sBz23UIA6m .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sBz23UIA6m .card .panel-body {
  background: #ffffff;
}
.cid-sBz23UIA6m .sign {
  color: #232323;
}
.cid-sBz23UIA6m .mbr-section-title {
  color: #54a090;
}
.cid-sBz23UIA6m .header-text {
  color: #000000;
}
.cid-sBz23UIA6m .panel-text {
  color: #000000;
}
.cid-sBz262ozZS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBz262ozZS .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sBz262ozZS .mbr-subtitle {
  color: #767676;
}
.cid-sBz262ozZS .mbr-title {
  color: #54a090;
}
.cid-sBz2cSdGQM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/istock-506664332-1000x667.jpg");
}
.cid-sBz2cSdGQM .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBz2cSdGQM .row-element,
.cid-sBz2cSdGQM .image-element {
  padding: 0;
}
.cid-sBz2cSdGQM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBz2cSdGQM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sBz2cSdGQM .text-content {
  padding: 3rem;
}
.cid-sBz2cSdGQM .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sBz2cSdGQM .text-content {
    padding: 2rem 1rem;
  }
  .cid-sBz2cSdGQM .mbr-title,
  .cid-sBz2cSdGQM .underline,
  .cid-sBz2cSdGQM .mbr-text,
  .cid-sBz2cSdGQM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sBz2cSdGQM .mbr-title {
  color: #ffffff;
}
.cid-sBz2cSdGQM .mbr-text,
.cid-sBz2cSdGQM .mbr-section-btn {
  color: #ffffff;
}
.cid-sBP3zzKReK {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBP3zzKReK .mbr-section-subtitle {
  color: #767676;
}
.cid-sBP3zzKReK .mbr-section-title {
  color: #54a090;
}
.cid-sBP3BvMJmj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sBP3BvMJmj .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBP3BvMJmj .panel-group {
  width: 100%;
}
.cid-sBP3BvMJmj .panel-text,
.cid-sBP3BvMJmj .header-text,
.cid-sBP3BvMJmj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sBP3BvMJmj .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sBP3BvMJmj .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sBP3BvMJmj .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sBP3BvMJmj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBP3BvMJmj .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sBP3BvMJmj .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sBP3BvMJmj .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #54a090;
}
.cid-sBP3BvMJmj .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sBP3BvMJmj .card .panel-body {
  background: #ffffff;
}
.cid-sBP3BvMJmj .sign {
  color: #232323;
}
.cid-sBP3BvMJmj .mbr-section-title {
  color: #54a090;
}
.cid-sBP3BvMJmj .header-text {
  color: #000000;
}
.cid-sBP3BvMJmj .panel-text {
  color: #000000;
}
.cid-sBP3CcyBLq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBP3CcyBLq h4 {
  display: flex;
  color: #232323;
}
.cid-sBP3CcyBLq .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-sBP3CcyBLq .wrap {
  display: flex;
}
.cid-sBP3CcyBLq .icon {
  background: #54a090;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sBP3CcyBLq img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sBP3CcyBLq .mbr-section-title {
  color: #54a090;
  text-align: center;
}
.cid-sBP3CcyBLq p {
  margin: 0;
}
.cid-sBP3CcyBLq .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sBP3CcyBLq .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sBP3CcyBLq .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBP3CcyBLq .panel-group {
  width: 100%;
}
.cid-sBP3CcyBLq .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBP3CcyBLq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBP3CcyBLq .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBP3CcyBLq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sBP3CcyBLq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBP3CcyBLq .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sBP3CcyBLq .card .panel-body {
  background: #ffffff;
}
.cid-sBP3CcyBLq .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBP3CcyBLq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sBP3CcyBLq .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sBP3CcyBLq .header-text,
.cid-sBP3CcyBLq .sign {
  color: #232323;
}
.cid-sBP8kubngl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6efde;
}
.cid-sBP8kubngl .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sBP8kubngl .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBP8kubngl .panel-group {
  width: 100%;
}
.cid-sBP8kubngl .panel-text,
.cid-sBP8kubngl .mbr-section-subtitle {
  color: #767676;
}
.cid-sBP8kubngl .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBP8kubngl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBP8kubngl .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #54a090;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBP8kubngl .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sBP8kubngl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBP8kubngl .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sBP8kubngl .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sBP8kubngl .card .panel-body {
  background: #ffffff;
}
.cid-sBP8kubngl .header-text,
.cid-sBP8kubngl .sign {
  color: #ffffff;
}
.cid-sBP3IUvAYk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBP3IUvAYk .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sBP3IUvAYk .mbr-subtitle {
  color: #767676;
}
.cid-sBP3IUvAYk .mbr-title {
  color: #54a090;
}
.cid-sBP9Scb6r5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-sBP9Scb6r5 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBP9Scb6r5 .row-element,
.cid-sBP9Scb6r5 .image-element {
  padding: 0;
}
.cid-sBP9Scb6r5 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBP9Scb6r5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sBP9Scb6r5 .text-content {
  padding: 3rem;
}
.cid-sBP9Scb6r5 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sBP9Scb6r5 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sBP9Scb6r5 .mbr-title,
  .cid-sBP9Scb6r5 .underline,
  .cid-sBP9Scb6r5 .mbr-text,
  .cid-sBP9Scb6r5 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sBP9Scb6r5 .mbr-title {
  color: #ffffff;
}
.cid-sBP9Scb6r5 .mbr-text,
.cid-sBP9Scb6r5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sBPaRhBAxW {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBPaRhBAxW .mbr-section-subtitle {
  color: #767676;
}
.cid-sBPaRhBAxW .mbr-section-title {
  color: #54a090;
}
.cid-sBPaRShabh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sBPaRShabh .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBPaRShabh .panel-group {
  width: 100%;
}
.cid-sBPaRShabh .panel-text,
.cid-sBPaRShabh .header-text,
.cid-sBPaRShabh .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sBPaRShabh .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sBPaRShabh .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sBPaRShabh .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sBPaRShabh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBPaRShabh .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sBPaRShabh .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sBPaRShabh .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #54a090;
}
.cid-sBPaRShabh .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sBPaRShabh .card .panel-body {
  background: #ffffff;
}
.cid-sBPaRShabh .sign {
  color: #232323;
}
.cid-sBPaRShabh .mbr-section-title {
  color: #54a090;
}
.cid-sBPaRShabh .header-text {
  color: #000000;
}
.cid-sBPaRShabh .panel-text {
  color: #000000;
}
.cid-sBPaSA6lcG {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBPaSA6lcG h4 {
  display: flex;
  color: #232323;
}
.cid-sBPaSA6lcG .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-sBPaSA6lcG .wrap {
  display: flex;
}
.cid-sBPaSA6lcG .icon {
  background: #54a090;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sBPaSA6lcG img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sBPaSA6lcG .mbr-section-title {
  color: #54a090;
  text-align: center;
}
.cid-sBPaSA6lcG p {
  margin: 0;
}
.cid-sBPaSA6lcG .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sBPaSA6lcG .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sBPaSA6lcG .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBPaSA6lcG .panel-group {
  width: 100%;
}
.cid-sBPaSA6lcG .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBPaSA6lcG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBPaSA6lcG .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBPaSA6lcG .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sBPaSA6lcG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBPaSA6lcG .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sBPaSA6lcG .card .panel-body {
  background: #ffffff;
}
.cid-sBPaSA6lcG .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBPaSA6lcG .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sBPaSA6lcG .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sBPaSA6lcG .header-text,
.cid-sBPaSA6lcG .sign {
  color: #232323;
}
.cid-sBPaT110v1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBPaT110v1 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sBPaT110v1 .mbr-subtitle {
  color: #767676;
}
.cid-sBPaT110v1 .mbr-title {
  color: #54a090;
}
.cid-sBPmYR8Vd8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/environmental-innovation-standard-gs20-1200x675.jpg");
}
.cid-sBPmYR8Vd8 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBPmYR8Vd8 .row-element,
.cid-sBPmYR8Vd8 .image-element {
  padding: 0;
}
.cid-sBPmYR8Vd8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBPmYR8Vd8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sBPmYR8Vd8 .text-content {
  padding: 3rem;
}
.cid-sBPmYR8Vd8 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sBPmYR8Vd8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sBPmYR8Vd8 .mbr-title,
  .cid-sBPmYR8Vd8 .underline,
  .cid-sBPmYR8Vd8 .mbr-text,
  .cid-sBPmYR8Vd8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sBPmYR8Vd8 .mbr-title {
  color: #ffffff;
}
.cid-sBPmYR8Vd8 .mbr-text,
.cid-sBPmYR8Vd8 .mbr-section-btn {
  color: #ffffff;
}
.cid-sBPd2VR4Y6 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBPd2VR4Y6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sBPd2VR4Y6 .mbr-section-title {
  color: #54a090;
}
.cid-sBPd41SneW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sBPd41SneW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBPd41SneW .panel-group {
  width: 100%;
}
.cid-sBPd41SneW .panel-text,
.cid-sBPd41SneW .header-text,
.cid-sBPd41SneW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sBPd41SneW .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-sBPd41SneW .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sBPd41SneW .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-sBPd41SneW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBPd41SneW .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sBPd41SneW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-sBPd41SneW .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #54a090;
}
.cid-sBPd41SneW .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-sBPd41SneW .card .panel-body {
  background: #ffffff;
}
.cid-sBPd41SneW .sign {
  color: #232323;
}
.cid-sBPd41SneW .mbr-section-title {
  color: #54a090;
}
.cid-sBPd41SneW .header-text {
  color: #000000;
}
.cid-sBPd41SneW .panel-text {
  color: #000000;
}
.cid-sBPd4yEhBA {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBPd4yEhBA h4 {
  display: flex;
  color: #232323;
}
.cid-sBPd4yEhBA .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-sBPd4yEhBA .wrap {
  display: flex;
}
.cid-sBPd4yEhBA .icon {
  background: #54a090;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sBPd4yEhBA img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sBPd4yEhBA .mbr-section-title {
  color: #54a090;
  text-align: center;
}
.cid-sBPd4yEhBA p {
  margin: 0;
}
.cid-sBPd4yEhBA .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sBPd4yEhBA .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sBPd4yEhBA .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBPd4yEhBA .panel-group {
  width: 100%;
}
.cid-sBPd4yEhBA .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBPd4yEhBA .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBPd4yEhBA .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBPd4yEhBA .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sBPd4yEhBA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBPd4yEhBA .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sBPd4yEhBA .card .panel-body {
  background: #ffffff;
}
.cid-sBPd4yEhBA .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBPd4yEhBA .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sBPd4yEhBA .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sBPd4yEhBA .header-text,
.cid-sBPd4yEhBA .sign {
  color: #232323;
}
.cid-sBPd6UcMII {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBPd6UcMII .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sBPd6UcMII .mbr-subtitle {
  color: #767676;
}
.cid-sBPd6UcMII .mbr-title {
  color: #54a090;
}
.cid-sxdye1PvOq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/droneeucalipto-16-2000x1334.jpg");
}
.cid-sxdye1PvOq .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-sxdye1PvOq .mbr-section-subtitle {
  color: #e96188;
}
.cid-sxdye1PvOq .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-sxdye1PvOq .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sxdye1PvOq .mbr-text {
  color: #ffffff;
}
.cid-sxdye1PvOq .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sxdye1PvOq .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #54a090;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sxdye1PvOq .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #54a090;
  border-color: #54a090;
}
.cid-sxdye1PvOq .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-sxdye1PvOq .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sxdye1PvOq .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #54a090;
}
@media (max-width: 992px) {
  .cid-sxdye1PvOq .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sxdye1PvOq .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #54a090;
}
@media (max-width: 992px) {
  .cid-sxdye1PvOq .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sxdye1PvOq .buttons-wrap {
  text-align: center;
}
.cid-sxdye1PvOq .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-sxdye1PvOq .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-sxdye1PvOq .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-sxdye1PvOq .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-sxdye1PvOq .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-sxdye1PvOq .mbr-section-title,
.cid-sxdye1PvOq .col {
  color: #ffffff;
}
.cid-sxdye0QCDy {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxdye0QCDy .form-control,
.cid-sxdye0QCDy .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-sxdye0QCDy .form-control:focus,
.cid-sxdye0QCDy .form-control:focus:focus {
  outline: none;
}
.cid-sxdye0QCDy input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-sxdye0QCDy input::-moz-placeholder {
  color: #5b686b;
}
.cid-sxdye0QCDy textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-sxdye0QCDy textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-sxdye0QCDy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sxdye0QCDy .input {
  margin-bottom: 15px;
}
.cid-sxdye0QCDy .map {
  width: 100%;
  height: 30rem;
}
.cid-sxdye0QCDy .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sxdye0QCDy .mbr-text {
  color: #767676;
}
.cid-sxdye0QCDy .input-group-btn {
  display: block;
}
.cid-sxdye0QCDy .google-map {
  height: 25rem;
  position: relative;
}
.cid-sxdye0QCDy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxdye0QCDy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sxdye0QCDy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxdye0QCDy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-sxdye0QCDy .mbr-section-subtitle,
  .cid-sxdye0QCDy .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sxdye0QCDy form.mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-sxdye0QCDy H2 {
  color: #54a090;
}
.cid-sxdye2DZjh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #055726;
}
@media (max-width: 767px) {
  .cid-sxdye2DZjh .content {
    text-align: center;
  }
  .cid-sxdye2DZjh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxdye2DZjh .logo-subtitle {
  color: #8d97ad;
}
.cid-sxdye2DZjh .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sxdye2DZjh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxdye2DZjh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxdye2DZjh .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sxdye2DZjh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxdye2DZjh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sxdye2DZjh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxdye2DZjh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxdye2DZjh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxdye2DZjh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxdye2DZjh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxdye2DZjh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxdye2DZjh .list-item {
  display: flex;
}
.cid-sxdye2DZjh .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sxdye2DZjh ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sxdye2DZjh ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sxdye2DZjh ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sxdye2DZjh .logo-subtitle,
.cid-sxdye2DZjh .media-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-sxdye2DZjh P {
  color: #ffffff;
  text-align: left;
}
.cid-sxdye2DZjh .column-title {
  color: #ffffff;
  text-align: left;
}
.cid-sxdye2DZjh .mbr-text {
  color: #ffffff;
}
.cid-sxdye2DZjh .mbr-text DIV {
  text-align: left;
}
