.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 3.125rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f0283b !important;
}
.bg-success {
  background-color: #27232c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #71eac6 !important;
}
.bg-danger {
  background-color: #f9e717 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0283b !important;
  border-color: #f0283b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f35866 !important;
  border-color: #f35866 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f35866 !important;
  border-color: #f35866 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
  color: #336c5b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #336c5b !important;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #27232c !important;
  border-color: #27232c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
  color: #0c503c !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c503c !important;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9e717 !important;
  border-color: #f9e717 !important;
  color: #110f00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #faec49 !important;
  border-color: #faec49 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #110f00 !important;
  background-color: #faec49 !important;
  border-color: #faec49 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f0283b;
  color: #f0283b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b50d1d !important;
  background-color: transparent !important;
  border-color: #b50d1d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f0283b !important;
  border-color: #f0283b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bee0d6;
  color: #bee0d6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83c4b1 !important;
  background-color: transparent !important;
  border-color: #83c4b1 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #336c5b !important;
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27232c;
  color: #27232c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27232c !important;
  border-color: #27232c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #71eac6;
  color: #71eac6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #25dfa8 !important;
  background-color: transparent !important;
  border-color: #25dfa8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c503c !important;
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f9e717;
  color: #f9e717;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b5a705 !important;
  background-color: transparent !important;
  border-color: #b5a705 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #110f00 !important;
  background-color: #f9e717 !important;
  border-color: #f9e717 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f0283b !important;
}
.text-secondary {
  color: #bee0d6 !important;
}
.text-success {
  color: #27232c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #71eac6 !important;
}
.text-danger {
  color: #f9e717 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a60c1a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #79bfaa !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #20d59f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a69904 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f0283b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #71eac6;
}
.alert-danger {
  background-color: #f9e717;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0283b;
  border-color: #f0283b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f0283b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde7e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dad6de;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fefcde;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f0283b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #f0283b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0283b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0283b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f0283b;
  border-bottom-color: #f0283b;
}
.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: #f0283b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bee0d6 !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%;
  width: 100%;
  height: auto;
}
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='%23f0283b' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #f0283b !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 0 -100px 100px #71eac6;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #f0283b !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 0 -100px 100px #ffffff;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  position: relative;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #f0283b;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #bee0d6;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #27232c;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #71eac6;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #f9e717;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.mbr-figure iframe {
  border-radius: 0 !important;
}
.cid-u3G2gawgTF {
  background-color: transparent;
}
.cid-u3G2gawgTF .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-u3G2gawgTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-u3G2gawgTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3G2gawgTF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3G2gawgTF .menu_box .navbar.opened,
  .cid-u3G2gawgTF .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3G2gawgTF .navbar-dropdown {
  position: relative !important;
}
.cid-u3G2gawgTF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u3G2gawgTF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3G2gawgTF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-u3G2gawgTF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3G2gawgTF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3G2gawgTF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3G2gawgTF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3G2gawgTF .offcanvas-body .mbr-text,
  .cid-u3G2gawgTF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3G2gawgTF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3G2gawgTF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3G2gawgTF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3G2gawgTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3G2gawgTF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u3G2gawgTF .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3G2gawgTF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u3G2gawgTF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3G2gawgTF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .nav-item {
    margin: 0 !important;
  }
}
.cid-u3G2gawgTF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3G2gawgTF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3G2gawgTF .nav-item .nav-link:hover,
.cid-u3G2gawgTF .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-u3G2gawgTF .nav-item .nav-link:hover::before,
.cid-u3G2gawgTF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3G2gawgTF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3G2gawgTF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3G2gawgTF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u3G2gawgTF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3G2gawgTF .offcanvas_box {
    display: none;
  }
}
.cid-u3G2gawgTF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3G2gawgTF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3G2gawgTF .container {
  display: flex;
  margin: auto;
}
.cid-u3G2gawgTF .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u3G2gawgTF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3G2gawgTF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3G2gawgTF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .navbar-nav {
    margin: 0;
  }
}
.cid-u3G2gawgTF .dropdown-menu,
.cid-u3G2gawgTF .navbar.opened {
  background-color: false !important;
}
.cid-u3G2gawgTF .nav-item:focus,
.cid-u3G2gawgTF .nav-link:focus {
  outline: none;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3G2gawgTF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3G2gawgTF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3G2gawgTF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3G2gawgTF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3G2gawgTF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3G2gawgTF .navbar.opened {
  transition: all 0.3s;
}
.cid-u3G2gawgTF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3G2gawgTF .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u3G2gawgTF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u3G2gawgTF .navbar.collapsed {
  justify-content: center;
}
.cid-u3G2gawgTF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3G2gawgTF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3G2gawgTF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3G2gawgTF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3G2gawgTF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3G2gawgTF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3G2gawgTF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3G2gawgTF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3G2gawgTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3G2gawgTF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3G2gawgTF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3G2gawgTF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3G2gawgTF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3G2gawgTF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3G2gawgTF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3G2gawgTF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3G2gawgTF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3G2gawgTF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3G2gawgTF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3G2gawgTF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3G2gawgTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3G2gawgTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3G2gawgTF .dropdown-item.active,
.cid-u3G2gawgTF .dropdown-item:active {
  background-color: transparent;
}
.cid-u3G2gawgTF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3G2gawgTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3G2gawgTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3G2gawgTF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3G2gawgTF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3G2gawgTF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3G2gawgTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3G2gawgTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3G2gawgTF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3G2gawgTF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3G2gawgTF .navbar {
    height: 70px;
  }
  .cid-u3G2gawgTF .navbar.opened {
    height: auto;
  }
  .cid-u3G2gawgTF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3G2gawgTF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3G2gawgTF .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u3G2gawgTF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u3G2gawgTF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u3G2gawgTF .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-u3G2gawgTF .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-u3G2gawgTF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3G2gawgTF .text_widget {
  margin-bottom: 32px;
}
.cid-u3G2gawgTF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3G2gawgTF .text_widget a:hover,
.cid-u3G2gawgTF .text_widget a:focus {
  opacity: .8;
}
.cid-u3G2gawgTF .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-u3G2gawgTF .navbar-caption {
  color: #bee0d6;
}
.cid-u3G2gawgTF .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-u3G2gawgTF .mbr-section-subtitle,
.cid-u3G2gawgTF .text_widget,
.cid-u3G2gawgTF .mbr-section-btn {
  text-align: center;
}
.cid-u3G2gawgTF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u3G2gkOIDa {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-u3G2gkOIDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3G2gkOIDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .container {
    padding: 0 30px;
  }
}
.cid-u3G2gkOIDa .card {
  justify-content: center;
}
.cid-u3G2gkOIDa .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u3G2gkOIDa .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .content-wrapper {
    padding: 0;
  }
}
.cid-u3G2gkOIDa .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u3G2gkOIDa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u3G2gkOIDa .mbr-section-title {
  color: #ffffff;
}
.cid-u3G2gkOIDa .mbr-text {
  color: #e7d354;
}
.cid-u3G2gkOIDa .mbr-section-title,
.cid-u3G2gkOIDa .mbr-section-btn {
  text-align: left;
  color: #e7d354;
}
.cid-u3G2jUvCcZ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-u3G2jUvCcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3G2jUvCcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .container {
    padding: 0 30px;
  }
}
.cid-u3G2jUvCcZ .card {
  justify-content: center;
}
.cid-u3G2jUvCcZ .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-u3G2jUvCcZ .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-u3G2jUvCcZ .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #5ca08b 50%, #3b7cb7 50%);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-u3G2jUvCcZ .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-u3G2jUvCcZ .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-u3G2jUvCcZ .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper {
    padding: 0;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u3G2jUvCcZ .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-u3G2jUvCcZ .mbr-desc {
  color: #bee0d6;
}
.cid-u3G2jUvCcZ .mbr-text {
  color: #1d1626;
}
.cid-u3G2jUvCcZ .mbr-desc,
.cid-u3G2jUvCcZ .desc-wrapper {
  color: #000000;
}
.cid-uPJ8sEDQiE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uPJ8sEDQiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ8sEDQiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .container {
    padding: 0 30px;
  }
}
.cid-uPJ8sEDQiE .card {
  justify-content: center;
}
.cid-uPJ8sEDQiE .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uPJ8sEDQiE .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uPJ8sEDQiE .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #8ec3b3 50%, #3b7cb7 50%);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uPJ8sEDQiE .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uPJ8sEDQiE .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-uPJ8sEDQiE .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .content-wrapper {
    padding: 0;
  }
}
.cid-uPJ8sEDQiE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uPJ8sEDQiE .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uPJ8sEDQiE .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uPJ8sEDQiE .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uPJ8sEDQiE .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uPJ8sEDQiE .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-uPJ8sEDQiE .mbr-desc {
  color: #bee0d6;
}
.cid-uPJ8sEDQiE .mbr-text {
  color: #1d1626;
}
.cid-uPJ8sEDQiE .mbr-desc,
.cid-uPJ8sEDQiE .desc-wrapper {
  color: #000000;
}
.cid-uReKanncQ9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uReKanncQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uReKanncQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uReKanncQ9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uReKanncQ9 .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uReKanncQ9 .container {
    padding: 0 28px;
  }
}
.cid-uReKanncQ9 .row {
  justify-content: center;
}
.cid-uReKanncQ9 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uReKanncQ9 .mbr-figure iframe {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uReKanncQ9 .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uReKanncQ9 .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uReKanncQ9 .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uReKanncQ9 .mbr-figure .app-video-wrapper::before {
  color: #f2d122;
  text-shadow: none;
}
.cid-uReKanncQ9 .mbr-section-title {
  color: #000000;
}
.cid-ugr36MtDlf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-20250811-wa0006-2000x1500.jpg");
}
.cid-ugr36MtDlf .mbr-overlay {
  background: #4bdbaf;
  opacity: 0.7;
}
.cid-ugr36MtDlf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugr36MtDlf .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-ugr36MtDlf .container {
    padding: 0 15px;
  }
}
.cid-ugr36MtDlf .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-ugr36MtDlf .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-ugr36MtDlf .content-wrapper {
    padding-left: 0;
  }
}
.cid-ugr36MtDlf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ugr36MtDlf .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ugr36MtDlf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 395px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .cid-ugr36MtDlf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugr36MtDlf .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 290px;
}
.cid-ugr36MtDlf .embla__slide .slide-content {
  width: 100%;
}
.cid-ugr36MtDlf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-ugr36MtDlf .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-ugr36MtDlf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 390px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-ugr36MtDlf .embla__button--next,
.cid-ugr36MtDlf .embla__button--prev {
  display: flex;
}
.cid-ugr36MtDlf .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #bee0d6 !important;
  border: 2px solid #bee0d6 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ugr36MtDlf .embla__button:hover {
  opacity: .5 !important;
}
.cid-ugr36MtDlf .embla__button.embla__button--prev {
  left: 0;
}
.cid-ugr36MtDlf .embla__button.embla__button--next {
  right: 0;
}
.cid-ugr36MtDlf .embla {
  position: relative;
  width: 100%;
}
.cid-ugr36MtDlf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ugr36MtDlf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugr36MtDlf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugr36MtDlf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPN9Nq18BJ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uPN9Nq18BJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPN9Nq18BJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .container {
    padding: 0 30px;
  }
}
.cid-uPN9Nq18BJ .card {
  justify-content: center;
}
.cid-uPN9Nq18BJ .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uPN9Nq18BJ .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uPN9Nq18BJ .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #71eac6 50%, #8d60a1 50%);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uPN9Nq18BJ .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uPN9Nq18BJ .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-uPN9Nq18BJ .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .content-wrapper {
    padding: 0;
  }
}
.cid-uPN9Nq18BJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uPN9Nq18BJ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uPN9Nq18BJ .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uPN9Nq18BJ .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uPN9Nq18BJ .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uPN9Nq18BJ .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-uPN9Nq18BJ .mbr-desc {
  color: #bee0d6;
}
.cid-uPN9Nq18BJ .mbr-text {
  color: #1d1626;
}
.cid-uPN9Nq18BJ .mbr-desc,
.cid-uPN9Nq18BJ .desc-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uQ7ouXX2Dj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-uQ7ouXX2Dj .item:focus,
.cid-uQ7ouXX2Dj span:focus {
  outline: none;
}
.cid-uQ7ouXX2Dj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uQ7ouXX2Dj .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uQ7ouXX2Dj .item {
    min-height: 45px;
  }
}
.cid-uQ7ouXX2Dj .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #e24c4a;
}
.cid-uQ7ouXX2Dj .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uQ7ouXX2Dj .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uQ7ouXX2Dj .container_1 {
  background-color: #e24c4a;
}
.cid-uQ7ouXX2Dj .container_1 .item_1 {
  color: #121212;
  background-color: #e24c4a;
}
.cid-uQ7ouXX2Dj .container_2 {
  background-color: #121212;
}
.cid-uQ7ouXX2Dj .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-v5hn7TyzN4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v5hn7TyzN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5hn7TyzN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5hn7TyzN4 .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-v5hn7TyzN4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-v5hn7TyzN4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5hn7TyzN4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v5hn7TyzN4 .row {
  flex-direction: row-reverse;
}
.cid-v5hn7TyzN4 .image-wrapper {
  padding: 0 0.75rem;
}
.cid-v5hn7TyzN4 img,
.cid-v5hn7TyzN4 .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-v5hn7TyzN4 .mbr-section-title {
  color: #1a3c22;
}
.cid-v5hn7TyzN4 .mbr-text {
  color: #000000;
}
.cid-v5hn7TyzN4 .mbr-text,
.cid-v5hn7TyzN4 .mbr-section-btn {
  color: #1a3c22;
}
.cid-v4kpdKi7pg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v4kpdKi7pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kpdKi7pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kpdKi7pg .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-v4kpdKi7pg .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-v4kpdKi7pg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v4kpdKi7pg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v4kpdKi7pg .row {
  flex-direction: row-reverse;
}
.cid-v4kpdKi7pg .image-wrapper {
  padding: 0 0.75rem;
}
.cid-v4kpdKi7pg img,
.cid-v4kpdKi7pg .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-v4kpdKi7pg .mbr-section-title {
  color: #1a3c22;
}
.cid-v4kpdKi7pg .mbr-text {
  color: #000000;
}
.cid-v4kpdKi7pg .mbr-text,
.cid-v4kpdKi7pg .mbr-section-btn {
  color: #1a3c22;
}
.cid-v44GMMJnGp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v44GMMJnGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44GMMJnGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44GMMJnGp .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-v44GMMJnGp .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-v44GMMJnGp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v44GMMJnGp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v44GMMJnGp .row {
  flex-direction: row-reverse;
}
.cid-v44GMMJnGp .image-wrapper {
  padding: 0 0.75rem;
}
.cid-v44GMMJnGp img,
.cid-v44GMMJnGp .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-v44GMMJnGp .mbr-section-title {
  color: #1a3c22;
}
.cid-v44GMMJnGp .mbr-text {
  color: #000000;
}
.cid-v44GMMJnGp .mbr-text,
.cid-v44GMMJnGp .mbr-section-btn {
  color: #1a3c22;
}
.cid-uYoMAhpHPc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uYoMAhpHPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoMAhpHPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoMAhpHPc .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-uYoMAhpHPc .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uYoMAhpHPc .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uYoMAhpHPc .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uYoMAhpHPc .row {
  flex-direction: row-reverse;
}
.cid-uYoMAhpHPc .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uYoMAhpHPc img,
.cid-uYoMAhpHPc .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uYoMAhpHPc .mbr-section-title {
  color: #1a3c22;
}
.cid-uYoMAhpHPc .mbr-text {
  color: #000000;
}
.cid-uYoMAhpHPc .mbr-text,
.cid-uYoMAhpHPc .mbr-section-btn {
  color: #1a3c22;
}
.cid-uXgcFo0gTj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uXgcFo0gTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXgcFo0gTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXgcFo0gTj .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-uXgcFo0gTj .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uXgcFo0gTj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXgcFo0gTj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXgcFo0gTj .row {
  flex-direction: row-reverse;
}
.cid-uXgcFo0gTj .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uXgcFo0gTj img,
.cid-uXgcFo0gTj .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uXgcFo0gTj .mbr-section-title {
  color: #1a3c22;
}
.cid-uXgcFo0gTj .mbr-text {
  color: #000000;
}
.cid-uXgcFo0gTj .mbr-text,
.cid-uXgcFo0gTj .mbr-section-btn {
  color: #1a3c22;
}
.cid-uQ7nyIU4o1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uQ7nyIU4o1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ7nyIU4o1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ7nyIU4o1 .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-uQ7nyIU4o1 .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uQ7nyIU4o1 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQ7nyIU4o1 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQ7nyIU4o1 .row {
  flex-direction: row-reverse;
}
.cid-uQ7nyIU4o1 .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uQ7nyIU4o1 img,
.cid-uQ7nyIU4o1 .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uQ7nyIU4o1 .mbr-section-title {
  color: #1a3c22;
}
.cid-uQ7nyIU4o1 .mbr-text {
  color: #000000;
}
.cid-uQ7nyIU4o1 .mbr-text,
.cid-uQ7nyIU4o1 .mbr-section-btn {
  color: #1a3c22;
}
.cid-ug5orYDiAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-ug5orYDiAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug5orYDiAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug5orYDiAb .container {
    padding: 0 16px;
  }
}
.cid-ug5orYDiAb .row {
  position: relative;
  justify-content: center;
}
.cid-ug5orYDiAb .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-ug5orYDiAb .card {
  justify-content: center;
}
.cid-ug5orYDiAb .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ug5orYDiAb .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-ug5orYDiAb .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ug5orYDiAb .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-ug5orYDiAb .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-ug5orYDiAb .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ug5orYDiAb .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-ug5orYDiAb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ug5orYDiAb .nav-wrapper .list {
    display: block;
  }
}
.cid-ug5orYDiAb .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-ug5orYDiAb .nav-wrapper .list .item-wrap:hover::before,
.cid-ug5orYDiAb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ug5orYDiAb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ug5orYDiAb .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-ug5orYDiAb .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-ug5orYDiAb .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-ug5orYDiAb .mbr-copy {
  color: #ffffff;
}
.cid-ug5orYDiAb .list,
.cid-ug5orYDiAb .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ug5orYDiAb .list,
  .cid-ug5orYDiAb .nav-wrapper {
    text-align: left;
  }
}
.cid-ugaBSWaFTg {
  background-color: transparent;
}
.cid-ugaBSWaFTg .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-ugaBSWaFTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-ugaBSWaFTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugaBSWaFTg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugaBSWaFTg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ugaBSWaFTg .menu_box .navbar.opened,
  .cid-ugaBSWaFTg .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-ugaBSWaFTg .navbar-dropdown {
  position: relative !important;
}
.cid-ugaBSWaFTg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ugaBSWaFTg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugaBSWaFTg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ugaBSWaFTg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ugaBSWaFTg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ugaBSWaFTg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-ugaBSWaFTg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ugaBSWaFTg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ugaBSWaFTg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ugaBSWaFTg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ugaBSWaFTg .offcanvas-body .mbr-text,
  .cid-ugaBSWaFTg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ugaBSWaFTg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ugaBSWaFTg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ugaBSWaFTg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-ugaBSWaFTg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ugaBSWaFTg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ugaBSWaFTg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ugaBSWaFTg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ugaBSWaFTg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ugaBSWaFTg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugaBSWaFTg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ugaBSWaFTg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ugaBSWaFTg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ugaBSWaFTg .lg_brand {
    margin: 0 1rem;
  }
  .cid-ugaBSWaFTg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-ugaBSWaFTg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ugaBSWaFTg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ugaBSWaFTg .nav-item {
    margin: 0 !important;
  }
}
.cid-ugaBSWaFTg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ugaBSWaFTg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ugaBSWaFTg .nav-item .nav-link:hover,
.cid-ugaBSWaFTg .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-ugaBSWaFTg .nav-item .nav-link:hover::before,
.cid-ugaBSWaFTg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ugaBSWaFTg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ugaBSWaFTg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ugaBSWaFTg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ugaBSWaFTg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ugaBSWaFTg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ugaBSWaFTg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ugaBSWaFTg .offcanvas_box {
    display: none;
  }
}
.cid-ugaBSWaFTg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ugaBSWaFTg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ugaBSWaFTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ugaBSWaFTg .container {
  display: flex;
  margin: auto;
}
.cid-ugaBSWaFTg .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ugaBSWaFTg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ugaBSWaFTg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ugaBSWaFTg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ugaBSWaFTg .navbar-nav {
    margin: 0;
  }
}
.cid-ugaBSWaFTg .dropdown-menu,
.cid-ugaBSWaFTg .navbar.opened {
  background-color: false !important;
}
.cid-ugaBSWaFTg .nav-item:focus,
.cid-ugaBSWaFTg .nav-link:focus {
  outline: none;
}
.cid-ugaBSWaFTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugaBSWaFTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugaBSWaFTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugaBSWaFTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugaBSWaFTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugaBSWaFTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugaBSWaFTg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ugaBSWaFTg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ugaBSWaFTg .navbar.opened {
  transition: all 0.3s;
}
.cid-ugaBSWaFTg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ugaBSWaFTg .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ugaBSWaFTg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ugaBSWaFTg .navbar.collapsed {
  justify-content: center;
}
.cid-ugaBSWaFTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugaBSWaFTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugaBSWaFTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugaBSWaFTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugaBSWaFTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugaBSWaFTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ugaBSWaFTg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugaBSWaFTg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ugaBSWaFTg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ugaBSWaFTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugaBSWaFTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugaBSWaFTg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ugaBSWaFTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugaBSWaFTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ugaBSWaFTg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugaBSWaFTg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ugaBSWaFTg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ugaBSWaFTg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ugaBSWaFTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ugaBSWaFTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugaBSWaFTg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ugaBSWaFTg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugaBSWaFTg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugaBSWaFTg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugaBSWaFTg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugaBSWaFTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ugaBSWaFTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugaBSWaFTg .dropdown-item.active,
.cid-ugaBSWaFTg .dropdown-item:active {
  background-color: transparent;
}
.cid-ugaBSWaFTg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ugaBSWaFTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugaBSWaFTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugaBSWaFTg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugaBSWaFTg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ugaBSWaFTg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugaBSWaFTg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-ugaBSWaFTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-ugaBSWaFTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugaBSWaFTg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugaBSWaFTg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugaBSWaFTg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugaBSWaFTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugaBSWaFTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugaBSWaFTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugaBSWaFTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugaBSWaFTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ugaBSWaFTg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugaBSWaFTg .navbar {
    height: 70px;
  }
  .cid-ugaBSWaFTg .navbar.opened {
    height: auto;
  }
  .cid-ugaBSWaFTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugaBSWaFTg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ugaBSWaFTg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-ugaBSWaFTg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugaBSWaFTg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ugaBSWaFTg .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-ugaBSWaFTg .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-ugaBSWaFTg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ugaBSWaFTg .text_widget {
  margin-bottom: 32px;
}
.cid-ugaBSWaFTg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ugaBSWaFTg .text_widget a:hover,
.cid-ugaBSWaFTg .text_widget a:focus {
  opacity: .8;
}
.cid-ugaBSWaFTg .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-ugaBSWaFTg .navbar-caption {
  color: #bee0d6;
}
.cid-ugaBSWaFTg .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-ugaBSWaFTg .mbr-section-subtitle,
.cid-ugaBSWaFTg .text_widget,
.cid-ugaBSWaFTg .mbr-section-btn {
  text-align: center;
}
.cid-ugaBSWaFTg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugaBSXyoHb {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-ugaBSXyoHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaBSXyoHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugaBSXyoHb .container {
    padding: 0 30px;
  }
}
.cid-ugaBSXyoHb .card {
  justify-content: center;
}
.cid-ugaBSXyoHb .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ugaBSXyoHb .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugaBSXyoHb .content-wrapper {
    padding: 0;
  }
}
.cid-ugaBSXyoHb .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugaBSXyoHb .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugaBSXyoHb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ugaBSXyoHb .mbr-section-title {
  color: #ffffff;
}
.cid-ugaBSXyoHb .mbr-text {
  color: #ffffff;
}
.cid-ugaBSXyoHb .mbr-section-title,
.cid-ugaBSXyoHb .mbr-section-btn {
  text-align: left;
}
.cid-ugaBSZ4uGA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugaBSZ4uGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaBSZ4uGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .container {
    padding: 0 30px;
  }
}
.cid-ugaBSZ4uGA .card {
  justify-content: center;
}
.cid-ugaBSZ4uGA .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-ugaBSZ4uGA .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-ugaBSZ4uGA .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #71eac6 50%, #8d60a1 50%);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-ugaBSZ4uGA .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-ugaBSZ4uGA .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-ugaBSZ4uGA .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .content-wrapper {
    padding: 0;
  }
}
.cid-ugaBSZ4uGA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ugaBSZ4uGA .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ugaBSZ4uGA .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ugaBSZ4uGA .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ugaBSZ4uGA .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-ugaBSZ4uGA .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-ugaBSZ4uGA .mbr-desc {
  color: #bee0d6;
}
.cid-ugaBSZ4uGA .mbr-text {
  color: #000000;
}
.cid-ugaBSZ4uGA .mbr-desc,
.cid-ugaBSZ4uGA .desc-wrapper {
  color: #000000;
}
.cid-ugaIyhggyK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugaIyhggyK h2,
.cid-ugaIyhggyK h3,
.cid-ugaIyhggyK h4,
.cid-ugaIyhggyK h5 {
  margin: 0;
}
.cid-ugaIyhggyK .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugaIyhggyK .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugaIyhggyK .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-ugaIyhggyK .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-ugaIyhggyK .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugaIyhggyK .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugaIyhggyK .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugaIyhggyK .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugaIyhggyK .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugaIyhggyK .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugaIyhggyK .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugaIyhggyK .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugaIyhggyK .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugaIyhggyK .card:hover {
  cursor: pointer;
}
.cid-ugaIyhggyK .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugaIyhggyK .mbr-card-title {
  color: #ffffff;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: left;
}
.cid-ugaIyhggyK .mbr-card-subtitle {
  color: #e7d354;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugaIyhggyK .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugaLCwxv8Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugaLCwxv8Y h2,
.cid-ugaLCwxv8Y h3,
.cid-ugaLCwxv8Y h4,
.cid-ugaLCwxv8Y h5 {
  margin: 0;
}
.cid-ugaLCwxv8Y .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugaLCwxv8Y .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugaLCwxv8Y .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-ugaLCwxv8Y .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-ugaLCwxv8Y .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugaLCwxv8Y .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugaLCwxv8Y .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugaLCwxv8Y .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugaLCwxv8Y .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugaLCwxv8Y .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugaLCwxv8Y .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugaLCwxv8Y .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugaLCwxv8Y .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugaLCwxv8Y .card:hover {
  cursor: pointer;
}
.cid-ugaLCwxv8Y .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugaLCwxv8Y .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugaLCwxv8Y .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugaLCwxv8Y .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugaV7jxBpe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugaV7jxBpe h2,
.cid-ugaV7jxBpe h3,
.cid-ugaV7jxBpe h4,
.cid-ugaV7jxBpe h5 {
  margin: 0;
}
.cid-ugaV7jxBpe .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugaV7jxBpe .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugaV7jxBpe .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-ugaV7jxBpe .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-ugaV7jxBpe .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugaV7jxBpe .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugaV7jxBpe .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugaV7jxBpe .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugaV7jxBpe .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugaV7jxBpe .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugaV7jxBpe .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugaV7jxBpe .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugaV7jxBpe .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugaV7jxBpe .card:hover {
  cursor: pointer;
}
.cid-ugaV7jxBpe .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugaV7jxBpe .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugaV7jxBpe .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugaV7jxBpe .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugaZWQmKgb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugaZWQmKgb h2,
.cid-ugaZWQmKgb h3,
.cid-ugaZWQmKgb h4,
.cid-ugaZWQmKgb h5 {
  margin: 0;
}
.cid-ugaZWQmKgb .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugaZWQmKgb .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugaZWQmKgb .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-ugaZWQmKgb .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-ugaZWQmKgb .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugaZWQmKgb .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugaZWQmKgb .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugaZWQmKgb .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugaZWQmKgb .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugaZWQmKgb .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugaZWQmKgb .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugaZWQmKgb .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugaZWQmKgb .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugaZWQmKgb .card:hover {
  cursor: pointer;
}
.cid-ugaZWQmKgb .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugaZWQmKgb .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugaZWQmKgb .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugaZWQmKgb .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugbq0e6FzX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugbq0e6FzX h2,
.cid-ugbq0e6FzX h3,
.cid-ugbq0e6FzX h4,
.cid-ugbq0e6FzX h5 {
  margin: 0;
}
.cid-ugbq0e6FzX .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugbq0e6FzX .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugbq0e6FzX .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-ugbq0e6FzX .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-ugbq0e6FzX .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugbq0e6FzX .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugbq0e6FzX .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugbq0e6FzX .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugbq0e6FzX .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugbq0e6FzX .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugbq0e6FzX .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugbq0e6FzX .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugbq0e6FzX .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugbq0e6FzX .card:hover {
  cursor: pointer;
}
.cid-ugbq0e6FzX .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugbq0e6FzX .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugbq0e6FzX .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugbq0e6FzX .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugbzvUal4f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugbzvUal4f h2,
.cid-ugbzvUal4f h3,
.cid-ugbzvUal4f h4,
.cid-ugbzvUal4f h5 {
  margin: 0;
}
.cid-ugbzvUal4f .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugbzvUal4f .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugbzvUal4f .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-ugbzvUal4f .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-ugbzvUal4f .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugbzvUal4f .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugbzvUal4f .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugbzvUal4f .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugbzvUal4f .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugbzvUal4f .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugbzvUal4f .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugbzvUal4f .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugbzvUal4f .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugbzvUal4f .card:hover {
  cursor: pointer;
}
.cid-ugbzvUal4f .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugbzvUal4f .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugbzvUal4f .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugbzvUal4f .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uPDHkkJpa7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uPDHkkJpa7 h2,
.cid-uPDHkkJpa7 h3,
.cid-uPDHkkJpa7 h4,
.cid-uPDHkkJpa7 h5 {
  margin: 0;
}
.cid-uPDHkkJpa7 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uPDHkkJpa7 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uPDHkkJpa7 .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-uPDHkkJpa7 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uPDHkkJpa7 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uPDHkkJpa7 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uPDHkkJpa7 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uPDHkkJpa7 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uPDHkkJpa7 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uPDHkkJpa7 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPDHkkJpa7 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uPDHkkJpa7 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uPDHkkJpa7 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uPDHkkJpa7 .card:hover {
  cursor: pointer;
}
.cid-uPDHkkJpa7 .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uPDHkkJpa7 .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uPDHkkJpa7 .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uPDHkkJpa7 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uPDKLpK6zl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uPDKLpK6zl h2,
.cid-uPDKLpK6zl h3,
.cid-uPDKLpK6zl h4,
.cid-uPDKLpK6zl h5 {
  margin: 0;
}
.cid-uPDKLpK6zl .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uPDKLpK6zl .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uPDKLpK6zl .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-uPDKLpK6zl .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uPDKLpK6zl .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uPDKLpK6zl .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uPDKLpK6zl .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uPDKLpK6zl .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uPDKLpK6zl .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uPDKLpK6zl .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPDKLpK6zl .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uPDKLpK6zl .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uPDKLpK6zl .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uPDKLpK6zl .card:hover {
  cursor: pointer;
}
.cid-uPDKLpK6zl .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uPDKLpK6zl .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uPDKLpK6zl .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uPDKLpK6zl .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugfo5PoteB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugfo5PoteB h2,
.cid-ugfo5PoteB h3,
.cid-ugfo5PoteB h4,
.cid-ugfo5PoteB h5 {
  margin: 0;
}
.cid-ugfo5PoteB .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugfo5PoteB .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugfo5PoteB .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-ugfo5PoteB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-ugfo5PoteB .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugfo5PoteB .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugfo5PoteB .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugfo5PoteB .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugfo5PoteB .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugfo5PoteB .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugfo5PoteB .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugfo5PoteB .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugfo5PoteB .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugfo5PoteB .card:hover {
  cursor: pointer;
}
.cid-ugfo5PoteB .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugfo5PoteB .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugfo5PoteB .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugfo5PoteB .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugfvy461UR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugfvy461UR h2,
.cid-ugfvy461UR h3,
.cid-ugfvy461UR h4,
.cid-ugfvy461UR h5 {
  margin: 0;
}
.cid-ugfvy461UR .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugfvy461UR .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugfvy461UR .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-ugfvy461UR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-ugfvy461UR .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugfvy461UR .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugfvy461UR .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugfvy461UR .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugfvy461UR .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugfvy461UR .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugfvy461UR .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugfvy461UR .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugfvy461UR .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugfvy461UR .card:hover {
  cursor: pointer;
}
.cid-ugfvy461UR .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugfvy461UR .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugfvy461UR .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugfvy461UR .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uPEf1B4uZv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uPEf1B4uZv h2,
.cid-uPEf1B4uZv h3,
.cid-uPEf1B4uZv h4,
.cid-uPEf1B4uZv h5 {
  margin: 0;
}
.cid-uPEf1B4uZv .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uPEf1B4uZv .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uPEf1B4uZv .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-uPEf1B4uZv .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uPEf1B4uZv .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uPEf1B4uZv .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uPEf1B4uZv .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uPEf1B4uZv .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uPEf1B4uZv .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uPEf1B4uZv .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPEf1B4uZv .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uPEf1B4uZv .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uPEf1B4uZv .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uPEf1B4uZv .card:hover {
  cursor: pointer;
}
.cid-uPEf1B4uZv .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uPEf1B4uZv .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uPEf1B4uZv .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uPEf1B4uZv .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uPEQmlegJw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uPEQmlegJw h2,
.cid-uPEQmlegJw h3,
.cid-uPEQmlegJw h4,
.cid-uPEQmlegJw h5 {
  margin: 0;
}
.cid-uPEQmlegJw .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uPEQmlegJw .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uPEQmlegJw .mbr-section-title {
  color: #e7d354;
  text-align: center;
  margin: 0;
}
.cid-uPEQmlegJw .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uPEQmlegJw .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uPEQmlegJw .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uPEQmlegJw .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uPEQmlegJw .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uPEQmlegJw .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uPEQmlegJw .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPEQmlegJw .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uPEQmlegJw .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uPEQmlegJw .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uPEQmlegJw .card:hover {
  cursor: pointer;
}
.cid-uPEQmlegJw .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uPEQmlegJw .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uPEQmlegJw .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uPEQmlegJw .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugmCe10Eis {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-ugmCe10Eis .img-container {
  position: relative;
}
.cid-ugmCe10Eis .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ugmCe10Eis .image-wrapper img {
  width: 100%;
  height: 28vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ugmCe10Eis .image-wrapper img {
    height: auto;
  }
}
.cid-ugmCe10Eis .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ugmCe10Eis .mbr-title {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-ugmCe10Eis .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-ugg6WA1pPJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-ugg6WA1pPJ h2,
.cid-ugg6WA1pPJ h3,
.cid-ugg6WA1pPJ h4,
.cid-ugg6WA1pPJ h5 {
  margin: 0;
}
.cid-ugg6WA1pPJ .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-ugg6WA1pPJ .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-ugg6WA1pPJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-ugg6WA1pPJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-ugg6WA1pPJ .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-ugg6WA1pPJ .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-ugg6WA1pPJ .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-ugg6WA1pPJ .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ugg6WA1pPJ .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ugg6WA1pPJ .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ugg6WA1pPJ .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-ugg6WA1pPJ .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-ugg6WA1pPJ .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ugg6WA1pPJ .card:hover {
  cursor: pointer;
}
.cid-ugg6WA1pPJ .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-ugg6WA1pPJ .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-ugg6WA1pPJ .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-ugg6WA1pPJ .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uggaO4hogs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uggaO4hogs h2,
.cid-uggaO4hogs h3,
.cid-uggaO4hogs h4,
.cid-uggaO4hogs h5 {
  margin: 0;
}
.cid-uggaO4hogs .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uggaO4hogs .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uggaO4hogs .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-uggaO4hogs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-uggaO4hogs .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uggaO4hogs .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uggaO4hogs .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uggaO4hogs .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uggaO4hogs .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uggaO4hogs .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uggaO4hogs .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uggaO4hogs .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uggaO4hogs .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uggaO4hogs .card:hover {
  cursor: pointer;
}
.cid-uggaO4hogs .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uggaO4hogs .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
  text-align: left;
}
.cid-uggaO4hogs .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uggaO4hogs .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uhd2PmqUsZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uhd2PmqUsZ h2,
.cid-uhd2PmqUsZ h3,
.cid-uhd2PmqUsZ h4,
.cid-uhd2PmqUsZ h5 {
  margin: 0;
}
.cid-uhd2PmqUsZ .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uhd2PmqUsZ .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uhd2PmqUsZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-uhd2PmqUsZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-uhd2PmqUsZ .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhd2PmqUsZ .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uhd2PmqUsZ .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uhd2PmqUsZ .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uhd2PmqUsZ .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uhd2PmqUsZ .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uhd2PmqUsZ .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uhd2PmqUsZ .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uhd2PmqUsZ .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uhd2PmqUsZ .card:hover {
  cursor: pointer;
}
.cid-uhd2PmqUsZ .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uhd2PmqUsZ .mbr-card-title {
  color: #e7d354;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uhd2PmqUsZ .mbr-card-subtitle {
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uhd2PmqUsZ .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-ugaBSZSPg2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-ugaBSZSPg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugaBSZSPg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugaBSZSPg2 .container {
    padding: 0 16px;
  }
}
.cid-ugaBSZSPg2 .row {
  position: relative;
  justify-content: center;
}
.cid-ugaBSZSPg2 .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-ugaBSZSPg2 .card {
  justify-content: center;
}
.cid-ugaBSZSPg2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugaBSZSPg2 .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-ugaBSZSPg2 .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugaBSZSPg2 .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-ugaBSZSPg2 .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-ugaBSZSPg2 .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-ugaBSZSPg2 .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-ugaBSZSPg2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ugaBSZSPg2 .nav-wrapper .list {
    display: block;
  }
}
.cid-ugaBSZSPg2 .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-ugaBSZSPg2 .nav-wrapper .list .item-wrap:hover::before,
.cid-ugaBSZSPg2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ugaBSZSPg2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ugaBSZSPg2 .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-ugaBSZSPg2 .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-ugaBSZSPg2 .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-ugaBSZSPg2 .mbr-copy {
  color: #ffffff;
}
.cid-ugaBSZSPg2 .list,
.cid-ugaBSZSPg2 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ugaBSZSPg2 .list,
  .cid-ugaBSZSPg2 .nav-wrapper {
    text-align: left;
  }
}
.cid-uhhTJUdU4I {
  background-color: transparent;
}
.cid-uhhTJUdU4I .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uhhTJUdU4I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uhhTJUdU4I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhhTJUdU4I .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhhTJUdU4I .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhhTJUdU4I .menu_box .navbar.opened,
  .cid-uhhTJUdU4I .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhhTJUdU4I .navbar-dropdown {
  position: relative !important;
}
.cid-uhhTJUdU4I .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uhhTJUdU4I .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhhTJUdU4I .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhhTJUdU4I .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhhTJUdU4I .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhhTJUdU4I .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uhhTJUdU4I .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhhTJUdU4I .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhhTJUdU4I .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhhTJUdU4I .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhhTJUdU4I .offcanvas-body .mbr-text,
  .cid-uhhTJUdU4I .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhhTJUdU4I .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhhTJUdU4I .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhhTJUdU4I .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uhhTJUdU4I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhhTJUdU4I .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhhTJUdU4I .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhhTJUdU4I .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhhTJUdU4I ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhhTJUdU4I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhhTJUdU4I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhhTJUdU4I .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhhTJUdU4I li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhhTJUdU4I .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhhTJUdU4I .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uhhTJUdU4I .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhhTJUdU4I .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhhTJUdU4I .nav-item {
    margin: 0 !important;
  }
}
.cid-uhhTJUdU4I .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhhTJUdU4I .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhhTJUdU4I .nav-item .nav-link:hover,
.cid-uhhTJUdU4I .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uhhTJUdU4I .nav-item .nav-link:hover::before,
.cid-uhhTJUdU4I .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uhhTJUdU4I .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhhTJUdU4I .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhhTJUdU4I .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhhTJUdU4I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhhTJUdU4I .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhhTJUdU4I .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhhTJUdU4I .offcanvas_box {
    display: none;
  }
}
.cid-uhhTJUdU4I .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhhTJUdU4I .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhhTJUdU4I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhhTJUdU4I .container {
  display: flex;
  margin: auto;
}
.cid-uhhTJUdU4I .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhhTJUdU4I .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhhTJUdU4I .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhhTJUdU4I .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhhTJUdU4I .navbar-nav {
    margin: 0;
  }
}
.cid-uhhTJUdU4I .dropdown-menu,
.cid-uhhTJUdU4I .navbar.opened {
  background-color: false !important;
}
.cid-uhhTJUdU4I .nav-item:focus,
.cid-uhhTJUdU4I .nav-link:focus {
  outline: none;
}
.cid-uhhTJUdU4I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhTJUdU4I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhTJUdU4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhTJUdU4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhTJUdU4I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhTJUdU4I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhTJUdU4I .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhhTJUdU4I .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhhTJUdU4I .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhTJUdU4I .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhhTJUdU4I .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhhTJUdU4I .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uhhTJUdU4I .navbar.collapsed {
  justify-content: center;
}
.cid-uhhTJUdU4I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhTJUdU4I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhhTJUdU4I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhTJUdU4I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhTJUdU4I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhTJUdU4I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhhTJUdU4I .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhhTJUdU4I .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhhTJUdU4I .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhhTJUdU4I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhTJUdU4I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhTJUdU4I .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhhTJUdU4I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhTJUdU4I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhhTJUdU4I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhhTJUdU4I .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhhTJUdU4I .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhhTJUdU4I .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhhTJUdU4I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhhTJUdU4I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhTJUdU4I .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhhTJUdU4I .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhhTJUdU4I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhhTJUdU4I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhhTJUdU4I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhhTJUdU4I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhhTJUdU4I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhTJUdU4I .dropdown-item.active,
.cid-uhhTJUdU4I .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhTJUdU4I .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uhhTJUdU4I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhTJUdU4I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhTJUdU4I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhTJUdU4I ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhhTJUdU4I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhhTJUdU4I button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uhhTJUdU4I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uhhTJUdU4I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhTJUdU4I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhTJUdU4I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhTJUdU4I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhTJUdU4I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhTJUdU4I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhTJUdU4I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhTJUdU4I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhTJUdU4I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhhTJUdU4I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhhTJUdU4I .navbar {
    height: 70px;
  }
  .cid-uhhTJUdU4I .navbar.opened {
    height: auto;
  }
  .cid-uhhTJUdU4I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhTJUdU4I .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uhhTJUdU4I .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhhTJUdU4I .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhhTJUdU4I .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uhhTJUdU4I .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uhhTJUdU4I .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uhhTJUdU4I .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhhTJUdU4I .text_widget {
  margin-bottom: 32px;
}
.cid-uhhTJUdU4I .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhhTJUdU4I .text_widget a:hover,
.cid-uhhTJUdU4I .text_widget a:focus {
  opacity: .8;
}
.cid-uhhTJUdU4I .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uhhTJUdU4I .navbar-caption {
  color: #bee0d6;
}
.cid-uhhTJUdU4I .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uhhTJUdU4I .mbr-section-subtitle,
.cid-uhhTJUdU4I .text_widget,
.cid-uhhTJUdU4I .mbr-section-btn {
  text-align: center;
}
.cid-uhhTJUdU4I a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhhTJVesrH {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uhhTJVesrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhTJVesrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhhTJVesrH .container {
    padding: 0 30px;
  }
}
.cid-uhhTJVesrH .card {
  justify-content: center;
}
.cid-uhhTJVesrH .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uhhTJVesrH .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uhhTJVesrH .content-wrapper {
    padding: 0;
  }
}
.cid-uhhTJVesrH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhhTJVesrH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uhhTJVesrH .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uhhTJVesrH .mbr-section-title {
  color: #ffffff;
}
.cid-uhhTJVesrH .mbr-text {
  color: #ffffff;
}
.cid-uhhTJVesrH .mbr-section-title,
.cid-uhhTJVesrH .mbr-section-btn {
  text-align: left;
}
.cid-uhjsTfGOs6 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uhjsTfGOs6 .svg-top {
  display: none;
}
.cid-uhjsTfGOs6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uhjsTfGOs6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0283b;
}
.cid-uhjsTfGOs6 .svg-top .st0 {
  fill: "file:///C:/Users/Owner/OneDrive/My%20Web%20Sites/LionsOrgBr/distritold1/2025_26/assets/images/fundo-verde-1500x1378.png";
}
@media (max-width: 992px) {
  .cid-uhjsTfGOs6 .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uhjsTfGOs6 .text-content {
    max-width: none;
  }
}
.cid-uhjsTfGOs6 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uhjsTfGOs6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uhjsTfGOs6 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uhjsTfGOs6 .icons {
    justify-content: center !important;
  }
  .cid-uhjsTfGOs6 .text-content * {
    text-align: center;
  }
}
.cid-uhjsTfGOs6 P {
  color: #e7d354;
  text-align: center;
}
.cid-uhjsTfGOs6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhhTJYEMFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uhhTJYEMFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhTJYEMFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhhTJYEMFM .container {
    padding: 0 16px;
  }
}
.cid-uhhTJYEMFM .row {
  position: relative;
  justify-content: center;
}
.cid-uhhTJYEMFM .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uhhTJYEMFM .card {
  justify-content: center;
}
.cid-uhhTJYEMFM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhhTJYEMFM .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uhhTJYEMFM .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhhTJYEMFM .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uhhTJYEMFM .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uhhTJYEMFM .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhhTJYEMFM .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uhhTJYEMFM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uhhTJYEMFM .nav-wrapper .list {
    display: block;
  }
}
.cid-uhhTJYEMFM .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uhhTJYEMFM .nav-wrapper .list .item-wrap:hover::before,
.cid-uhhTJYEMFM .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhhTJYEMFM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhhTJYEMFM .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uhhTJYEMFM .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uhhTJYEMFM .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uhhTJYEMFM .mbr-copy {
  color: #ffffff;
}
.cid-uhhTJYEMFM .list,
.cid-uhhTJYEMFM .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhhTJYEMFM .list,
  .cid-uhhTJYEMFM .nav-wrapper {
    text-align: left;
  }
}
.cid-uPEUfcSrBZ {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uPEUfcSrBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEUfcSrBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPEUfcSrBZ .container {
    padding: 0 30px;
  }
}
.cid-uPEUfcSrBZ .card {
  justify-content: center;
}
.cid-uPEUfcSrBZ .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uPEUfcSrBZ .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPEUfcSrBZ .content-wrapper {
    padding: 0;
  }
}
.cid-uPEUfcSrBZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPEUfcSrBZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPEUfcSrBZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPEUfcSrBZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPEUfcSrBZ .mbr-text {
  color: #ffffff;
}
.cid-uPEUfcSrBZ .mbr-section-title,
.cid-uPEUfcSrBZ .mbr-section-btn {
  text-align: left;
}
.cid-uPEUfcoaJI {
  background-color: transparent;
}
.cid-uPEUfcoaJI .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uPEUfcoaJI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uPEUfcoaJI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPEUfcoaJI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPEUfcoaJI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPEUfcoaJI .menu_box .navbar.opened,
  .cid-uPEUfcoaJI .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPEUfcoaJI .navbar-dropdown {
  position: relative !important;
}
.cid-uPEUfcoaJI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uPEUfcoaJI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPEUfcoaJI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPEUfcoaJI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPEUfcoaJI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPEUfcoaJI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uPEUfcoaJI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPEUfcoaJI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPEUfcoaJI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPEUfcoaJI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPEUfcoaJI .offcanvas-body .mbr-text,
  .cid-uPEUfcoaJI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPEUfcoaJI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPEUfcoaJI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPEUfcoaJI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uPEUfcoaJI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPEUfcoaJI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPEUfcoaJI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPEUfcoaJI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPEUfcoaJI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPEUfcoaJI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPEUfcoaJI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPEUfcoaJI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPEUfcoaJI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPEUfcoaJI .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPEUfcoaJI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uPEUfcoaJI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPEUfcoaJI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPEUfcoaJI .nav-item {
    margin: 0 !important;
  }
}
.cid-uPEUfcoaJI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPEUfcoaJI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPEUfcoaJI .nav-item .nav-link:hover,
.cid-uPEUfcoaJI .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uPEUfcoaJI .nav-item .nav-link:hover::before,
.cid-uPEUfcoaJI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPEUfcoaJI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPEUfcoaJI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPEUfcoaJI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPEUfcoaJI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPEUfcoaJI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPEUfcoaJI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPEUfcoaJI .offcanvas_box {
    display: none;
  }
}
.cid-uPEUfcoaJI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPEUfcoaJI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPEUfcoaJI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPEUfcoaJI .container {
  display: flex;
  margin: auto;
}
.cid-uPEUfcoaJI .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPEUfcoaJI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPEUfcoaJI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPEUfcoaJI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPEUfcoaJI .navbar-nav {
    margin: 0;
  }
}
.cid-uPEUfcoaJI .dropdown-menu,
.cid-uPEUfcoaJI .navbar.opened {
  background-color: false !important;
}
.cid-uPEUfcoaJI .nav-item:focus,
.cid-uPEUfcoaJI .nav-link:focus {
  outline: none;
}
.cid-uPEUfcoaJI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPEUfcoaJI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPEUfcoaJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPEUfcoaJI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPEUfcoaJI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPEUfcoaJI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPEUfcoaJI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPEUfcoaJI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPEUfcoaJI .navbar.opened {
  transition: all 0.3s;
}
.cid-uPEUfcoaJI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPEUfcoaJI .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uPEUfcoaJI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPEUfcoaJI .navbar.collapsed {
  justify-content: center;
}
.cid-uPEUfcoaJI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPEUfcoaJI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPEUfcoaJI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPEUfcoaJI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPEUfcoaJI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPEUfcoaJI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPEUfcoaJI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPEUfcoaJI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPEUfcoaJI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPEUfcoaJI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPEUfcoaJI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPEUfcoaJI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPEUfcoaJI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPEUfcoaJI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPEUfcoaJI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPEUfcoaJI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPEUfcoaJI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPEUfcoaJI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPEUfcoaJI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPEUfcoaJI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPEUfcoaJI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPEUfcoaJI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPEUfcoaJI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPEUfcoaJI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPEUfcoaJI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPEUfcoaJI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPEUfcoaJI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPEUfcoaJI .dropdown-item.active,
.cid-uPEUfcoaJI .dropdown-item:active {
  background-color: transparent;
}
.cid-uPEUfcoaJI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPEUfcoaJI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPEUfcoaJI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPEUfcoaJI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPEUfcoaJI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPEUfcoaJI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPEUfcoaJI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uPEUfcoaJI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uPEUfcoaJI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPEUfcoaJI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPEUfcoaJI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPEUfcoaJI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPEUfcoaJI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPEUfcoaJI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPEUfcoaJI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPEUfcoaJI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPEUfcoaJI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPEUfcoaJI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPEUfcoaJI .navbar {
    height: 70px;
  }
  .cid-uPEUfcoaJI .navbar.opened {
    height: auto;
  }
  .cid-uPEUfcoaJI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPEUfcoaJI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPEUfcoaJI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uPEUfcoaJI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPEUfcoaJI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPEUfcoaJI .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uPEUfcoaJI .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uPEUfcoaJI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPEUfcoaJI .text_widget {
  margin-bottom: 32px;
}
.cid-uPEUfcoaJI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPEUfcoaJI .text_widget a:hover,
.cid-uPEUfcoaJI .text_widget a:focus {
  opacity: .8;
}
.cid-uPEUfcoaJI .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uPEUfcoaJI .navbar-caption {
  color: #bee0d6;
}
.cid-uPEUfcoaJI .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uPEUfcoaJI .mbr-section-subtitle,
.cid-uPEUfcoaJI .text_widget,
.cid-uPEUfcoaJI .mbr-section-btn {
  text-align: center;
}
.cid-uPEUfcoaJI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vdu2U0Aob5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #254b45;
}
.cid-vdu2U0Aob5 .item:focus,
.cid-vdu2U0Aob5 span:focus {
  outline: none;
}
.cid-vdu2U0Aob5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdu2U0Aob5 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vdu2U0Aob5 .item {
    min-height: 45px;
  }
}
.cid-vdu3VaovNn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #254b45;
}
.cid-vdu3VaovNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdu3VaovNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdu3VaovNn .card {
  justify-content: center;
}
.cid-vdu3VaovNn .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vdu3VaovNn .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vdu3VaovNn .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vdu3VaovNn .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdu3VaovNn .image-wrapper img {
    height: 300px;
  }
}
.cid-vdu3VaovNn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdu3VaovNn .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vdu3VaovNn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdu3VaovNn .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vdu3VaovNn .mbr-section-title {
  color: #000000;
}
.cid-vdu3VaovNn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdu3VaovNn .mbr-section-title,
.cid-vdu3VaovNn .mbr-section-btn,
.cid-vdu3VaovNn .title-wrapper {
  color: #fdcc27;
  text-align: center;
}
.cid-vgO3lTYNmo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #bae495;
}
.cid-vgO3lTYNmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgO3lTYNmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgO3lTYNmo .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vgO3lTYNmo .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-vgO3lTYNmo .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vgO3lTYNmo .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vgO3lTYNmo .row {
  flex-direction: row-reverse;
}
.cid-vgO3lTYNmo .image-wrapper {
  padding: 0 0.75rem;
}
.cid-vgO3lTYNmo img,
.cid-vgO3lTYNmo .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-vgO3lTYNmo .mbr-section-title {
  color: #1a3c22;
}
.cid-vgO3lTYNmo .mbr-text {
  color: #000000;
}
.cid-vgO3lTYNmo .mbr-text,
.cid-vgO3lTYNmo .mbr-section-btn {
  color: #1a3c22;
}
.cid-vgkUjcRfpp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #154138;
}
.cid-vgkUjcRfpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgkUjcRfpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgkUjcRfpp .content-wrap {
  margin: 0;
}
.cid-vgkUjcRfpp .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-vgkUjcRfpp .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-vgkUjcRfpp .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vgkUjcRfpp .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgkUjcRfpp .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vgkUjcRfpp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgkUjcRfpp .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-vgkUjcRfpp .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vgkUjcRfpp .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgkUjcRfpp .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-vgkUjcRfpp .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-vgkUjcRfpp .mbr-text,
.cid-vgkUjcRfpp .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vgkUjcRfpp .mbr-section-title,
.cid-vgkUjcRfpp .mbr-section-btn {
  color: #ffffff;
}
.cid-vgkUkmD0zY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #254b45;
}
.cid-vgkUkmD0zY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgkUkmD0zY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgkUkmD0zY .content-wrap {
  margin: 0;
}
.cid-vgkUkmD0zY .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-vgkUkmD0zY .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-vgkUkmD0zY .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vgkUkmD0zY .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgkUkmD0zY .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vgkUkmD0zY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgkUkmD0zY .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-vgkUkmD0zY .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vgkUkmD0zY .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgkUkmD0zY .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-vgkUkmD0zY .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-vgkUkmD0zY .mbr-text,
.cid-vgkUkmD0zY .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vgkUkmD0zY .mbr-section-title,
.cid-vgkUkmD0zY .mbr-section-btn {
  color: #ffffff;
}
.cid-vgqxLSueNe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b665f;
}
.cid-vgqxLSueNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgqxLSueNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgqxLSueNe .content-wrap {
  margin: 0;
}
.cid-vgqxLSueNe .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-vgqxLSueNe .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-vgqxLSueNe .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vgqxLSueNe .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgqxLSueNe .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vgqxLSueNe .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgqxLSueNe .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-vgqxLSueNe .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vgqxLSueNe .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgqxLSueNe .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-vgqxLSueNe .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-vgqxLSueNe .mbr-text,
.cid-vgqxLSueNe .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vgqxLSueNe .mbr-section-title,
.cid-vgqxLSueNe .mbr-section-btn {
  color: #ffffff;
}
.cid-vgOa6KQ59q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a3c22;
}
.cid-vgOa6KQ59q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgOa6KQ59q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vgOa6KQ59q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vgOa6KQ59q .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vgOa6KQ59q .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgOa6KQ59q .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-vgOa6KQ59q .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-vgOa6KQ59q .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-vgOa6KQ59q .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-vgOa6KQ59q .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-vgOa6KQ59q .mbr-section-title {
  color: #ffffff;
}
.cid-vdYI7k4uQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #254b45;
}
.cid-vdYI7k4uQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdYI7k4uQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdYI7k4uQX .content-wrap {
  margin: 0;
}
.cid-vdYI7k4uQX .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-vdYI7k4uQX .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-vdYI7k4uQX .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vdYI7k4uQX .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdYI7k4uQX .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vdYI7k4uQX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdYI7k4uQX .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-vdYI7k4uQX .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vdYI7k4uQX .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdYI7k4uQX .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-vdYI7k4uQX .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-vdYI7k4uQX .mbr-text,
.cid-vdYI7k4uQX .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vdYI7k4uQX .mbr-section-title,
.cid-vdYI7k4uQX .mbr-section-btn {
  color: #f7ed4a;
}
.cid-vdu2Mf7AMB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7ed4a;
}
.cid-vdu2Mf7AMB .item:focus,
.cid-vdu2Mf7AMB span:focus {
  outline: none;
}
.cid-vdu2Mf7AMB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vdu2Mf7AMB .item {
  color: #254b45;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vdu2Mf7AMB .item {
    min-height: 45px;
  }
}
.cid-vaY0sB0MGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7ed4a;
}
.cid-vaY0sB0MGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaY0sB0MGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaY0sB0MGS .content-wrap {
  margin: 0;
}
.cid-vaY0sB0MGS .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-vaY0sB0MGS .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-vaY0sB0MGS .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vaY0sB0MGS .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vaY0sB0MGS .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vaY0sB0MGS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaY0sB0MGS .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-vaY0sB0MGS .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vaY0sB0MGS .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vaY0sB0MGS .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-vaY0sB0MGS .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-vaY0sB0MGS .mbr-text,
.cid-vaY0sB0MGS .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vaY0sB0MGS .mbr-section-title,
.cid-vaY0sB0MGS .mbr-section-btn {
  color: #1d1626;
}
.cid-vcg8Oe2wsj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7ed4a;
}
.cid-vcg8Oe2wsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcg8Oe2wsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcg8Oe2wsj .content-wrap {
  margin: 0;
}
.cid-vcg8Oe2wsj .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-vcg8Oe2wsj .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-vcg8Oe2wsj .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vcg8Oe2wsj .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcg8Oe2wsj .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-vcg8Oe2wsj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcg8Oe2wsj .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-vcg8Oe2wsj .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-vcg8Oe2wsj .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcg8Oe2wsj .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-vcg8Oe2wsj .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-vcg8Oe2wsj .mbr-text,
.cid-vcg8Oe2wsj .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-vcg8Oe2wsj .mbr-section-title,
.cid-vcg8Oe2wsj .mbr-section-btn {
  color: #1d1626;
}
.cid-v8QtmVzi9s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7ed4a;
}
@media (min-width: 992px) {
  .cid-v8QtmVzi9s .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v8QtmVzi9s .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-v8QtmVzi9s .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-v5WEwRgllO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-2000x1793.jpg");
}
.cid-v5WEwRgllO .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v5WEwRgllO img,
.cid-v5WEwRgllO .item-img {
  width: 100%;
}
.cid-v5WEwRgllO .item:focus,
.cid-v5WEwRgllO span:focus {
  outline: none;
}
.cid-v5WEwRgllO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5WEwRgllO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5WEwRgllO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5WEwRgllO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5WEwRgllO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5WEwRgllO .mbr-section-title {
  color: #fdcc27;
}
.cid-v5WEwRgllO .mbr-text,
.cid-v5WEwRgllO .mbr-section-btn {
  text-align: left;
  color: #ffe161;
}
.cid-v5WEwRgllO .item-title {
  text-align: left;
  color: #ffe161;
}
.cid-v5WEwRgllO .item-subtitle {
  text-align: center;
}
.cid-v5WEwRgllO P {
  color: #ffe161;
}
.cid-uYoTc1YknQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bee0d6;
}
.cid-uYoTc1YknQ .item:focus,
.cid-uYoTc1YknQ span:focus {
  outline: none;
}
.cid-uYoTc1YknQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uYoTc1YknQ .item {
  color: #254b45;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uYoTc1YknQ .item {
    min-height: 45px;
  }
}
.cid-v1HTgQRf0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1-1500x1378.png");
}
.cid-v1HTgQRf0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HTgQRf0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1HTgQRf0w .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v1HTgQRf0w .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v1HTgQRf0w .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v1HTgQRf0w .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-v1HTgQRf0w .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-v1HTgQRf0w .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-v1HTgQRf0w .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-v1HTgQRf0w .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-v1HTgQRf0w .mbr-section-title {
  color: #222222;
}
.cid-v2r9xphNah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1-1500x1378.png");
}
.cid-v2r9xphNah .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2r9xphNah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2r9xphNah .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v2r9xphNah .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v2r9xphNah .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2r9xphNah .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-v2r9xphNah .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-v2r9xphNah .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-v2r9xphNah .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-v2r9xphNah .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-v2r9xphNah .mbr-section-title {
  color: #222222;
}
.cid-uZwst4Fn8E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1-1500x1378.png");
}
.cid-uZwst4Fn8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZwst4Fn8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZwst4Fn8E .row {
  margin: 0 -45px;
}
.cid-uZwst4Fn8E .row .card {
  padding: 0 45px;
}
.cid-uZwst4Fn8E .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1640px) {
  .cid-uZwst4Fn8E .items-wrapper {
    display: block;
  }
}
.cid-uZwst4Fn8E .items-wrapper .item {
  padding-top: 64px;
}
.cid-uZwst4Fn8E .items-wrapper .item:hover .item-wrapper,
.cid-uZwst4Fn8E .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-uZwst4Fn8E .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  padding: 25px 25px 32px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uZwst4Fn8E .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper .image-wrap {
  margin-bottom: 32px;
  margin-top: -90px;
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper .image-wrap .item-img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  min-width: 118px;
  border: 2px solid #3a001d;
  box-shadow: 0 11px 0 #3a001d;
  border-radius: 100% !important;
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #fecb66;
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZwst4Fn8E .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZwst4Fn8E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZwst4Fn8E .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uZwst4Fn8E .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-uZwst4Fn8E .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZwst4Fn8E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZwst4Fn8E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZwst4Fn8E .mbr-label {
  color: #3a001d;
}
.cid-uZwst4Fn8E .mbr-section-title {
  color: #3a001d;
}
.cid-uZwst4Fn8E .mbr-text {
  color: #3a001d;
}
.cid-uZwst4Fn8E .item-name {
  color: #3a001d;
}
.cid-uZwst4Fn8E .item-role {
  color: #3a001d;
  text-align: center;
}
.cid-uZwst4Fn8E .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-uZwst4Fn8E .item-name,
.cid-uZwst4Fn8E .image-wrap,
.cid-uZwst4Fn8E .mbr-section-btn {
  text-align: center;
}
.cid-uYoW8iFuyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
@media (max-width: 991px) {
  .cid-uYoW8iFuyZ .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uYoW8iFuyZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYoW8iFuyZ .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uYoW8iFuyZ .mbr-section-title {
  color: #2e6b75;
}
.cid-uYoW8iFuyZ .mbr-text {
  color: #6c7577;
}
.cid-uYoW8iFuyZ .mbr-description {
  color: #6c7577;
}
.cid-uYoW8iFuyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoW8iFuyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HVk3fLmk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dbd4b8;
}
.cid-v1HVk3fLmk .item:focus,
.cid-v1HVk3fLmk span:focus {
  outline: none;
}
.cid-v1HVk3fLmk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v1HVk3fLmk .item {
  color: #254b45;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v1HVk3fLmk .item {
    min-height: 45px;
  }
}
.cid-uXUMB5ZHYU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbd4b8;
}
.cid-uXUMB5ZHYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUMB5ZHYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXUMB5ZHYU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uXUMB5ZHYU .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uXUMB5ZHYU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uXUMB5ZHYU .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uXUMB5ZHYU .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uXUMB5ZHYU .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uXUMB5ZHYU .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uXUMB5ZHYU .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uXUMB5ZHYU .mbr-section-title {
  color: #222222;
}
.cid-uR20epjWCq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fdcc27;
}
.cid-uR20epjWCq .item:focus,
.cid-uR20epjWCq span:focus {
  outline: none;
}
.cid-uR20epjWCq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uR20epjWCq .item {
  color: #254b45;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uR20epjWCq .item {
    min-height: 45px;
  }
}
.cid-uQ0zKiKcYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdcc27;
}
@media (max-width: 991px) {
  .cid-uQ0zKiKcYX .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uQ0zKiKcYX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ0zKiKcYX .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uQ0zKiKcYX .mbr-section-title {
  color: #2e6b75;
}
.cid-uQ0zKiKcYX .mbr-text {
  color: #6c7577;
}
.cid-uQ0zKiKcYX .mbr-description {
  color: #6c7577;
}
.cid-uQ0zKiKcYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0zKiKcYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDjQo8P1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdcc27;
}
.cid-uSDjQo8P1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDjQo8P1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDjQo8P1Z .content-wrap {
  margin: 0;
}
.cid-uSDjQo8P1Z .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uSDjQo8P1Z .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uSDjQo8P1Z .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uSDjQo8P1Z .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSDjQo8P1Z .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uSDjQo8P1Z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSDjQo8P1Z .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uSDjQo8P1Z .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uSDjQo8P1Z .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSDjQo8P1Z .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uSDjQo8P1Z .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uSDjQo8P1Z .mbr-text,
.cid-uSDjQo8P1Z .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uRdGeuc6Fs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7d354;
}
@media (max-width: 991px) {
  .cid-uRdGeuc6Fs .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uRdGeuc6Fs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRdGeuc6Fs .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uRdGeuc6Fs .mbr-section-title {
  color: #2e6b75;
}
.cid-uRdGeuc6Fs .mbr-text {
  color: #6c7577;
}
.cid-uRdGeuc6Fs .mbr-description {
  color: #6c7577;
}
.cid-uRdGeuc6Fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdGeuc6Fs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEUfdFCUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uPEUfdFCUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEUfdFCUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPEUfdFCUP .container {
    padding: 0 16px;
  }
}
.cid-uPEUfdFCUP .row {
  position: relative;
  justify-content: center;
}
.cid-uPEUfdFCUP .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uPEUfdFCUP .card {
  justify-content: center;
}
.cid-uPEUfdFCUP .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPEUfdFCUP .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uPEUfdFCUP .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPEUfdFCUP .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uPEUfdFCUP .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uPEUfdFCUP .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uPEUfdFCUP .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uPEUfdFCUP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uPEUfdFCUP .nav-wrapper .list {
    display: block;
  }
}
.cid-uPEUfdFCUP .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uPEUfdFCUP .nav-wrapper .list .item-wrap:hover::before,
.cid-uPEUfdFCUP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPEUfdFCUP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPEUfdFCUP .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uPEUfdFCUP .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uPEUfdFCUP .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uPEUfdFCUP .mbr-copy {
  color: #ffffff;
}
.cid-uPEUfdFCUP .list,
.cid-uPEUfdFCUP .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPEUfdFCUP .list,
  .cid-uPEUfdFCUP .nav-wrapper {
    text-align: left;
  }
}
.cid-uQ0Le0t2Rw {
  background-color: transparent;
}
.cid-uQ0Le0t2Rw .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uQ0Le0t2Rw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uQ0Le0t2Rw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ0Le0t2Rw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQ0Le0t2Rw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQ0Le0t2Rw .menu_box .navbar.opened,
  .cid-uQ0Le0t2Rw .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQ0Le0t2Rw .navbar-dropdown {
  position: relative !important;
}
.cid-uQ0Le0t2Rw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQ0Le0t2Rw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ0Le0t2Rw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQ0Le0t2Rw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQ0Le0t2Rw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQ0Le0t2Rw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uQ0Le0t2Rw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQ0Le0t2Rw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQ0Le0t2Rw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQ0Le0t2Rw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQ0Le0t2Rw .offcanvas-body .mbr-text,
  .cid-uQ0Le0t2Rw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQ0Le0t2Rw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQ0Le0t2Rw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQ0Le0t2Rw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uQ0Le0t2Rw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQ0Le0t2Rw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQ0Le0t2Rw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQ0Le0t2Rw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQ0Le0t2Rw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQ0Le0t2Rw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ0Le0t2Rw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQ0Le0t2Rw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQ0Le0t2Rw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQ0Le0t2Rw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQ0Le0t2Rw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uQ0Le0t2Rw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQ0Le0t2Rw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQ0Le0t2Rw .nav-item {
    margin: 0 !important;
  }
}
.cid-uQ0Le0t2Rw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uQ0Le0t2Rw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ0Le0t2Rw .nav-item .nav-link:hover,
.cid-uQ0Le0t2Rw .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uQ0Le0t2Rw .nav-item .nav-link:hover::before,
.cid-uQ0Le0t2Rw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uQ0Le0t2Rw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQ0Le0t2Rw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQ0Le0t2Rw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ0Le0t2Rw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQ0Le0t2Rw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQ0Le0t2Rw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQ0Le0t2Rw .offcanvas_box {
    display: none;
  }
}
.cid-uQ0Le0t2Rw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQ0Le0t2Rw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQ0Le0t2Rw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQ0Le0t2Rw .container {
  display: flex;
  margin: auto;
}
.cid-uQ0Le0t2Rw .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQ0Le0t2Rw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQ0Le0t2Rw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQ0Le0t2Rw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQ0Le0t2Rw .navbar-nav {
    margin: 0;
  }
}
.cid-uQ0Le0t2Rw .dropdown-menu,
.cid-uQ0Le0t2Rw .navbar.opened {
  background-color: false !important;
}
.cid-uQ0Le0t2Rw .nav-item:focus,
.cid-uQ0Le0t2Rw .nav-link:focus {
  outline: none;
}
.cid-uQ0Le0t2Rw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ0Le0t2Rw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ0Le0t2Rw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ0Le0t2Rw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ0Le0t2Rw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ0Le0t2Rw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ0Le0t2Rw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQ0Le0t2Rw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQ0Le0t2Rw .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ0Le0t2Rw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQ0Le0t2Rw .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uQ0Le0t2Rw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQ0Le0t2Rw .navbar.collapsed {
  justify-content: center;
}
.cid-uQ0Le0t2Rw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ0Le0t2Rw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ0Le0t2Rw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ0Le0t2Rw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ0Le0t2Rw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ0Le0t2Rw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQ0Le0t2Rw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQ0Le0t2Rw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQ0Le0t2Rw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQ0Le0t2Rw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ0Le0t2Rw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ0Le0t2Rw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQ0Le0t2Rw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ0Le0t2Rw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQ0Le0t2Rw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ0Le0t2Rw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQ0Le0t2Rw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQ0Le0t2Rw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQ0Le0t2Rw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQ0Le0t2Rw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ0Le0t2Rw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQ0Le0t2Rw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ0Le0t2Rw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ0Le0t2Rw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ0Le0t2Rw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ0Le0t2Rw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQ0Le0t2Rw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ0Le0t2Rw .dropdown-item.active,
.cid-uQ0Le0t2Rw .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ0Le0t2Rw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uQ0Le0t2Rw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ0Le0t2Rw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ0Le0t2Rw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ0Le0t2Rw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQ0Le0t2Rw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ0Le0t2Rw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uQ0Le0t2Rw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uQ0Le0t2Rw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ0Le0t2Rw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ0Le0t2Rw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ0Le0t2Rw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ0Le0t2Rw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ0Le0t2Rw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ0Le0t2Rw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ0Le0t2Rw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ0Le0t2Rw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQ0Le0t2Rw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ0Le0t2Rw .navbar {
    height: 70px;
  }
  .cid-uQ0Le0t2Rw .navbar.opened {
    height: auto;
  }
  .cid-uQ0Le0t2Rw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ0Le0t2Rw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uQ0Le0t2Rw .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uQ0Le0t2Rw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQ0Le0t2Rw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQ0Le0t2Rw .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uQ0Le0t2Rw .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uQ0Le0t2Rw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQ0Le0t2Rw .text_widget {
  margin-bottom: 32px;
}
.cid-uQ0Le0t2Rw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQ0Le0t2Rw .text_widget a:hover,
.cid-uQ0Le0t2Rw .text_widget a:focus {
  opacity: .8;
}
.cid-uQ0Le0t2Rw .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uQ0Le0t2Rw .navbar-caption {
  color: #bee0d6;
}
.cid-uQ0Le0t2Rw .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uQ0Le0t2Rw .mbr-section-subtitle,
.cid-uQ0Le0t2Rw .text_widget,
.cid-uQ0Le0t2Rw .mbr-section-btn {
  text-align: center;
}
.cid-uQ0Le0t2Rw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQ0Le0OIhv {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uQ0Le0OIhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0Le0OIhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQ0Le0OIhv .container {
    padding: 0 30px;
  }
}
.cid-uQ0Le0OIhv .card {
  justify-content: center;
}
.cid-uQ0Le0OIhv .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uQ0Le0OIhv .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQ0Le0OIhv .content-wrapper {
    padding: 0;
  }
}
.cid-uQ0Le0OIhv .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQ0Le0OIhv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQ0Le0OIhv .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ0Le0OIhv .mbr-section-title {
  color: #ffffff;
}
.cid-uQ0Le0OIhv .mbr-text {
  color: #ffffff;
}
.cid-uQ0Le0OIhv .mbr-section-title,
.cid-uQ0Le0OIhv .mbr-section-btn {
  text-align: left;
}
.cid-uTYO7pccra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdcc27;
}
.cid-uTYO7pccra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYO7pccra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTYO7pccra .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTYO7pccra .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uTYO7pccra .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTYO7pccra .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uTYO7pccra .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uTYO7pccra .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uTYO7pccra .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uTYO7pccra .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uTYO7pccra .mbr-section-title {
  color: #222222;
}
.cid-uQ0Le1kEXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uQ0Le1kEXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ0Le1kEXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQ0Le1kEXT .container {
    padding: 0 16px;
  }
}
.cid-uQ0Le1kEXT .row {
  position: relative;
  justify-content: center;
}
.cid-uQ0Le1kEXT .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uQ0Le1kEXT .card {
  justify-content: center;
}
.cid-uQ0Le1kEXT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uQ0Le1kEXT .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uQ0Le1kEXT .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ0Le1kEXT .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uQ0Le1kEXT .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uQ0Le1kEXT .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uQ0Le1kEXT .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uQ0Le1kEXT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uQ0Le1kEXT .nav-wrapper .list {
    display: block;
  }
}
.cid-uQ0Le1kEXT .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uQ0Le1kEXT .nav-wrapper .list .item-wrap:hover::before,
.cid-uQ0Le1kEXT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uQ0Le1kEXT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uQ0Le1kEXT .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uQ0Le1kEXT .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uQ0Le1kEXT .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uQ0Le1kEXT .mbr-copy {
  color: #ffffff;
}
.cid-uQ0Le1kEXT .list,
.cid-uQ0Le1kEXT .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uQ0Le1kEXT .list,
  .cid-uQ0Le1kEXT .nav-wrapper {
    text-align: left;
  }
}
.cid-uUeh13Mmtp {
  background-color: transparent;
}
.cid-uUeh13Mmtp .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uUeh13Mmtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uUeh13Mmtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUeh13Mmtp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUeh13Mmtp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUeh13Mmtp .menu_box .navbar.opened,
  .cid-uUeh13Mmtp .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUeh13Mmtp .navbar-dropdown {
  position: relative !important;
}
.cid-uUeh13Mmtp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUeh13Mmtp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUeh13Mmtp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUeh13Mmtp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUeh13Mmtp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUeh13Mmtp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uUeh13Mmtp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUeh13Mmtp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUeh13Mmtp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUeh13Mmtp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUeh13Mmtp .offcanvas-body .mbr-text,
  .cid-uUeh13Mmtp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUeh13Mmtp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUeh13Mmtp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUeh13Mmtp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uUeh13Mmtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUeh13Mmtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUeh13Mmtp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUeh13Mmtp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUeh13Mmtp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUeh13Mmtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUeh13Mmtp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUeh13Mmtp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUeh13Mmtp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUeh13Mmtp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUeh13Mmtp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uUeh13Mmtp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUeh13Mmtp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUeh13Mmtp .nav-item {
    margin: 0 !important;
  }
}
.cid-uUeh13Mmtp .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUeh13Mmtp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUeh13Mmtp .nav-item .nav-link:hover,
.cid-uUeh13Mmtp .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uUeh13Mmtp .nav-item .nav-link:hover::before,
.cid-uUeh13Mmtp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUeh13Mmtp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUeh13Mmtp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUeh13Mmtp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUeh13Mmtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUeh13Mmtp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUeh13Mmtp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUeh13Mmtp .offcanvas_box {
    display: none;
  }
}
.cid-uUeh13Mmtp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUeh13Mmtp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUeh13Mmtp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUeh13Mmtp .container {
  display: flex;
  margin: auto;
}
.cid-uUeh13Mmtp .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUeh13Mmtp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUeh13Mmtp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUeh13Mmtp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUeh13Mmtp .navbar-nav {
    margin: 0;
  }
}
.cid-uUeh13Mmtp .dropdown-menu,
.cid-uUeh13Mmtp .navbar.opened {
  background-color: false !important;
}
.cid-uUeh13Mmtp .nav-item:focus,
.cid-uUeh13Mmtp .nav-link:focus {
  outline: none;
}
.cid-uUeh13Mmtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUeh13Mmtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUeh13Mmtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUeh13Mmtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUeh13Mmtp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUeh13Mmtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUeh13Mmtp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUeh13Mmtp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUeh13Mmtp .navbar.opened {
  transition: all 0.3s;
}
.cid-uUeh13Mmtp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUeh13Mmtp .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uUeh13Mmtp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUeh13Mmtp .navbar.collapsed {
  justify-content: center;
}
.cid-uUeh13Mmtp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUeh13Mmtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUeh13Mmtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUeh13Mmtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUeh13Mmtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUeh13Mmtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUeh13Mmtp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUeh13Mmtp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUeh13Mmtp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUeh13Mmtp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUeh13Mmtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUeh13Mmtp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUeh13Mmtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUeh13Mmtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUeh13Mmtp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUeh13Mmtp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUeh13Mmtp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUeh13Mmtp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUeh13Mmtp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUeh13Mmtp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUeh13Mmtp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUeh13Mmtp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUeh13Mmtp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUeh13Mmtp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUeh13Mmtp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUeh13Mmtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUeh13Mmtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUeh13Mmtp .dropdown-item.active,
.cid-uUeh13Mmtp .dropdown-item:active {
  background-color: transparent;
}
.cid-uUeh13Mmtp .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUeh13Mmtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUeh13Mmtp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUeh13Mmtp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUeh13Mmtp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUeh13Mmtp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUeh13Mmtp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uUeh13Mmtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uUeh13Mmtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUeh13Mmtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeh13Mmtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeh13Mmtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUeh13Mmtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeh13Mmtp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUeh13Mmtp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUeh13Mmtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeh13Mmtp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUeh13Mmtp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUeh13Mmtp .navbar {
    height: 70px;
  }
  .cid-uUeh13Mmtp .navbar.opened {
    height: auto;
  }
  .cid-uUeh13Mmtp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUeh13Mmtp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUeh13Mmtp .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUeh13Mmtp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUeh13Mmtp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUeh13Mmtp .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uUeh13Mmtp .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uUeh13Mmtp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUeh13Mmtp .text_widget {
  margin-bottom: 32px;
}
.cid-uUeh13Mmtp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUeh13Mmtp .text_widget a:hover,
.cid-uUeh13Mmtp .text_widget a:focus {
  opacity: .8;
}
.cid-uUeh13Mmtp .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uUeh13Mmtp .navbar-caption {
  color: #bee0d6;
}
.cid-uUeh13Mmtp .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uUeh13Mmtp .mbr-section-subtitle,
.cid-uUeh13Mmtp .text_widget,
.cid-uUeh13Mmtp .mbr-section-btn {
  text-align: center;
}
.cid-uUeh13Mmtp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUeh146pxH {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uUeh146pxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeh146pxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUeh146pxH .container {
    padding: 0 30px;
  }
}
.cid-uUeh146pxH .card {
  justify-content: center;
}
.cid-uUeh146pxH .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uUeh146pxH .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUeh146pxH .content-wrapper {
    padding: 0;
  }
}
.cid-uUeh146pxH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUeh146pxH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUeh146pxH .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uUeh146pxH .mbr-section-title {
  color: #ffffff;
}
.cid-uUeh146pxH .mbr-text {
  color: #ffffff;
}
.cid-uUeh146pxH .mbr-section-title,
.cid-uUeh146pxH .mbr-section-btn {
  text-align: left;
}
.cid-uUNafBYGXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uUNafBYGXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUNafBYGXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUNafBYGXA .container {
    padding: 0 30px;
  }
}
.cid-uUNafBYGXA .card {
  justify-content: center;
}
.cid-uUNafBYGXA .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uUNafBYGXA .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uUNafBYGXA .content-wrapper {
    padding: 0;
  }
}
.cid-uUNafBYGXA .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uUNafBYGXA .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uUNafBYGXA .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uUNafBYGXA .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uUNafBYGXA .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uUNafBYGXA .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUNafBYGXA .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uUNafBYGXA .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uUNafBYGXA .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uUNafBYGXA .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uUNafBYGXA .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uUNafBYGXA .mbr-text {
  color: #254b45;
}
.cid-uUNafBYGXA .mbr-name {
  color: #254b45;
}
.cid-uUNafBYGXA .mbr-role {
  color: #254b45;
}
.cid-uUNafBYGXA .mbr-name,
.cid-uUNafBYGXA .person-wrapper {
  color: #fdcc27;
}
.cid-uUNafBYGXA .mbr-role,
.cid-uUNafBYGXA .person-wrapper {
  color: #fdcc27;
}
.cid-v3RgLZEAAp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v3RgLZEAAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RgLZEAAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3RgLZEAAp .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v3RgLZEAAp .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v3RgLZEAAp .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v3RgLZEAAp .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v3RgLZEAAp .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v3RgLZEAAp .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v3RgLZEAAp .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RgLZEAAp .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v3RgLZEAAp .decoration_1 {
    left: -380px;
  }
}
.cid-v3RgLZEAAp .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v3RgLZEAAp .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v3RgLZEAAp .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RgLZEAAp .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v3RgLZEAAp .decoration_2 {
    right: -380px;
  }
}
.cid-v3RgLZEAAp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
@media (max-width: 768px) {
  .cid-v3RgLZEAAp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3RgLZEAAp .embla__slide .slide-content {
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  width: 100%;
  padding: 12px;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v3RgLZEAAp .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-v3RgLZEAAp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border: 1px solid #cdcddd;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-v3RgLZEAAp .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-v3RgLZEAAp .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RgLZEAAp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v3RgLZEAAp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v3RgLZEAAp .embla__button--next,
.cid-v3RgLZEAAp .embla__button--prev {
  display: flex;
}
.cid-v3RgLZEAAp .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  border: 1px solid #cdcddd !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v3RgLZEAAp .embla__button:hover {
  box-shadow: 0 6px 20px 0 #bcbcd2, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #bcbcd2;
}
.cid-v3RgLZEAAp .embla__button:disabled {
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  opacity: .5 !important;
}
.cid-v3RgLZEAAp .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-v3RgLZEAAp .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-v3RgLZEAAp .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3RgLZEAAp .embla {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3RgLZEAAp .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 0 6px;
}
.cid-v3RgLZEAAp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RgLZEAAp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RgLZEAAp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RgLZEAAp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3RfYnyhNT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v3RfYnyhNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RfYnyhNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3RfYnyhNT .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v3RfYnyhNT .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v3RfYnyhNT .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v3RfYnyhNT .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v3RfYnyhNT .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v3RfYnyhNT .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v3RfYnyhNT .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RfYnyhNT .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v3RfYnyhNT .decoration_1 {
    left: -380px;
  }
}
.cid-v3RfYnyhNT .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v3RfYnyhNT .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v3RfYnyhNT .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RfYnyhNT .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v3RfYnyhNT .decoration_2 {
    right: -380px;
  }
}
.cid-v3RfYnyhNT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
@media (max-width: 768px) {
  .cid-v3RfYnyhNT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3RfYnyhNT .embla__slide .slide-content {
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  width: 100%;
  padding: 12px;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v3RfYnyhNT .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-v3RfYnyhNT .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border: 1px solid #cdcddd;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-v3RfYnyhNT .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-v3RfYnyhNT .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RfYnyhNT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v3RfYnyhNT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v3RfYnyhNT .embla__button--next,
.cid-v3RfYnyhNT .embla__button--prev {
  display: flex;
}
.cid-v3RfYnyhNT .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  border: 1px solid #cdcddd !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RfYnyhNT .embla__button:hover {
  box-shadow: 0 6px 20px 0 #bcbcd2, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #bcbcd2;
}
.cid-v3RfYnyhNT .embla__button:disabled {
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  opacity: .5 !important;
}
.cid-v3RfYnyhNT .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-v3RfYnyhNT .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-v3RfYnyhNT .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-v3RfYnyhNT .embla {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3RfYnyhNT .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 0 6px;
}
.cid-v3RfYnyhNT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RfYnyhNT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RfYnyhNT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RfYnyhNT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3RguU6CAK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v3RguU6CAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RguU6CAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3RguU6CAK .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v3RguU6CAK .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-v3RguU6CAK .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v3RguU6CAK .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-v3RguU6CAK .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v3RguU6CAK .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v3RguU6CAK .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RguU6CAK .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v3RguU6CAK .decoration_1 {
    left: -380px;
  }
}
.cid-v3RguU6CAK .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v3RguU6CAK .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v3RguU6CAK .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v3RguU6CAK .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v3RguU6CAK .decoration_2 {
    right: -380px;
  }
}
.cid-v3RguU6CAK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
@media (max-width: 768px) {
  .cid-v3RguU6CAK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3RguU6CAK .embla__slide .slide-content {
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  width: 100%;
  padding: 12px;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v3RguU6CAK .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-v3RguU6CAK .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border: 1px solid #cdcddd;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-v3RguU6CAK .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-v3RguU6CAK .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3RguU6CAK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v3RguU6CAK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v3RguU6CAK .embla__button--next,
.cid-v3RguU6CAK .embla__button--prev {
  display: flex;
}
.cid-v3RguU6CAK .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  border: 1px solid #cdcddd !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3RguU6CAK .embla__button:hover {
  box-shadow: 0 6px 20px 0 #bcbcd2, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #bcbcd2;
}
.cid-v3RguU6CAK .embla__button:disabled {
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  opacity: .5 !important;
}
.cid-v3RguU6CAK .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-v3RguU6CAK .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-v3RguU6CAK .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-v3RguU6CAK .embla {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3RguU6CAK .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 0 6px;
}
.cid-v3RguU6CAK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3RguU6CAK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3RguU6CAK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3RguU6CAK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUeFsrQXrK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uUeFsrQXrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeFsrQXrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUeFsrQXrK .container {
    padding: 0 30px;
  }
}
.cid-uUeFsrQXrK .card {
  justify-content: center;
}
.cid-uUeFsrQXrK .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uUeFsrQXrK .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uUeFsrQXrK .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uUeFsrQXrK .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uUeFsrQXrK .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #353535;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uUeFsrQXrK .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uUeFsrQXrK .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #353535;
}
.cid-uUeFsrQXrK .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-uUeFsrQXrK .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uUeFsrQXrK .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uUeFsrQXrK .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-uUeFsrQXrK .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uUeFsrQXrK .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uUeFsrQXrK .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-uUeFsrQXrK .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #252525;
}
.cid-uUeFsrQXrK .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-uUeFsrQXrK .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-uUeFsrQXrK .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-uUeFsrQXrK .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #252525;
}
.cid-uUeFsrQXrK .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-uUeFsrQXrK .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #252525;
}
.cid-uUeFsrQXrK .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-uUeFsrQXrK .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #252525;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #252525;
  transition: all 0.3s ease-in-out;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUeFsrQXrK .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-uUeFsrQXrK .mbr-desc {
  color: #bee0d6;
}
.cid-uUeFsrQXrK .item-title {
  color: #bee0d6;
}
.cid-uUeFsrQXrK .item-text {
  color: #bee0d6;
}
.cid-uUeFsrQXrK .list {
  color: #bee0d6;
}
.cid-uUehXpiGQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e6f4;
  overflow: hidden;
}
.cid-uUehXpiGQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUehXpiGQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .container {
    padding: 0 30px;
  }
}
.cid-uUehXpiGQa .card {
  justify-content: center;
}
.cid-uUehXpiGQa .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uUehXpiGQa .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper {
    padding: 0;
  }
}
.cid-uUehXpiGQa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uUehXpiGQa .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uUehXpiGQa .content-wrapper .mbr-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uUehXpiGQa .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uUehXpiGQa .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.cid-uUehXpiGQa .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.cid-uUehXpiGQa .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uUehXpiGQa .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #254b45;
}
@media (max-width: 992px) {
  .cid-uUehXpiGQa .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0 0 40px 0;
  }
}
.cid-uUehXpiGQa .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.cid-uUehXpiGQa .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUehXpiGQa .mbr-desc {
  color: #254b45;
}
.cid-uUehXpiGQa .mbr-text {
  color: #19515f;
}
.cid-uUehXpiGQa .item-title {
  color: #254b45;
}
.cid-uUehXpiGQa .item-text {
  color: #254b45;
}
.cid-uUehXpiGQa .mbr-desc,
.cid-uUehXpiGQa .desc-wrapper {
  color: #154138;
}
.cid-uUeh14E7zD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uUeh14E7zD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeh14E7zD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUeh14E7zD .container {
    padding: 0 16px;
  }
}
.cid-uUeh14E7zD .row {
  position: relative;
  justify-content: center;
}
.cid-uUeh14E7zD .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uUeh14E7zD .card {
  justify-content: center;
}
.cid-uUeh14E7zD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUeh14E7zD .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUeh14E7zD .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUeh14E7zD .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUeh14E7zD .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uUeh14E7zD .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUeh14E7zD .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUeh14E7zD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUeh14E7zD .nav-wrapper .list {
    display: block;
  }
}
.cid-uUeh14E7zD .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUeh14E7zD .nav-wrapper .list .item-wrap:hover::before,
.cid-uUeh14E7zD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUeh14E7zD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUeh14E7zD .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUeh14E7zD .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUeh14E7zD .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUeh14E7zD .mbr-copy {
  color: #ffffff;
}
.cid-uUeh14E7zD .list,
.cid-uUeh14E7zD .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUeh14E7zD .list,
  .cid-uUeh14E7zD .nav-wrapper {
    text-align: left;
  }
}
.cid-uUJzUJx9Zf {
  background-color: transparent;
}
.cid-uUJzUJx9Zf .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uUJzUJx9Zf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uUJzUJx9Zf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUJzUJx9Zf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUJzUJx9Zf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUJzUJx9Zf .menu_box .navbar.opened,
  .cid-uUJzUJx9Zf .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUJzUJx9Zf .navbar-dropdown {
  position: relative !important;
}
.cid-uUJzUJx9Zf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUJzUJx9Zf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUJzUJx9Zf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUJzUJx9Zf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUJzUJx9Zf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUJzUJx9Zf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uUJzUJx9Zf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUJzUJx9Zf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUJzUJx9Zf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUJzUJx9Zf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUJzUJx9Zf .offcanvas-body .mbr-text,
  .cid-uUJzUJx9Zf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUJzUJx9Zf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUJzUJx9Zf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUJzUJx9Zf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uUJzUJx9Zf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUJzUJx9Zf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUJzUJx9Zf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUJzUJx9Zf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUJzUJx9Zf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUJzUJx9Zf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUJzUJx9Zf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUJzUJx9Zf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUJzUJx9Zf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUJzUJx9Zf .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUJzUJx9Zf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uUJzUJx9Zf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUJzUJx9Zf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUJzUJx9Zf .nav-item {
    margin: 0 !important;
  }
}
.cid-uUJzUJx9Zf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uUJzUJx9Zf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUJzUJx9Zf .nav-item .nav-link:hover,
.cid-uUJzUJx9Zf .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uUJzUJx9Zf .nav-item .nav-link:hover::before,
.cid-uUJzUJx9Zf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUJzUJx9Zf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUJzUJx9Zf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUJzUJx9Zf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUJzUJx9Zf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUJzUJx9Zf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUJzUJx9Zf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUJzUJx9Zf .offcanvas_box {
    display: none;
  }
}
.cid-uUJzUJx9Zf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUJzUJx9Zf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUJzUJx9Zf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUJzUJx9Zf .container {
  display: flex;
  margin: auto;
}
.cid-uUJzUJx9Zf .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUJzUJx9Zf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUJzUJx9Zf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUJzUJx9Zf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUJzUJx9Zf .navbar-nav {
    margin: 0;
  }
}
.cid-uUJzUJx9Zf .dropdown-menu,
.cid-uUJzUJx9Zf .navbar.opened {
  background-color: false !important;
}
.cid-uUJzUJx9Zf .nav-item:focus,
.cid-uUJzUJx9Zf .nav-link:focus {
  outline: none;
}
.cid-uUJzUJx9Zf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUJzUJx9Zf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUJzUJx9Zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUJzUJx9Zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUJzUJx9Zf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUJzUJx9Zf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUJzUJx9Zf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUJzUJx9Zf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUJzUJx9Zf .navbar.opened {
  transition: all 0.3s;
}
.cid-uUJzUJx9Zf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUJzUJx9Zf .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uUJzUJx9Zf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUJzUJx9Zf .navbar.collapsed {
  justify-content: center;
}
.cid-uUJzUJx9Zf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUJzUJx9Zf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUJzUJx9Zf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUJzUJx9Zf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUJzUJx9Zf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUJzUJx9Zf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUJzUJx9Zf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUJzUJx9Zf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUJzUJx9Zf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUJzUJx9Zf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUJzUJx9Zf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUJzUJx9Zf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUJzUJx9Zf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUJzUJx9Zf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUJzUJx9Zf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUJzUJx9Zf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUJzUJx9Zf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUJzUJx9Zf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUJzUJx9Zf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUJzUJx9Zf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUJzUJx9Zf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUJzUJx9Zf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUJzUJx9Zf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUJzUJx9Zf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUJzUJx9Zf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUJzUJx9Zf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUJzUJx9Zf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUJzUJx9Zf .dropdown-item.active,
.cid-uUJzUJx9Zf .dropdown-item:active {
  background-color: transparent;
}
.cid-uUJzUJx9Zf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uUJzUJx9Zf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUJzUJx9Zf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUJzUJx9Zf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUJzUJx9Zf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUJzUJx9Zf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUJzUJx9Zf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uUJzUJx9Zf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uUJzUJx9Zf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUJzUJx9Zf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJzUJx9Zf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJzUJx9Zf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUJzUJx9Zf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJzUJx9Zf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUJzUJx9Zf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUJzUJx9Zf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJzUJx9Zf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUJzUJx9Zf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUJzUJx9Zf .navbar {
    height: 70px;
  }
  .cid-uUJzUJx9Zf .navbar.opened {
    height: auto;
  }
  .cid-uUJzUJx9Zf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUJzUJx9Zf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUJzUJx9Zf .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uUJzUJx9Zf .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUJzUJx9Zf .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUJzUJx9Zf .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uUJzUJx9Zf .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uUJzUJx9Zf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUJzUJx9Zf .text_widget {
  margin-bottom: 32px;
}
.cid-uUJzUJx9Zf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUJzUJx9Zf .text_widget a:hover,
.cid-uUJzUJx9Zf .text_widget a:focus {
  opacity: .8;
}
.cid-uUJzUJx9Zf .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uUJzUJx9Zf .navbar-caption {
  color: #bee0d6;
}
.cid-uUJzUJx9Zf .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uUJzUJx9Zf .mbr-section-subtitle,
.cid-uUJzUJx9Zf .text_widget,
.cid-uUJzUJx9Zf .mbr-section-btn {
  text-align: center;
}
.cid-uUJzUJx9Zf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUJzUJQCq0 {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uUJzUJQCq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJzUJQCq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUJzUJQCq0 .container {
    padding: 0 30px;
  }
}
.cid-uUJzUJQCq0 .card {
  justify-content: center;
}
.cid-uUJzUJQCq0 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uUJzUJQCq0 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUJzUJQCq0 .content-wrapper {
    padding: 0;
  }
}
.cid-uUJzUJQCq0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUJzUJQCq0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUJzUJQCq0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uUJzUJQCq0 .mbr-section-title {
  color: #ffffff;
}
.cid-uUJzUJQCq0 .mbr-text {
  color: #ffffff;
}
.cid-uUJzUJQCq0 .mbr-section-title,
.cid-uUJzUJQCq0 .mbr-section-btn {
  text-align: left;
}
.cid-uUNgfsqFrJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uUNgfsqFrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUNgfsqFrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUNgfsqFrJ .container {
    padding: 0 30px;
  }
}
.cid-uUNgfsqFrJ .card {
  justify-content: center;
}
.cid-uUNgfsqFrJ .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uUNgfsqFrJ .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uUNgfsqFrJ .content-wrapper {
    padding: 0;
  }
}
.cid-uUNgfsqFrJ .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uUNgfsqFrJ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uUNgfsqFrJ .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uUNgfsqFrJ .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uUNgfsqFrJ .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uUNgfsqFrJ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUNgfsqFrJ .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uUNgfsqFrJ .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uUNgfsqFrJ .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uUNgfsqFrJ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uUNgfsqFrJ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uUNgfsqFrJ .mbr-text {
  color: #254b45;
}
.cid-uUNgfsqFrJ .mbr-name {
  color: #254b45;
}
.cid-uUNgfsqFrJ .mbr-role {
  color: #254b45;
}
.cid-uUNgfsqFrJ .mbr-name,
.cid-uUNgfsqFrJ .person-wrapper {
  color: #fdcc27;
}
.cid-uUNgfsqFrJ .mbr-role,
.cid-uUNgfsqFrJ .person-wrapper {
  color: #fdcc27;
}
.cid-uUJAY9WYHN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUJAY9WYHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJAY9WYHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJAY9WYHN .card-wrapper {
  position: relative;
  background-color: #154138;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUJAY9WYHN .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUJAY9WYHN .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUJAY9WYHN .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUJAY9WYHN .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUJAY9WYHN .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uUJAY9WYHN .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uUJAY9WYHN .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUJAY9WYHN .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUJAY9WYHN .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uUJAY9WYHN .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUJAY9WYHN .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uUJAY9WYHN .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUJAY9WYHN .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUJAY9WYHN .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uUJAY9WYHN .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uUJAY9WYHN .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUJAY9WYHN .mbr-section-title {
  color: #000000;
}
.cid-uUJAY9WYHN .mbr-text,
.cid-uUJAY9WYHN .text-wrapper {
  color: #ffffff;
}
.cid-uUJAY9WYHN .mbr-section-title,
.cid-uUJAY9WYHN .mbr-section-btn {
  color: #fdcc27;
}
.cid-v2EBInvXLv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-10.jpg");
}
@media (max-width: 991px) {
  .cid-v2EBInvXLv .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v2EBInvXLv .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v2EBInvXLv img {
  width: 100%;
  border-radius: 30px;
}
.cid-v2EBInvXLv .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2EBInvXLv .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2EBInvXLv .wrapp {
    padding: 3rem;
  }
}
.cid-v2EBInvXLv .mbr-section-title {
  color: #fdcc27;
}
.cid-v2EBInvXLv .mbr-section-subtitle {
  color: #fdcc27;
}
.cid-v2EBInvXLv .mbr-text {
  color: #f7efdf;
}
.cid-uUJLM4MJNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #254b45;
}
.cid-uUJLM4MJNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJLM4MJNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJLM4MJNZ .card {
  justify-content: center;
}
.cid-uUJLM4MJNZ .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uUJLM4MJNZ .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUJLM4MJNZ .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uUJLM4MJNZ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUJLM4MJNZ .image-wrapper img {
    height: 300px;
  }
}
.cid-uUJLM4MJNZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUJLM4MJNZ .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uUJLM4MJNZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUJLM4MJNZ .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uUJLM4MJNZ .mbr-section-title {
  color: #000000;
}
.cid-uUJLM4MJNZ .mbr-text {
  color: #ffffff;
}
.cid-uUJLM4MJNZ .mbr-section-title,
.cid-uUJLM4MJNZ .mbr-section-btn,
.cid-uUJLM4MJNZ .title-wrapper {
  color: #fdcc27;
}
.cid-uUKFxYtSzt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #252525;
}
.cid-uUKFxYtSzt .mbr-section-title,
.cid-uUKFxYtSzt .mbr-section-subtitle {
  text-align: center;
}
.cid-uUKFxYtSzt .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-uUKFxYtSzt .right {
    padding-right: 71px;
  }
  .cid-uUKFxYtSzt .left {
    padding-left: 71px;
  }
}
.cid-uUKFxYtSzt .card-title {
  letter-spacing: .035em;
  color: #f9e717;
}
.cid-uUKFxYtSzt .mbr-section-subtitle,
.cid-uUKFxYtSzt .mbr-text {
  color: #9A948D;
}
.cid-uUKFxYtSzt .cost {
  text-align: right;
  color: #2ac495;
}
.cid-uUKFxYtSzt .mbr-section-title {
  color: #ffffff;
}
.cid-uUKFxYtSzt .mbr-section-subtitle {
  color: #fdcc27;
}
.cid-uUKFxYtSzt P {
  color: #ffffff;
}
.cid-uX3KTUbop7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbd4b8;
}
.cid-uX3KTUbop7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3KTUbop7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3KTUbop7 .content-wrap {
  margin: 0;
}
.cid-uX3KTUbop7 .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uX3KTUbop7 .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uX3KTUbop7 .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uX3KTUbop7 .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uX3KTUbop7 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uX3KTUbop7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3KTUbop7 .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uX3KTUbop7 .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uX3KTUbop7 .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uX3KTUbop7 .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uX3KTUbop7 .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uX3KTUbop7 .mbr-text,
.cid-uX3KTUbop7 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uUJzUKxiDM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uUJzUKxiDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJzUKxiDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUJzUKxiDM .container {
    padding: 0 16px;
  }
}
.cid-uUJzUKxiDM .row {
  position: relative;
  justify-content: center;
}
.cid-uUJzUKxiDM .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uUJzUKxiDM .card {
  justify-content: center;
}
.cid-uUJzUKxiDM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUJzUKxiDM .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uUJzUKxiDM .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUJzUKxiDM .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uUJzUKxiDM .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uUJzUKxiDM .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uUJzUKxiDM .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uUJzUKxiDM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uUJzUKxiDM .nav-wrapper .list {
    display: block;
  }
}
.cid-uUJzUKxiDM .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uUJzUKxiDM .nav-wrapper .list .item-wrap:hover::before,
.cid-uUJzUKxiDM .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uUJzUKxiDM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uUJzUKxiDM .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uUJzUKxiDM .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uUJzUKxiDM .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uUJzUKxiDM .mbr-copy {
  color: #ffffff;
}
.cid-uUJzUKxiDM .list,
.cid-uUJzUKxiDM .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUJzUKxiDM .list,
  .cid-uUJzUKxiDM .nav-wrapper {
    text-align: left;
  }
}
.cid-uV4DZ04rAn {
  background-color: transparent;
}
.cid-uV4DZ04rAn .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uV4DZ04rAn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uV4DZ04rAn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4DZ04rAn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uV4DZ04rAn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uV4DZ04rAn .menu_box .navbar.opened,
  .cid-uV4DZ04rAn .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uV4DZ04rAn .navbar-dropdown {
  position: relative !important;
}
.cid-uV4DZ04rAn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uV4DZ04rAn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uV4DZ04rAn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uV4DZ04rAn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uV4DZ04rAn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uV4DZ04rAn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uV4DZ04rAn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uV4DZ04rAn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uV4DZ04rAn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uV4DZ04rAn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uV4DZ04rAn .offcanvas-body .mbr-text,
  .cid-uV4DZ04rAn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uV4DZ04rAn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uV4DZ04rAn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uV4DZ04rAn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uV4DZ04rAn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uV4DZ04rAn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uV4DZ04rAn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uV4DZ04rAn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uV4DZ04rAn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uV4DZ04rAn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uV4DZ04rAn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uV4DZ04rAn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uV4DZ04rAn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uV4DZ04rAn .lg_brand {
    margin: 0 1rem;
  }
  .cid-uV4DZ04rAn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uV4DZ04rAn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uV4DZ04rAn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uV4DZ04rAn .nav-item {
    margin: 0 !important;
  }
}
.cid-uV4DZ04rAn .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uV4DZ04rAn .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uV4DZ04rAn .nav-item .nav-link:hover,
.cid-uV4DZ04rAn .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uV4DZ04rAn .nav-item .nav-link:hover::before,
.cid-uV4DZ04rAn .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uV4DZ04rAn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uV4DZ04rAn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uV4DZ04rAn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uV4DZ04rAn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uV4DZ04rAn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uV4DZ04rAn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uV4DZ04rAn .offcanvas_box {
    display: none;
  }
}
.cid-uV4DZ04rAn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uV4DZ04rAn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uV4DZ04rAn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uV4DZ04rAn .container {
  display: flex;
  margin: auto;
}
.cid-uV4DZ04rAn .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uV4DZ04rAn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uV4DZ04rAn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uV4DZ04rAn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uV4DZ04rAn .navbar-nav {
    margin: 0;
  }
}
.cid-uV4DZ04rAn .dropdown-menu,
.cid-uV4DZ04rAn .navbar.opened {
  background-color: false !important;
}
.cid-uV4DZ04rAn .nav-item:focus,
.cid-uV4DZ04rAn .nav-link:focus {
  outline: none;
}
.cid-uV4DZ04rAn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV4DZ04rAn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV4DZ04rAn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV4DZ04rAn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV4DZ04rAn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV4DZ04rAn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV4DZ04rAn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uV4DZ04rAn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uV4DZ04rAn .navbar.opened {
  transition: all 0.3s;
}
.cid-uV4DZ04rAn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uV4DZ04rAn .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uV4DZ04rAn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uV4DZ04rAn .navbar.collapsed {
  justify-content: center;
}
.cid-uV4DZ04rAn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV4DZ04rAn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uV4DZ04rAn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV4DZ04rAn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV4DZ04rAn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV4DZ04rAn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uV4DZ04rAn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uV4DZ04rAn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uV4DZ04rAn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uV4DZ04rAn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4DZ04rAn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4DZ04rAn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uV4DZ04rAn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4DZ04rAn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uV4DZ04rAn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uV4DZ04rAn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uV4DZ04rAn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uV4DZ04rAn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uV4DZ04rAn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uV4DZ04rAn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV4DZ04rAn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uV4DZ04rAn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uV4DZ04rAn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uV4DZ04rAn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uV4DZ04rAn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV4DZ04rAn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uV4DZ04rAn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV4DZ04rAn .dropdown-item.active,
.cid-uV4DZ04rAn .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4DZ04rAn .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uV4DZ04rAn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4DZ04rAn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4DZ04rAn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4DZ04rAn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uV4DZ04rAn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uV4DZ04rAn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uV4DZ04rAn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uV4DZ04rAn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV4DZ04rAn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV4DZ04rAn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV4DZ04rAn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4DZ04rAn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4DZ04rAn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4DZ04rAn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4DZ04rAn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4DZ04rAn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uV4DZ04rAn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4DZ04rAn .navbar {
    height: 70px;
  }
  .cid-uV4DZ04rAn .navbar.opened {
    height: auto;
  }
  .cid-uV4DZ04rAn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4DZ04rAn .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uV4DZ04rAn .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uV4DZ04rAn .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uV4DZ04rAn .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uV4DZ04rAn .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uV4DZ04rAn .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uV4DZ04rAn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uV4DZ04rAn .text_widget {
  margin-bottom: 32px;
}
.cid-uV4DZ04rAn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uV4DZ04rAn .text_widget a:hover,
.cid-uV4DZ04rAn .text_widget a:focus {
  opacity: .8;
}
.cid-uV4DZ04rAn .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uV4DZ04rAn .navbar-caption {
  color: #bee0d6;
}
.cid-uV4DZ04rAn .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uV4DZ04rAn .mbr-section-subtitle,
.cid-uV4DZ04rAn .text_widget,
.cid-uV4DZ04rAn .mbr-section-btn {
  text-align: center;
}
.cid-uV4DZ04rAn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uV4DZ0ookP {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uV4DZ0ookP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DZ0ookP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4DZ0ookP .container {
    padding: 0 30px;
  }
}
.cid-uV4DZ0ookP .card {
  justify-content: center;
}
.cid-uV4DZ0ookP .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uV4DZ0ookP .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uV4DZ0ookP .content-wrapper {
    padding: 0;
  }
}
.cid-uV4DZ0ookP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uV4DZ0ookP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uV4DZ0ookP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uV4DZ0ookP .mbr-section-title {
  color: #ffffff;
}
.cid-uV4DZ0ookP .mbr-text {
  color: #ffffff;
}
.cid-uV4DZ0ookP .mbr-section-title,
.cid-uV4DZ0ookP .mbr-section-btn {
  text-align: left;
}
.cid-uV4DZ0ywNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uV4DZ0ywNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DZ0ywNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4DZ0ywNG .container {
    padding: 0 30px;
  }
}
.cid-uV4DZ0ywNG .card {
  justify-content: center;
}
.cid-uV4DZ0ywNG .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uV4DZ0ywNG .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uV4DZ0ywNG .content-wrapper {
    padding: 0;
  }
}
.cid-uV4DZ0ywNG .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uV4DZ0ywNG .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uV4DZ0ywNG .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uV4DZ0ywNG .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uV4DZ0ywNG .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uV4DZ0ywNG .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uV4DZ0ywNG .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uV4DZ0ywNG .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uV4DZ0ywNG .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uV4DZ0ywNG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uV4DZ0ywNG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uV4DZ0ywNG .mbr-text {
  color: #254b45;
}
.cid-uV4DZ0ywNG .mbr-name {
  color: #254b45;
}
.cid-uV4DZ0ywNG .mbr-role {
  color: #254b45;
}
.cid-uV4DZ0ywNG .mbr-name,
.cid-uV4DZ0ywNG .person-wrapper {
  color: #fdcc27;
}
.cid-uV4DZ0ywNG .mbr-role,
.cid-uV4DZ0ywNG .person-wrapper {
  color: #fdcc27;
}
.cid-uV4DZ0Ulro {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #254b45;
}
.cid-uV4DZ0Ulro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DZ0Ulro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4DZ0Ulro .card {
  justify-content: center;
}
.cid-uV4DZ0Ulro .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uV4DZ0Ulro .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uV4DZ0Ulro .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uV4DZ0Ulro .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV4DZ0Ulro .image-wrapper img {
    height: 300px;
  }
}
.cid-uV4DZ0Ulro .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV4DZ0Ulro .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uV4DZ0Ulro .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uV4DZ0Ulro .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uV4DZ0Ulro .mbr-section-title {
  color: #000000;
}
.cid-uV4DZ0Ulro .mbr-text {
  color: #ffffff;
}
.cid-uV4DZ0Ulro .mbr-section-title,
.cid-uV4DZ0Ulro .mbr-section-btn,
.cid-uV4DZ0Ulro .title-wrapper {
  color: #fdcc27;
}
.cid-uYjniu5mio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
@media (max-width: 991px) {
  .cid-uYjniu5mio .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uYjniu5mio img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYjniu5mio .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uYjniu5mio .mbr-section-title {
  color: #c10b02;
}
.cid-uYjniu5mio .mbr-text {
  color: #fdcc27;
}
.cid-uYjniu5mio .mbr-description {
  color: #6c7577;
}
.cid-uYjniu5mio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjniu5mio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4DZ1u1zO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uV4DZ1u1zO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DZ1u1zO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV4DZ1u1zO .container {
    padding: 0 16px;
  }
}
.cid-uV4DZ1u1zO .row {
  position: relative;
  justify-content: center;
}
.cid-uV4DZ1u1zO .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uV4DZ1u1zO .card {
  justify-content: center;
}
.cid-uV4DZ1u1zO .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uV4DZ1u1zO .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uV4DZ1u1zO .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uV4DZ1u1zO .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uV4DZ1u1zO .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uV4DZ1u1zO .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uV4DZ1u1zO .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uV4DZ1u1zO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uV4DZ1u1zO .nav-wrapper .list {
    display: block;
  }
}
.cid-uV4DZ1u1zO .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uV4DZ1u1zO .nav-wrapper .list .item-wrap:hover::before,
.cid-uV4DZ1u1zO .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uV4DZ1u1zO .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uV4DZ1u1zO .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uV4DZ1u1zO .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uV4DZ1u1zO .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uV4DZ1u1zO .mbr-copy {
  color: #ffffff;
}
.cid-uV4DZ1u1zO .list,
.cid-uV4DZ1u1zO .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uV4DZ1u1zO .list,
  .cid-uV4DZ1u1zO .nav-wrapper {
    text-align: left;
  }
}
.cid-uWiLJnxcsf {
  background-color: transparent;
}
.cid-uWiLJnxcsf .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uWiLJnxcsf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uWiLJnxcsf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWiLJnxcsf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWiLJnxcsf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWiLJnxcsf .menu_box .navbar.opened,
  .cid-uWiLJnxcsf .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWiLJnxcsf .navbar-dropdown {
  position: relative !important;
}
.cid-uWiLJnxcsf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uWiLJnxcsf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWiLJnxcsf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWiLJnxcsf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWiLJnxcsf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWiLJnxcsf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uWiLJnxcsf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWiLJnxcsf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWiLJnxcsf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWiLJnxcsf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWiLJnxcsf .offcanvas-body .mbr-text,
  .cid-uWiLJnxcsf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uWiLJnxcsf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uWiLJnxcsf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWiLJnxcsf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uWiLJnxcsf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWiLJnxcsf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWiLJnxcsf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWiLJnxcsf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWiLJnxcsf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWiLJnxcsf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWiLJnxcsf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWiLJnxcsf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWiLJnxcsf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uWiLJnxcsf .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWiLJnxcsf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uWiLJnxcsf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWiLJnxcsf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWiLJnxcsf .nav-item {
    margin: 0 !important;
  }
}
.cid-uWiLJnxcsf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWiLJnxcsf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWiLJnxcsf .nav-item .nav-link:hover,
.cid-uWiLJnxcsf .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uWiLJnxcsf .nav-item .nav-link:hover::before,
.cid-uWiLJnxcsf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWiLJnxcsf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWiLJnxcsf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWiLJnxcsf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWiLJnxcsf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWiLJnxcsf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWiLJnxcsf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWiLJnxcsf .offcanvas_box {
    display: none;
  }
}
.cid-uWiLJnxcsf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWiLJnxcsf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWiLJnxcsf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWiLJnxcsf .container {
  display: flex;
  margin: auto;
}
.cid-uWiLJnxcsf .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWiLJnxcsf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWiLJnxcsf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWiLJnxcsf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWiLJnxcsf .navbar-nav {
    margin: 0;
  }
}
.cid-uWiLJnxcsf .dropdown-menu,
.cid-uWiLJnxcsf .navbar.opened {
  background-color: false !important;
}
.cid-uWiLJnxcsf .nav-item:focus,
.cid-uWiLJnxcsf .nav-link:focus {
  outline: none;
}
.cid-uWiLJnxcsf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWiLJnxcsf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWiLJnxcsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWiLJnxcsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiLJnxcsf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWiLJnxcsf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWiLJnxcsf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWiLJnxcsf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWiLJnxcsf .navbar.opened {
  transition: all 0.3s;
}
.cid-uWiLJnxcsf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWiLJnxcsf .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWiLJnxcsf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uWiLJnxcsf .navbar.collapsed {
  justify-content: center;
}
.cid-uWiLJnxcsf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWiLJnxcsf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWiLJnxcsf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWiLJnxcsf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWiLJnxcsf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWiLJnxcsf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWiLJnxcsf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWiLJnxcsf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWiLJnxcsf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWiLJnxcsf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWiLJnxcsf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWiLJnxcsf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWiLJnxcsf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWiLJnxcsf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWiLJnxcsf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWiLJnxcsf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWiLJnxcsf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWiLJnxcsf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWiLJnxcsf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWiLJnxcsf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWiLJnxcsf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWiLJnxcsf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWiLJnxcsf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWiLJnxcsf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWiLJnxcsf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWiLJnxcsf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWiLJnxcsf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWiLJnxcsf .dropdown-item.active,
.cid-uWiLJnxcsf .dropdown-item:active {
  background-color: transparent;
}
.cid-uWiLJnxcsf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWiLJnxcsf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWiLJnxcsf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWiLJnxcsf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWiLJnxcsf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWiLJnxcsf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWiLJnxcsf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uWiLJnxcsf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uWiLJnxcsf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWiLJnxcsf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWiLJnxcsf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWiLJnxcsf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWiLJnxcsf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiLJnxcsf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWiLJnxcsf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWiLJnxcsf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiLJnxcsf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWiLJnxcsf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWiLJnxcsf .navbar {
    height: 70px;
  }
  .cid-uWiLJnxcsf .navbar.opened {
    height: auto;
  }
  .cid-uWiLJnxcsf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWiLJnxcsf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWiLJnxcsf .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uWiLJnxcsf .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uWiLJnxcsf .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uWiLJnxcsf .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uWiLJnxcsf .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uWiLJnxcsf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWiLJnxcsf .text_widget {
  margin-bottom: 32px;
}
.cid-uWiLJnxcsf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWiLJnxcsf .text_widget a:hover,
.cid-uWiLJnxcsf .text_widget a:focus {
  opacity: .8;
}
.cid-uWiLJnxcsf .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uWiLJnxcsf .navbar-caption {
  color: #bee0d6;
}
.cid-uWiLJnxcsf .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uWiLJnxcsf .mbr-section-subtitle,
.cid-uWiLJnxcsf .text_widget,
.cid-uWiLJnxcsf .mbr-section-btn {
  text-align: center;
}
.cid-uWiLJnxcsf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWiLJnQ64f {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uWiLJnQ64f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiLJnQ64f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiLJnQ64f .container {
    padding: 0 30px;
  }
}
.cid-uWiLJnQ64f .card {
  justify-content: center;
}
.cid-uWiLJnQ64f .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uWiLJnQ64f .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uWiLJnQ64f .content-wrapper {
    padding: 0;
  }
}
.cid-uWiLJnQ64f .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWiLJnQ64f .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uWiLJnQ64f .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uWiLJnQ64f .mbr-section-title {
  color: #ffffff;
}
.cid-uWiLJnQ64f .mbr-text {
  color: #ffffff;
}
.cid-uWiLJnQ64f .mbr-section-title,
.cid-uWiLJnQ64f .mbr-section-btn {
  text-align: left;
}
.cid-uWiLJo0jtA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uWiLJo0jtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiLJo0jtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiLJo0jtA .container {
    padding: 0 30px;
  }
}
.cid-uWiLJo0jtA .card {
  justify-content: center;
}
.cid-uWiLJo0jtA .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uWiLJo0jtA .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uWiLJo0jtA .content-wrapper {
    padding: 0;
  }
}
.cid-uWiLJo0jtA .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWiLJo0jtA .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uWiLJo0jtA .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uWiLJo0jtA .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uWiLJo0jtA .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uWiLJo0jtA .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWiLJo0jtA .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uWiLJo0jtA .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uWiLJo0jtA .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uWiLJo0jtA .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uWiLJo0jtA .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uWiLJo0jtA .mbr-text {
  color: #254b45;
}
.cid-uWiLJo0jtA .mbr-name {
  color: #254b45;
}
.cid-uWiLJo0jtA .mbr-role {
  color: #254b45;
}
.cid-uWiLJo0jtA .mbr-name,
.cid-uWiLJo0jtA .person-wrapper {
  color: #fdcc27;
}
.cid-uWiLJo0jtA .mbr-role,
.cid-uWiLJo0jtA .person-wrapper {
  color: #fdcc27;
}
.cid-uWiLJocels {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWiLJocels .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiLJocels .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiLJocels .card-wrapper {
  position: relative;
  background-color: #bee0d6;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uWiLJocels .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uWiLJocels .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uWiLJocels .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWiLJocels .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWiLJocels .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uWiLJocels .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWiLJocels .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWiLJocels .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWiLJocels .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uWiLJocels .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWiLJocels .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uWiLJocels .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uWiLJocels .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWiLJocels .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uWiLJocels .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uWiLJocels .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWiLJocels .mbr-section-title {
  color: #000000;
}
.cid-uWiLJocels .mbr-text,
.cid-uWiLJocels .text-wrapper {
  color: #454545;
}
.cid-uWiLJocels .mbr-section-title,
.cid-uWiLJocels .mbr-section-btn {
  color: #19515f;
}
.cid-uWlDCA3h40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/regioesld1-383x267.png");
}
.cid-uWlDCA3h40 .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uWlDCA3h40 .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uWlDCA3h40 .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uWlDCA3h40 .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uWlDCA3h40 .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uWlDCA3h40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWlDCA3h40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiLJonDjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #71eac6;
}
.cid-uWiLJonDjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiLJonDjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiLJonDjd .card {
  justify-content: center;
}
.cid-uWiLJonDjd .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uWiLJonDjd .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uWiLJonDjd .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uWiLJonDjd .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWiLJonDjd .image-wrapper img {
    height: 300px;
  }
}
.cid-uWiLJonDjd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiLJonDjd .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWiLJonDjd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiLJonDjd .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uWiLJonDjd .mbr-section-title {
  color: #000000;
}
.cid-uWiLJonDjd .mbr-text {
  color: #000000;
}
.cid-uWiLJonDjd .mbr-section-title,
.cid-uWiLJonDjd .mbr-section-btn,
.cid-uWiLJonDjd .title-wrapper {
  color: #000000;
}
.cid-uWiQigUF9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7d354;
}
.cid-uWiQigUF9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiQigUF9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiQigUF9E .card {
  justify-content: center;
}
.cid-uWiQigUF9E .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uWiQigUF9E .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uWiQigUF9E .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uWiQigUF9E .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWiQigUF9E .image-wrapper img {
    height: 300px;
  }
}
.cid-uWiQigUF9E .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiQigUF9E .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWiQigUF9E .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiQigUF9E .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uWiQigUF9E .mbr-section-title {
  color: #000000;
}
.cid-uWiQigUF9E .mbr-text {
  color: #000000;
}
.cid-uWiQigUF9E .mbr-section-title,
.cid-uWiQigUF9E .mbr-section-btn,
.cid-uWiQigUF9E .title-wrapper {
  color: #000000;
}
.cid-uWiTbBIwBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9ff5db;
}
.cid-uWiTbBIwBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiTbBIwBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiTbBIwBd .card {
  justify-content: center;
}
.cid-uWiTbBIwBd .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uWiTbBIwBd .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uWiTbBIwBd .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uWiTbBIwBd .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWiTbBIwBd .image-wrapper img {
    height: 300px;
  }
}
.cid-uWiTbBIwBd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiTbBIwBd .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWiTbBIwBd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiTbBIwBd .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uWiTbBIwBd .mbr-section-title {
  color: #000000;
}
.cid-uWiTbBIwBd .mbr-text {
  color: #000000;
}
.cid-uWiTbBIwBd .mbr-section-title,
.cid-uWiTbBIwBd .mbr-section-btn,
.cid-uWiTbBIwBd .title-wrapper {
  color: #252525;
}
.cid-uWiLJoW6SR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uWiLJoW6SR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiLJoW6SR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiLJoW6SR .container {
    padding: 0 16px;
  }
}
.cid-uWiLJoW6SR .row {
  position: relative;
  justify-content: center;
}
.cid-uWiLJoW6SR .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uWiLJoW6SR .card {
  justify-content: center;
}
.cid-uWiLJoW6SR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uWiLJoW6SR .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uWiLJoW6SR .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiLJoW6SR .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uWiLJoW6SR .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uWiLJoW6SR .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uWiLJoW6SR .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uWiLJoW6SR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uWiLJoW6SR .nav-wrapper .list {
    display: block;
  }
}
.cid-uWiLJoW6SR .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uWiLJoW6SR .nav-wrapper .list .item-wrap:hover::before,
.cid-uWiLJoW6SR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uWiLJoW6SR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWiLJoW6SR .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uWiLJoW6SR .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uWiLJoW6SR .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uWiLJoW6SR .mbr-copy {
  color: #ffffff;
}
.cid-uWiLJoW6SR .list,
.cid-uWiLJoW6SR .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWiLJoW6SR .list,
  .cid-uWiLJoW6SR .nav-wrapper {
    text-align: left;
  }
}
.cid-uWSuRz7sfT {
  background-color: transparent;
}
.cid-uWSuRz7sfT .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uWSuRz7sfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uWSuRz7sfT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWSuRz7sfT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWSuRz7sfT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWSuRz7sfT .menu_box .navbar.opened,
  .cid-uWSuRz7sfT .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWSuRz7sfT .navbar-dropdown {
  position: relative !important;
}
.cid-uWSuRz7sfT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uWSuRz7sfT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWSuRz7sfT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWSuRz7sfT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWSuRz7sfT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWSuRz7sfT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uWSuRz7sfT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWSuRz7sfT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWSuRz7sfT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWSuRz7sfT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWSuRz7sfT .offcanvas-body .mbr-text,
  .cid-uWSuRz7sfT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uWSuRz7sfT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uWSuRz7sfT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWSuRz7sfT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uWSuRz7sfT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWSuRz7sfT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWSuRz7sfT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWSuRz7sfT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWSuRz7sfT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWSuRz7sfT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWSuRz7sfT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWSuRz7sfT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWSuRz7sfT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uWSuRz7sfT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWSuRz7sfT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uWSuRz7sfT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWSuRz7sfT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uWSuRz7sfT .nav-item {
    margin: 0 !important;
  }
}
.cid-uWSuRz7sfT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWSuRz7sfT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWSuRz7sfT .nav-item .nav-link:hover,
.cid-uWSuRz7sfT .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uWSuRz7sfT .nav-item .nav-link:hover::before,
.cid-uWSuRz7sfT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWSuRz7sfT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWSuRz7sfT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWSuRz7sfT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWSuRz7sfT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWSuRz7sfT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWSuRz7sfT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWSuRz7sfT .offcanvas_box {
    display: none;
  }
}
.cid-uWSuRz7sfT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWSuRz7sfT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWSuRz7sfT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWSuRz7sfT .container {
  display: flex;
  margin: auto;
}
.cid-uWSuRz7sfT .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWSuRz7sfT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWSuRz7sfT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWSuRz7sfT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWSuRz7sfT .navbar-nav {
    margin: 0;
  }
}
.cid-uWSuRz7sfT .dropdown-menu,
.cid-uWSuRz7sfT .navbar.opened {
  background-color: false !important;
}
.cid-uWSuRz7sfT .nav-item:focus,
.cid-uWSuRz7sfT .nav-link:focus {
  outline: none;
}
.cid-uWSuRz7sfT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWSuRz7sfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWSuRz7sfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWSuRz7sfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWSuRz7sfT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWSuRz7sfT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWSuRz7sfT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWSuRz7sfT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWSuRz7sfT .navbar.opened {
  transition: all 0.3s;
}
.cid-uWSuRz7sfT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWSuRz7sfT .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWSuRz7sfT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uWSuRz7sfT .navbar.collapsed {
  justify-content: center;
}
.cid-uWSuRz7sfT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWSuRz7sfT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWSuRz7sfT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWSuRz7sfT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWSuRz7sfT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWSuRz7sfT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWSuRz7sfT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWSuRz7sfT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWSuRz7sfT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWSuRz7sfT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWSuRz7sfT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWSuRz7sfT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWSuRz7sfT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWSuRz7sfT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWSuRz7sfT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWSuRz7sfT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWSuRz7sfT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWSuRz7sfT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWSuRz7sfT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWSuRz7sfT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWSuRz7sfT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWSuRz7sfT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWSuRz7sfT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWSuRz7sfT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWSuRz7sfT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWSuRz7sfT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWSuRz7sfT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWSuRz7sfT .dropdown-item.active,
.cid-uWSuRz7sfT .dropdown-item:active {
  background-color: transparent;
}
.cid-uWSuRz7sfT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWSuRz7sfT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWSuRz7sfT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWSuRz7sfT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWSuRz7sfT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWSuRz7sfT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWSuRz7sfT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uWSuRz7sfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uWSuRz7sfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWSuRz7sfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWSuRz7sfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWSuRz7sfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWSuRz7sfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWSuRz7sfT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWSuRz7sfT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWSuRz7sfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWSuRz7sfT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWSuRz7sfT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWSuRz7sfT .navbar {
    height: 70px;
  }
  .cid-uWSuRz7sfT .navbar.opened {
    height: auto;
  }
  .cid-uWSuRz7sfT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWSuRz7sfT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWSuRz7sfT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uWSuRz7sfT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uWSuRz7sfT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uWSuRz7sfT .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uWSuRz7sfT .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uWSuRz7sfT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWSuRz7sfT .text_widget {
  margin-bottom: 32px;
}
.cid-uWSuRz7sfT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWSuRz7sfT .text_widget a:hover,
.cid-uWSuRz7sfT .text_widget a:focus {
  opacity: .8;
}
.cid-uWSuRz7sfT .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uWSuRz7sfT .navbar-caption {
  color: #bee0d6;
}
.cid-uWSuRz7sfT .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uWSuRz7sfT .mbr-section-subtitle,
.cid-uWSuRz7sfT .text_widget,
.cid-uWSuRz7sfT .mbr-section-btn {
  text-align: center;
}
.cid-uWSuRz7sfT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWSuRzqyCY {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uWSuRzqyCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSuRzqyCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWSuRzqyCY .container {
    padding: 0 30px;
  }
}
.cid-uWSuRzqyCY .card {
  justify-content: center;
}
.cid-uWSuRzqyCY .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uWSuRzqyCY .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uWSuRzqyCY .content-wrapper {
    padding: 0;
  }
}
.cid-uWSuRzqyCY .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWSuRzqyCY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uWSuRzqyCY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uWSuRzqyCY .mbr-section-title {
  color: #ffffff;
}
.cid-uWSuRzqyCY .mbr-text {
  color: #ffffff;
}
.cid-uWSuRzqyCY .mbr-section-title,
.cid-uWSuRzqyCY .mbr-section-btn {
  text-align: left;
}
.cid-uWSuRzAQZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uWSuRzAQZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSuRzAQZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWSuRzAQZZ .container {
    padding: 0 30px;
  }
}
.cid-uWSuRzAQZZ .card {
  justify-content: center;
}
.cid-uWSuRzAQZZ .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uWSuRzAQZZ .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uWSuRzAQZZ .content-wrapper {
    padding: 0;
  }
}
.cid-uWSuRzAQZZ .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWSuRzAQZZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uWSuRzAQZZ .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uWSuRzAQZZ .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uWSuRzAQZZ .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uWSuRzAQZZ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWSuRzAQZZ .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uWSuRzAQZZ .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uWSuRzAQZZ .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uWSuRzAQZZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uWSuRzAQZZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uWSuRzAQZZ .mbr-text {
  color: #254b45;
}
.cid-uWSuRzAQZZ .mbr-name {
  color: #254b45;
}
.cid-uWSuRzAQZZ .mbr-role {
  color: #254b45;
}
.cid-uWSuRzAQZZ .mbr-name,
.cid-uWSuRzAQZZ .person-wrapper {
  color: #fdcc27;
}
.cid-uWSuRzAQZZ .mbr-role,
.cid-uWSuRzAQZZ .person-wrapper {
  color: #fdcc27;
}
.cid-uWSuRzMG1r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uWSuRzMG1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSuRzMG1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSuRzMG1r .card-wrapper {
  position: relative;
  background-color: #e7d354;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uWSuRzMG1r .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uWSuRzMG1r .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uWSuRzMG1r .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWSuRzMG1r .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWSuRzMG1r .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uWSuRzMG1r .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWSuRzMG1r .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWSuRzMG1r .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWSuRzMG1r .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uWSuRzMG1r .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWSuRzMG1r .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uWSuRzMG1r .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uWSuRzMG1r .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWSuRzMG1r .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uWSuRzMG1r .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uWSuRzMG1r .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWSuRzMG1r .mbr-section-title {
  color: #000000;
}
.cid-uWSuRzMG1r .mbr-text,
.cid-uWSuRzMG1r .text-wrapper {
  color: #454545;
}
.cid-uWSuRzMG1r .mbr-section-title,
.cid-uWSuRzMG1r .mbr-section-btn {
  color: #19515f;
}
.cid-uWZDgS21OI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7d354;
}
.cid-uWZDgS21OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZDgS21OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZDgS21OI .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uWZDgS21OI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uWZDgS21OI .mbr-name {
  color: #858585;
}
.cid-uWZDgS21OI .mbr-text {
  color: #191c25;
}
.cid-uWZDgS21OI .mbr-section-btn {
  text-align: center;
}
.cid-uWU9NC5tie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tampinhadobem-1053x777.png");
}
.cid-uWU9NC5tie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU9NC5tie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWU9NC5tie .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWU9NC5tie .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWU9NC5tie .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWU9NC5tie .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWU9NC5tie .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uWU9NC5tie .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWU9NC5tie .mbr-section-title {
  color: #111111;
}
.cid-uWU9NC5tie .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uWU9NC5tie .mbr-text,
.cid-uWU9NC5tie .text-wrapper {
  color: #000000;
}
.cid-uWU4s5qMuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/tampinhadobem-1053x777.png");
}
.cid-uWU4s5qMuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU4s5qMuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWU4s5qMuU .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uWU4s5qMuU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uWU4s5qMuU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uWU4s5qMuU .container {
    padding: 0 20px;
  }
}
.cid-uWU4s5qMuU .row {
  justify-content: center;
}
.cid-uWU4s5qMuU .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uWU4s5qMuU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWU4s5qMuU .video-block {
    margin-bottom: 30px;
  }
}
.cid-uWU4s5qMuU .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWU4s5qMuU .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uWU4s5qMuU .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uWU4s5qMuU .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWU4s5qMuU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWU4s5qMuU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWZIJR3Id9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-7.jpg");
}
.cid-uWZIJR3Id9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZIJR3Id9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZIJR3Id9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uWZIJR3Id9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWZIJR3Id9 .container {
    padding: 0 30px;
  }
}
.cid-uWZIJR3Id9 .title-wrapper {
  border-radius: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.cid-uWZIJR3Id9 .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .cid-uWZIJR3Id9 .title-wrapper {
    width: 100%;
  }
}
.cid-uWZIJR3Id9 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWZIJR3Id9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWZIJR3Id9 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWZIJR3Id9 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uWZIJR3Id9 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 30px;
}
.cid-uWZIJR3Id9 .mbr-section-title {
  color: #ffffff;
}
.cid-uWZIJR3Id9 .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-uWZIJR3Id9 .mbr-section-title,
.cid-uWZIJR3Id9 .mbr-section-btn {
  text-align: center;
  color: #19515f;
}
.cid-uWSuRzZt9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-7.jpg");
}
.cid-uWSuRzZt9R .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uWSuRzZt9R .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uWSuRzZt9R .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uWSuRzZt9R .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uWSuRzZt9R .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uWSuRzZt9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSuRzZt9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSuRAQAUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uWSuRAQAUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSuRAQAUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWSuRAQAUx .container {
    padding: 0 16px;
  }
}
.cid-uWSuRAQAUx .row {
  position: relative;
  justify-content: center;
}
.cid-uWSuRAQAUx .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uWSuRAQAUx .card {
  justify-content: center;
}
.cid-uWSuRAQAUx .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uWSuRAQAUx .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uWSuRAQAUx .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWSuRAQAUx .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uWSuRAQAUx .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uWSuRAQAUx .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uWSuRAQAUx .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uWSuRAQAUx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uWSuRAQAUx .nav-wrapper .list {
    display: block;
  }
}
.cid-uWSuRAQAUx .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uWSuRAQAUx .nav-wrapper .list .item-wrap:hover::before,
.cid-uWSuRAQAUx .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uWSuRAQAUx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWSuRAQAUx .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uWSuRAQAUx .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uWSuRAQAUx .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uWSuRAQAUx .mbr-copy {
  color: #ffffff;
}
.cid-uWSuRAQAUx .list,
.cid-uWSuRAQAUx .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWSuRAQAUx .list,
  .cid-uWSuRAQAUx .nav-wrapper {
    text-align: left;
  }
}
.cid-uX4YBYg0pO {
  background-color: transparent;
}
.cid-uX4YBYg0pO .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uX4YBYg0pO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uX4YBYg0pO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX4YBYg0pO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uX4YBYg0pO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uX4YBYg0pO .menu_box .navbar.opened,
  .cid-uX4YBYg0pO .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uX4YBYg0pO .navbar-dropdown {
  position: relative !important;
}
.cid-uX4YBYg0pO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uX4YBYg0pO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uX4YBYg0pO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uX4YBYg0pO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uX4YBYg0pO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uX4YBYg0pO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uX4YBYg0pO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uX4YBYg0pO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uX4YBYg0pO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uX4YBYg0pO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uX4YBYg0pO .offcanvas-body .mbr-text,
  .cid-uX4YBYg0pO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uX4YBYg0pO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uX4YBYg0pO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uX4YBYg0pO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uX4YBYg0pO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uX4YBYg0pO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uX4YBYg0pO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uX4YBYg0pO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uX4YBYg0pO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uX4YBYg0pO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uX4YBYg0pO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uX4YBYg0pO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uX4YBYg0pO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uX4YBYg0pO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uX4YBYg0pO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uX4YBYg0pO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uX4YBYg0pO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uX4YBYg0pO .nav-item {
    margin: 0 !important;
  }
}
.cid-uX4YBYg0pO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uX4YBYg0pO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uX4YBYg0pO .nav-item .nav-link:hover,
.cid-uX4YBYg0pO .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uX4YBYg0pO .nav-item .nav-link:hover::before,
.cid-uX4YBYg0pO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uX4YBYg0pO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uX4YBYg0pO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uX4YBYg0pO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uX4YBYg0pO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uX4YBYg0pO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uX4YBYg0pO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uX4YBYg0pO .offcanvas_box {
    display: none;
  }
}
.cid-uX4YBYg0pO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uX4YBYg0pO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uX4YBYg0pO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uX4YBYg0pO .container {
  display: flex;
  margin: auto;
}
.cid-uX4YBYg0pO .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uX4YBYg0pO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uX4YBYg0pO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX4YBYg0pO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uX4YBYg0pO .navbar-nav {
    margin: 0;
  }
}
.cid-uX4YBYg0pO .dropdown-menu,
.cid-uX4YBYg0pO .navbar.opened {
  background-color: false !important;
}
.cid-uX4YBYg0pO .nav-item:focus,
.cid-uX4YBYg0pO .nav-link:focus {
  outline: none;
}
.cid-uX4YBYg0pO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX4YBYg0pO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX4YBYg0pO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX4YBYg0pO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX4YBYg0pO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX4YBYg0pO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX4YBYg0pO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uX4YBYg0pO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uX4YBYg0pO .navbar.opened {
  transition: all 0.3s;
}
.cid-uX4YBYg0pO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uX4YBYg0pO .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uX4YBYg0pO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uX4YBYg0pO .navbar.collapsed {
  justify-content: center;
}
.cid-uX4YBYg0pO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX4YBYg0pO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX4YBYg0pO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX4YBYg0pO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX4YBYg0pO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX4YBYg0pO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uX4YBYg0pO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uX4YBYg0pO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uX4YBYg0pO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uX4YBYg0pO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX4YBYg0pO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX4YBYg0pO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uX4YBYg0pO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX4YBYg0pO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uX4YBYg0pO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX4YBYg0pO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uX4YBYg0pO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uX4YBYg0pO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uX4YBYg0pO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uX4YBYg0pO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX4YBYg0pO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uX4YBYg0pO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX4YBYg0pO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX4YBYg0pO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX4YBYg0pO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX4YBYg0pO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uX4YBYg0pO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX4YBYg0pO .dropdown-item.active,
.cid-uX4YBYg0pO .dropdown-item:active {
  background-color: transparent;
}
.cid-uX4YBYg0pO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uX4YBYg0pO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX4YBYg0pO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX4YBYg0pO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX4YBYg0pO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uX4YBYg0pO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX4YBYg0pO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uX4YBYg0pO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uX4YBYg0pO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX4YBYg0pO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX4YBYg0pO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX4YBYg0pO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX4YBYg0pO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX4YBYg0pO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX4YBYg0pO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX4YBYg0pO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX4YBYg0pO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uX4YBYg0pO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX4YBYg0pO .navbar {
    height: 70px;
  }
  .cid-uX4YBYg0pO .navbar.opened {
    height: auto;
  }
  .cid-uX4YBYg0pO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX4YBYg0pO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uX4YBYg0pO .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uX4YBYg0pO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uX4YBYg0pO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uX4YBYg0pO .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uX4YBYg0pO .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uX4YBYg0pO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uX4YBYg0pO .text_widget {
  margin-bottom: 32px;
}
.cid-uX4YBYg0pO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uX4YBYg0pO .text_widget a:hover,
.cid-uX4YBYg0pO .text_widget a:focus {
  opacity: .8;
}
.cid-uX4YBYg0pO .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uX4YBYg0pO .navbar-caption {
  color: #bee0d6;
}
.cid-uX4YBYg0pO .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uX4YBYg0pO .mbr-section-subtitle,
.cid-uX4YBYg0pO .text_widget,
.cid-uX4YBYg0pO .mbr-section-btn {
  text-align: center;
}
.cid-uX4YBYg0pO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uX4YBYzxRp {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uX4YBYzxRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4YBYzxRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX4YBYzxRp .container {
    padding: 0 30px;
  }
}
.cid-uX4YBYzxRp .card {
  justify-content: center;
}
.cid-uX4YBYzxRp .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uX4YBYzxRp .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uX4YBYzxRp .content-wrapper {
    padding: 0;
  }
}
.cid-uX4YBYzxRp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uX4YBYzxRp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uX4YBYzxRp .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uX4YBYzxRp .mbr-section-title {
  color: #ffffff;
}
.cid-uX4YBYzxRp .mbr-text {
  color: #ffffff;
}
.cid-uX4YBYzxRp .mbr-section-title,
.cid-uX4YBYzxRp .mbr-section-btn {
  text-align: left;
}
.cid-uX4YBYJlmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uX4YBYJlmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4YBYJlmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX4YBYJlmE .container {
    padding: 0 30px;
  }
}
.cid-uX4YBYJlmE .card {
  justify-content: center;
}
.cid-uX4YBYJlmE .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uX4YBYJlmE .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uX4YBYJlmE .content-wrapper {
    padding: 0;
  }
}
.cid-uX4YBYJlmE .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uX4YBYJlmE .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uX4YBYJlmE .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uX4YBYJlmE .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uX4YBYJlmE .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uX4YBYJlmE .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uX4YBYJlmE .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uX4YBYJlmE .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uX4YBYJlmE .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uX4YBYJlmE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uX4YBYJlmE .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uX4YBYJlmE .mbr-text {
  color: #254b45;
}
.cid-uX4YBYJlmE .mbr-name {
  color: #254b45;
}
.cid-uX4YBYJlmE .mbr-role {
  color: #254b45;
}
.cid-uX4YBYJlmE .mbr-name,
.cid-uX4YBYJlmE .person-wrapper {
  color: #fdcc27;
}
.cid-uX4YBYJlmE .mbr-role,
.cid-uX4YBYJlmE .person-wrapper {
  color: #fdcc27;
}
.cid-uX4YBYWmuq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX4YBYWmuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4YBYWmuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4YBYWmuq .card-wrapper {
  position: relative;
  background-color: #154138;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uX4YBYWmuq .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uX4YBYWmuq .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uX4YBYWmuq .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uX4YBYWmuq .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uX4YBYWmuq .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uX4YBYWmuq .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uX4YBYWmuq .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uX4YBYWmuq .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uX4YBYWmuq .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uX4YBYWmuq .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uX4YBYWmuq .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uX4YBYWmuq .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uX4YBYWmuq .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uX4YBYWmuq .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uX4YBYWmuq .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uX4YBYWmuq .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uX4YBYWmuq .mbr-section-title {
  color: #000000;
}
.cid-uX4YBYWmuq .mbr-text,
.cid-uX4YBYWmuq .text-wrapper {
  color: #ffffff;
}
.cid-uX4YBYWmuq .mbr-section-title,
.cid-uX4YBYWmuq .mbr-section-btn {
  color: #fdcc27;
}
.cid-uX6Sizh14g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5ca08b;
}
.cid-uX6Sizh14g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX6Sizh14g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX6Sizh14g .content-wrap {
  margin: 0;
}
.cid-uX6Sizh14g .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uX6Sizh14g .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uX6Sizh14g .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uX6Sizh14g .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uX6Sizh14g .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uX6Sizh14g .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX6Sizh14g .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uX6Sizh14g .mbr-text,
.cid-uX6Sizh14g .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uX6Sizh14g .mbr-section-title,
.cid-uX6Sizh14g .mbr-section-btn {
  color: #c10b02;
}
.cid-uX4YBZVLHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uX4YBZVLHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4YBZVLHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uX4YBZVLHD .container {
    padding: 0 16px;
  }
}
.cid-uX4YBZVLHD .row {
  position: relative;
  justify-content: center;
}
.cid-uX4YBZVLHD .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uX4YBZVLHD .card {
  justify-content: center;
}
.cid-uX4YBZVLHD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uX4YBZVLHD .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uX4YBZVLHD .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uX4YBZVLHD .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uX4YBZVLHD .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uX4YBZVLHD .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uX4YBZVLHD .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uX4YBZVLHD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uX4YBZVLHD .nav-wrapper .list {
    display: block;
  }
}
.cid-uX4YBZVLHD .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uX4YBZVLHD .nav-wrapper .list .item-wrap:hover::before,
.cid-uX4YBZVLHD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uX4YBZVLHD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uX4YBZVLHD .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uX4YBZVLHD .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uX4YBZVLHD .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uX4YBZVLHD .mbr-copy {
  color: #ffffff;
}
.cid-uX4YBZVLHD .list,
.cid-uX4YBZVLHD .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uX4YBZVLHD .list,
  .cid-uX4YBZVLHD .nav-wrapper {
    text-align: left;
  }
}
.cid-uY0ADReWP4 {
  background-color: transparent;
}
.cid-uY0ADReWP4 .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uY0ADReWP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uY0ADReWP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY0ADReWP4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY0ADReWP4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY0ADReWP4 .menu_box .navbar.opened,
  .cid-uY0ADReWP4 .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY0ADReWP4 .navbar-dropdown {
  position: relative !important;
}
.cid-uY0ADReWP4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uY0ADReWP4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uY0ADReWP4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uY0ADReWP4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uY0ADReWP4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uY0ADReWP4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uY0ADReWP4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uY0ADReWP4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uY0ADReWP4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uY0ADReWP4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uY0ADReWP4 .offcanvas-body .mbr-text,
  .cid-uY0ADReWP4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uY0ADReWP4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uY0ADReWP4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uY0ADReWP4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uY0ADReWP4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uY0ADReWP4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uY0ADReWP4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uY0ADReWP4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uY0ADReWP4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uY0ADReWP4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY0ADReWP4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uY0ADReWP4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uY0ADReWP4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uY0ADReWP4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uY0ADReWP4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uY0ADReWP4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uY0ADReWP4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uY0ADReWP4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uY0ADReWP4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uY0ADReWP4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uY0ADReWP4 .nav-item .nav-link:hover,
.cid-uY0ADReWP4 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uY0ADReWP4 .nav-item .nav-link:hover::before,
.cid-uY0ADReWP4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uY0ADReWP4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY0ADReWP4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY0ADReWP4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY0ADReWP4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY0ADReWP4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uY0ADReWP4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY0ADReWP4 .offcanvas_box {
    display: none;
  }
}
.cid-uY0ADReWP4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY0ADReWP4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY0ADReWP4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY0ADReWP4 .container {
  display: flex;
  margin: auto;
}
.cid-uY0ADReWP4 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uY0ADReWP4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY0ADReWP4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uY0ADReWP4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uY0ADReWP4 .navbar-nav {
    margin: 0;
  }
}
.cid-uY0ADReWP4 .dropdown-menu,
.cid-uY0ADReWP4 .navbar.opened {
  background-color: false !important;
}
.cid-uY0ADReWP4 .nav-item:focus,
.cid-uY0ADReWP4 .nav-link:focus {
  outline: none;
}
.cid-uY0ADReWP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY0ADReWP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY0ADReWP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY0ADReWP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY0ADReWP4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY0ADReWP4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY0ADReWP4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY0ADReWP4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY0ADReWP4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uY0ADReWP4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY0ADReWP4 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uY0ADReWP4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uY0ADReWP4 .navbar.collapsed {
  justify-content: center;
}
.cid-uY0ADReWP4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY0ADReWP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY0ADReWP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY0ADReWP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY0ADReWP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY0ADReWP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY0ADReWP4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY0ADReWP4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY0ADReWP4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY0ADReWP4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY0ADReWP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY0ADReWP4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY0ADReWP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY0ADReWP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY0ADReWP4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY0ADReWP4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY0ADReWP4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY0ADReWP4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY0ADReWP4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY0ADReWP4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY0ADReWP4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY0ADReWP4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY0ADReWP4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY0ADReWP4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY0ADReWP4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY0ADReWP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY0ADReWP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY0ADReWP4 .dropdown-item.active,
.cid-uY0ADReWP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uY0ADReWP4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uY0ADReWP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY0ADReWP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY0ADReWP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY0ADReWP4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY0ADReWP4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY0ADReWP4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uY0ADReWP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uY0ADReWP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY0ADReWP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY0ADReWP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY0ADReWP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY0ADReWP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY0ADReWP4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY0ADReWP4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY0ADReWP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY0ADReWP4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY0ADReWP4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY0ADReWP4 .navbar {
    height: 70px;
  }
  .cid-uY0ADReWP4 .navbar.opened {
    height: auto;
  }
  .cid-uY0ADReWP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY0ADReWP4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uY0ADReWP4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uY0ADReWP4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uY0ADReWP4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uY0ADReWP4 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uY0ADReWP4 .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uY0ADReWP4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY0ADReWP4 .text_widget {
  margin-bottom: 32px;
}
.cid-uY0ADReWP4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY0ADReWP4 .text_widget a:hover,
.cid-uY0ADReWP4 .text_widget a:focus {
  opacity: .8;
}
.cid-uY0ADReWP4 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uY0ADReWP4 .navbar-caption {
  color: #bee0d6;
}
.cid-uY0ADReWP4 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uY0ADReWP4 .mbr-section-subtitle,
.cid-uY0ADReWP4 .text_widget,
.cid-uY0ADReWP4 .mbr-section-btn {
  text-align: center;
}
.cid-uY0ADReWP4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY0ADRHrrW {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uY0ADRHrrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0ADRHrrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY0ADRHrrW .container {
    padding: 0 30px;
  }
}
.cid-uY0ADRHrrW .card {
  justify-content: center;
}
.cid-uY0ADRHrrW .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uY0ADRHrrW .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uY0ADRHrrW .content-wrapper {
    padding: 0;
  }
}
.cid-uY0ADRHrrW .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uY0ADRHrrW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uY0ADRHrrW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uY0ADRHrrW .mbr-section-title {
  color: #ffffff;
}
.cid-uY0ADRHrrW .mbr-text {
  color: #ffffff;
}
.cid-uY0ADRHrrW .mbr-section-title,
.cid-uY0ADRHrrW .mbr-section-btn {
  text-align: left;
}
.cid-uY0CrenHlX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uY0CrenHlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0CrenHlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY0CrenHlX .container {
    padding: 0 30px;
  }
}
.cid-uY0CrenHlX .card {
  justify-content: center;
}
.cid-uY0CrenHlX .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uY0CrenHlX .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uY0CrenHlX .content-wrapper {
    padding: 0;
  }
}
.cid-uY0CrenHlX .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uY0CrenHlX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #c10b02;
}
.cid-uY0CrenHlX .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uY0CrenHlX .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uY0CrenHlX .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uY0CrenHlX .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uY0CrenHlX .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uY0CrenHlX .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uY0CrenHlX .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uY0CrenHlX .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uY0CrenHlX .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uY0CrenHlX .mbr-text {
  color: #254b45;
}
.cid-uY0CrenHlX .mbr-name {
  color: #254b45;
}
.cid-uY0CrenHlX .mbr-role {
  color: #254b45;
}
.cid-uY2hs8X3mk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uY2hs8X3mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2hs8X3mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2hs8X3mk .row {
  margin: 0 -45px;
}
.cid-uY2hs8X3mk .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uY2hs8X3mk .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY2hs8X3mk .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uY2hs8X3mk .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uY2hs8X3mk .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uY2hs8X3mk .image-wrapper img {
    height: 300px;
  }
}
.cid-uY2hs8X3mk .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uY2hs8X3mk .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uY2hs8X3mk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uY2hs8X3mk .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #5ca08b;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uY2hs8X3mk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY2hs8X3mk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uY2hs8X3mk .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY2hs8X3mk .mbr-label {
  color: #3a001d;
}
.cid-uY2hs8X3mk .mbr-section-title {
  color: #3a001d;
}
.cid-uY2hs8X3mk .mbr-text {
  color: #3a001d;
}
.cid-v3zewgQSjI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-v3zewgQSjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zewgQSjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zewgQSjI .card {
  justify-content: center;
}
.cid-v3zewgQSjI .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v3zewgQSjI .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-v3zewgQSjI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v3zewgQSjI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3zewgQSjI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3zewgQSjI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v3zewgQSjI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v3zewgQSjI .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v3zewgQSjI .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-v3zewgQSjI .image-wrapper img {
    height: 350px;
  }
}
.cid-v3zewgQSjI .mbr-label {
  color: #000000;
}
.cid-v3zewgQSjI .mbr-section-title {
  color: #111111;
}
.cid-v3zewgQSjI .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v3zewgQSjI LABEL {
  color: #c10b02;
}
.cid-v3zk7hKUWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-v3zk7hKUWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zk7hKUWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zk7hKUWo .content-wrap {
  margin: 0;
}
.cid-v3zk7hKUWo .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v3zk7hKUWo .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v3zk7hKUWo .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v3zk7hKUWo .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3zk7hKUWo .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v3zk7hKUWo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3zk7hKUWo .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v3zk7hKUWo .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v3zk7hKUWo .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3zk7hKUWo .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v3zk7hKUWo .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v3zk7hKUWo .mbr-text,
.cid-v3zk7hKUWo .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v3zk7hKUWo .mbr-section-title,
.cid-v3zk7hKUWo .mbr-section-btn {
  color: #1d1626;
}
.cid-v32D0ozAvY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1eeec;
}
.cid-v32D0ozAvY .item:focus,
.cid-v32D0ozAvY span:focus {
  outline: none;
}
.cid-v32D0ozAvY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v32D0ozAvY .item {
  color: #254b45;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v32D0ozAvY .item {
    min-height: 45px;
  }
}
.cid-v32zkPxPzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-v32zkPxPzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v32zkPxPzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v32zkPxPzo .content-wrap {
  margin: 0;
}
.cid-v32zkPxPzo .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v32zkPxPzo .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v32zkPxPzo .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v32zkPxPzo .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v32zkPxPzo .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v32zkPxPzo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v32zkPxPzo .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v32zkPxPzo .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v32zkPxPzo .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v32zkPxPzo .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v32zkPxPzo .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v32zkPxPzo .mbr-text,
.cid-v32zkPxPzo .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v32zkPxPzo .mbr-section-title,
.cid-v32zkPxPzo .mbr-section-btn {
  color: #1d1626;
}
.cid-v2lpTfvCfF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-v2lpTfvCfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpTfvCfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpTfvCfF .content-wrap {
  margin: 0;
}
.cid-v2lpTfvCfF .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v2lpTfvCfF .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v2lpTfvCfF .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2lpTfvCfF .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2lpTfvCfF .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v2lpTfvCfF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lpTfvCfF .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v2lpTfvCfF .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2lpTfvCfF .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2lpTfvCfF .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v2lpTfvCfF .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v2lpTfvCfF .mbr-text,
.cid-v2lpTfvCfF .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v2lpTfvCfF .mbr-section-title,
.cid-v2lpTfvCfF .mbr-section-btn {
  color: #1d1626;
}
.cid-v2b56eyASS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-v2b56eyASS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2b56eyASS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2b56eyASS .content-wrap {
  margin: 0;
}
.cid-v2b56eyASS .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v2b56eyASS .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v2b56eyASS .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2b56eyASS .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2b56eyASS .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v2b56eyASS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2b56eyASS .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v2b56eyASS .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2b56eyASS .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2b56eyASS .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v2b56eyASS .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v2b56eyASS .mbr-text,
.cid-v2b56eyASS .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v2b56eyASS .mbr-section-title,
.cid-v2b56eyASS .mbr-section-btn {
  color: #1d1626;
}
.cid-v0Fce9FK30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-v0Fce9FK30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Fce9FK30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Fce9FK30 .content-wrap {
  margin: 0;
}
.cid-v0Fce9FK30 .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v0Fce9FK30 .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v0Fce9FK30 .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0Fce9FK30 .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0Fce9FK30 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v0Fce9FK30 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0Fce9FK30 .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v0Fce9FK30 .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0Fce9FK30 .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0Fce9FK30 .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v0Fce9FK30 .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v0Fce9FK30 .mbr-text,
.cid-v0Fce9FK30 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v0Fce9FK30 .mbr-section-title,
.cid-v0Fce9FK30 .mbr-section-btn {
  color: #1d1626;
}
.cid-v0FcRRXuEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-v0FcRRXuEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FcRRXuEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FcRRXuEB .content-wrap {
  margin: 0;
}
.cid-v0FcRRXuEB .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v0FcRRXuEB .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-v0FcRRXuEB .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0FcRRXuEB .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0FcRRXuEB .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v0FcRRXuEB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0FcRRXuEB .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v0FcRRXuEB .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v0FcRRXuEB .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v0FcRRXuEB .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v0FcRRXuEB .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-v0FcRRXuEB .mbr-text,
.cid-v0FcRRXuEB .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v0FcRRXuEB .mbr-section-title,
.cid-v0FcRRXuEB .mbr-section-btn {
  color: #1d1626;
}
.cid-uYz44wnHSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-verde-1500x1378.png");
}
.cid-uYz44wnHSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYz44wnHSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYz44wnHSR .content-wrap {
  margin: 0;
}
.cid-uYz44wnHSR .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uYz44wnHSR .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uYz44wnHSR .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uYz44wnHSR .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYz44wnHSR .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uYz44wnHSR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYz44wnHSR .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYz44wnHSR .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uYz44wnHSR .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYz44wnHSR .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uYz44wnHSR .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uYz44wnHSR .mbr-text,
.cid-uYz44wnHSR .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uYz44wnHSR .mbr-section-title,
.cid-uYz44wnHSR .mbr-section-btn {
  color: #27232c;
}
.cid-uY0FO74TyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-8.jpg");
}
.cid-uY0FO74TyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0FO74TyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0FO74TyG .content-wrap {
  margin: 0;
}
.cid-uY0FO74TyG .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uY0FO74TyG .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uY0FO74TyG .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uY0FO74TyG .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uY0FO74TyG .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uY0FO74TyG .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0FO74TyG .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uY0FO74TyG .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uY0FO74TyG .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uY0FO74TyG .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uY0FO74TyG .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uY0FO74TyG .mbr-text,
.cid-uY0FO74TyG .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uY0FO74TyG .mbr-section-title,
.cid-uY0FO74TyG .mbr-section-btn {
  color: #1d1626;
}
.cid-uY0ADSpvHB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uY0ADSpvHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0ADSpvHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY0ADSpvHB .container {
    padding: 0 16px;
  }
}
.cid-uY0ADSpvHB .row {
  position: relative;
  justify-content: center;
}
.cid-uY0ADSpvHB .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uY0ADSpvHB .card {
  justify-content: center;
}
.cid-uY0ADSpvHB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uY0ADSpvHB .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uY0ADSpvHB .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uY0ADSpvHB .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uY0ADSpvHB .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uY0ADSpvHB .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uY0ADSpvHB .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uY0ADSpvHB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uY0ADSpvHB .nav-wrapper .list {
    display: block;
  }
}
.cid-uY0ADSpvHB .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uY0ADSpvHB .nav-wrapper .list .item-wrap:hover::before,
.cid-uY0ADSpvHB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uY0ADSpvHB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uY0ADSpvHB .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uY0ADSpvHB .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uY0ADSpvHB .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uY0ADSpvHB .mbr-copy {
  color: #ffffff;
}
.cid-uY0ADSpvHB .list,
.cid-uY0ADSpvHB .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uY0ADSpvHB .list,
  .cid-uY0ADSpvHB .nav-wrapper {
    text-align: left;
  }
}
.cid-uZ3lAZaozl {
  background-color: transparent;
}
.cid-uZ3lAZaozl .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-uZ3lAZaozl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-uZ3lAZaozl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ3lAZaozl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ3lAZaozl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ3lAZaozl .menu_box .navbar.opened,
  .cid-uZ3lAZaozl .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ3lAZaozl .navbar-dropdown {
  position: relative !important;
}
.cid-uZ3lAZaozl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uZ3lAZaozl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ3lAZaozl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZ3lAZaozl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ3lAZaozl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ3lAZaozl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-uZ3lAZaozl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ3lAZaozl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ3lAZaozl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ3lAZaozl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ3lAZaozl .offcanvas-body .mbr-text,
  .cid-uZ3lAZaozl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ3lAZaozl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ3lAZaozl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ3lAZaozl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-uZ3lAZaozl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ3lAZaozl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ3lAZaozl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ3lAZaozl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ3lAZaozl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ3lAZaozl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ3lAZaozl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ3lAZaozl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ3lAZaozl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ3lAZaozl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZ3lAZaozl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uZ3lAZaozl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ3lAZaozl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZ3lAZaozl .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ3lAZaozl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ3lAZaozl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZ3lAZaozl .nav-item .nav-link:hover,
.cid-uZ3lAZaozl .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uZ3lAZaozl .nav-item .nav-link:hover::before,
.cid-uZ3lAZaozl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ3lAZaozl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ3lAZaozl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ3lAZaozl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ3lAZaozl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ3lAZaozl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ3lAZaozl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ3lAZaozl .offcanvas_box {
    display: none;
  }
}
.cid-uZ3lAZaozl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ3lAZaozl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ3lAZaozl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ3lAZaozl .container {
  display: flex;
  margin: auto;
}
.cid-uZ3lAZaozl .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ3lAZaozl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ3lAZaozl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ3lAZaozl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ3lAZaozl .navbar-nav {
    margin: 0;
  }
}
.cid-uZ3lAZaozl .dropdown-menu,
.cid-uZ3lAZaozl .navbar.opened {
  background-color: false !important;
}
.cid-uZ3lAZaozl .nav-item:focus,
.cid-uZ3lAZaozl .nav-link:focus {
  outline: none;
}
.cid-uZ3lAZaozl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ3lAZaozl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ3lAZaozl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ3lAZaozl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ3lAZaozl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ3lAZaozl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ3lAZaozl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ3lAZaozl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ3lAZaozl .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ3lAZaozl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ3lAZaozl .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZ3lAZaozl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uZ3lAZaozl .navbar.collapsed {
  justify-content: center;
}
.cid-uZ3lAZaozl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ3lAZaozl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ3lAZaozl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ3lAZaozl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ3lAZaozl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ3lAZaozl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ3lAZaozl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ3lAZaozl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ3lAZaozl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ3lAZaozl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ3lAZaozl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ3lAZaozl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ3lAZaozl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ3lAZaozl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ3lAZaozl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ3lAZaozl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ3lAZaozl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ3lAZaozl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ3lAZaozl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ3lAZaozl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ3lAZaozl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ3lAZaozl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ3lAZaozl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ3lAZaozl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ3lAZaozl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ3lAZaozl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZ3lAZaozl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ3lAZaozl .dropdown-item.active,
.cid-uZ3lAZaozl .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ3lAZaozl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ3lAZaozl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ3lAZaozl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ3lAZaozl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ3lAZaozl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ3lAZaozl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ3lAZaozl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-uZ3lAZaozl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-uZ3lAZaozl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ3lAZaozl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ3lAZaozl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ3lAZaozl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ3lAZaozl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ3lAZaozl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ3lAZaozl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ3lAZaozl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ3lAZaozl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ3lAZaozl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ3lAZaozl .navbar {
    height: 70px;
  }
  .cid-uZ3lAZaozl .navbar.opened {
    height: auto;
  }
  .cid-uZ3lAZaozl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ3lAZaozl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ3lAZaozl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZ3lAZaozl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZ3lAZaozl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uZ3lAZaozl .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uZ3lAZaozl .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-uZ3lAZaozl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ3lAZaozl .text_widget {
  margin-bottom: 32px;
}
.cid-uZ3lAZaozl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ3lAZaozl .text_widget a:hover,
.cid-uZ3lAZaozl .text_widget a:focus {
  opacity: .8;
}
.cid-uZ3lAZaozl .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uZ3lAZaozl .navbar-caption {
  color: #bee0d6;
}
.cid-uZ3lAZaozl .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uZ3lAZaozl .mbr-section-subtitle,
.cid-uZ3lAZaozl .text_widget,
.cid-uZ3lAZaozl .mbr-section-btn {
  text-align: center;
}
.cid-uZ3lAZaozl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ3lAZEFj3 {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-uZ3lAZEFj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3lAZEFj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ3lAZEFj3 .container {
    padding: 0 30px;
  }
}
.cid-uZ3lAZEFj3 .card {
  justify-content: center;
}
.cid-uZ3lAZEFj3 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uZ3lAZEFj3 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3lAZEFj3 .content-wrapper {
    padding: 0;
  }
}
.cid-uZ3lAZEFj3 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZ3lAZEFj3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uZ3lAZEFj3 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZ3lAZEFj3 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ3lAZEFj3 .mbr-text {
  color: #ffffff;
}
.cid-uZ3lAZEFj3 .mbr-section-title,
.cid-uZ3lAZEFj3 .mbr-section-btn {
  text-align: left;
}
.cid-uZ3lAZU4tz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uZ3lAZU4tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3lAZU4tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ3lAZU4tz .container {
    padding: 0 30px;
  }
}
.cid-uZ3lAZU4tz .card {
  justify-content: center;
}
.cid-uZ3lAZU4tz .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uZ3lAZU4tz .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3lAZU4tz .content-wrapper {
    padding: 0;
  }
}
.cid-uZ3lAZU4tz .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZ3lAZU4tz .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uZ3lAZU4tz .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uZ3lAZU4tz .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uZ3lAZU4tz .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uZ3lAZU4tz .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ3lAZU4tz .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uZ3lAZU4tz .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uZ3lAZU4tz .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uZ3lAZU4tz .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uZ3lAZU4tz .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uZ3lAZU4tz .mbr-text {
  color: #254b45;
}
.cid-uZ3lAZU4tz .mbr-name {
  color: #254b45;
}
.cid-uZ3lAZU4tz .mbr-role {
  color: #254b45;
}
.cid-uZ3lAZU4tz .mbr-name,
.cid-uZ3lAZU4tz .person-wrapper {
  color: #fdcc27;
}
.cid-uZ3lAZU4tz .mbr-role,
.cid-uZ3lAZU4tz .person-wrapper {
  color: #fdcc27;
}
.cid-uZ3lB09qJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uZ3lB09qJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3lB09qJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3lB09qJ5 .card-wrapper {
  position: relative;
  background-color: #5ca08b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZ3lB09qJ5 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3lB09qJ5 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uZ3lB09qJ5 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uZ3lB09qJ5 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZ3lB09qJ5 .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZ3lB09qJ5 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ3lB09qJ5 .mbr-section-title {
  color: #000000;
}
.cid-uZ3lB09qJ5 .mbr-text,
.cid-uZ3lB09qJ5 .text-wrapper {
  color: #ffffff;
}
.cid-uZ3lB09qJ5 .mbr-section-title,
.cid-uZ3lB09qJ5 .mbr-section-btn {
  color: #fdcc27;
}
.cid-v1HxokF4on {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fundo-verde-1-1500x1378.png");
}
.cid-v1HxokF4on .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HxokF4on .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .container {
    padding: 0 30px;
  }
}
.cid-v1HxokF4on .card {
  justify-content: center;
}
.cid-v1HxokF4on .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v1HxokF4on .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper {
    padding: 0;
  }
}
.cid-v1HxokF4on .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-v1HxokF4on .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-v1HxokF4on .content-wrapper .mbr-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-v1HxokF4on .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-v1HxokF4on .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.cid-v1HxokF4on .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.cid-v1HxokF4on .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v1HxokF4on .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #254b45;
}
@media (max-width: 992px) {
  .cid-v1HxokF4on .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0 0 40px 0;
  }
}
.cid-v1HxokF4on .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.cid-v1HxokF4on .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v1HxokF4on .mbr-desc {
  color: #254b45;
}
.cid-v1HxokF4on .mbr-text {
  color: #232323;
}
.cid-v1HxokF4on .item-title {
  color: #254b45;
}
.cid-v1HxokF4on .item-text {
  color: #254b45;
}
.cid-uZ3lB0qOTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-uZ3lB0qOTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3lB0qOTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3lB0qOTn .card {
  justify-content: center;
}
.cid-uZ3lB0qOTn .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uZ3lB0qOTn .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3lB0qOTn .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uZ3lB0qOTn .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ3lB0qOTn .image-wrapper img {
    height: 300px;
  }
}
.cid-uZ3lB0qOTn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ3lB0qOTn .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ3lB0qOTn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ3lB0qOTn .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uZ3lB0qOTn .mbr-section-title {
  color: #000000;
}
.cid-uZ3lB0qOTn .mbr-text {
  color: #000000;
}
.cid-uZ3lB0qOTn .mbr-section-title,
.cid-uZ3lB0qOTn .mbr-section-btn,
.cid-uZ3lB0qOTn .title-wrapper {
  color: #000000;
}
.cid-uZ3IWp1115 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
  position: relative;
  overflow: hidden;
}
.cid-uZ3IWp1115 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3IWp1115 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3IWp1115 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uZ3IWp1115 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uZ3IWp1115 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uZ3IWp1115 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uZ3IWp1115 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uZ3IWp1115 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ3IWp1115 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uZ3IWp1115 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .decoration_1 {
    left: -380px;
  }
}
.cid-uZ3IWp1115 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uZ3IWp1115 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ3IWp1115 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uZ3IWp1115 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .decoration_2 {
    right: -380px;
  }
}
.cid-uZ3IWp1115 .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-uZ3IWp1115 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uZ3IWp1115 .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZ3IWp1115 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uZ3IWp1115 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZ3IWp1115 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ3IWp1115 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .item {
    margin-bottom: 16px;
  }
}
.cid-uZ3IWp1115 .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #eeeef4;
  border: 1px solid #cdcddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZ3IWp1115 .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-uZ3IWp1115 .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-uZ3IWp1115 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZ3IWp1115 .mbr-section-title {
  color: #181824;
}
.cid-uZ3IWp1115 .mbr-section-title,
.cid-uZ3IWp1115 .icon-wrapper {
  text-align: center;
}
.cid-uZ3IWp1115 .item-label {
  color: #49496d;
  text-align: center;
}
.cid-uZ3IWp1115 .item-title {
  color: #181824;
}
.cid-uZ3IWp1115 .item-text {
  color: #54547e;
  text-align: center;
}
.cid-uZ3IWp1115 .item-title,
.cid-uZ3IWp1115 .mbr-section-btn {
  text-align: center;
}
.cid-uZ3lB1xCUN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-uZ3lB1xCUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3lB1xCUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ3lB1xCUN .container {
    padding: 0 16px;
  }
}
.cid-uZ3lB1xCUN .row {
  position: relative;
  justify-content: center;
}
.cid-uZ3lB1xCUN .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uZ3lB1xCUN .card {
  justify-content: center;
}
.cid-uZ3lB1xCUN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uZ3lB1xCUN .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uZ3lB1xCUN .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ3lB1xCUN .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uZ3lB1xCUN .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uZ3lB1xCUN .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uZ3lB1xCUN .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uZ3lB1xCUN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uZ3lB1xCUN .nav-wrapper .list {
    display: block;
  }
}
.cid-uZ3lB1xCUN .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uZ3lB1xCUN .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ3lB1xCUN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ3lB1xCUN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ3lB1xCUN .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uZ3lB1xCUN .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uZ3lB1xCUN .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ3lB1xCUN .mbr-copy {
  color: #ffffff;
}
.cid-uZ3lB1xCUN .list,
.cid-uZ3lB1xCUN .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZ3lB1xCUN .list,
  .cid-uZ3lB1xCUN .nav-wrapper {
    text-align: left;
  }
}
.cid-v29cdrkHVT {
  background-color: transparent;
}
.cid-v29cdrkHVT .navbar-dropdown {
  background-color: #19515f !important;
  padding: 0;
}
.cid-v29cdrkHVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #19515f !important;
  background: #19515f;
}
.cid-v29cdrkHVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v29cdrkHVT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v29cdrkHVT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v29cdrkHVT .menu_box .navbar.opened,
  .cid-v29cdrkHVT .menu_box .navbar-collapse {
    background-color: #19515f !important;
    transition: all 0s ease 0s;
  }
}
.cid-v29cdrkHVT .navbar-dropdown {
  position: relative !important;
}
.cid-v29cdrkHVT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v29cdrkHVT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v29cdrkHVT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v29cdrkHVT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v29cdrkHVT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v29cdrkHVT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #e1eeec;
  }
  .cid-v29cdrkHVT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v29cdrkHVT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v29cdrkHVT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v29cdrkHVT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v29cdrkHVT .offcanvas-body .mbr-text,
  .cid-v29cdrkHVT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v29cdrkHVT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v29cdrkHVT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v29cdrkHVT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #71eac6;
  }
  .cid-v29cdrkHVT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v29cdrkHVT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v29cdrkHVT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v29cdrkHVT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v29cdrkHVT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v29cdrkHVT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v29cdrkHVT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v29cdrkHVT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v29cdrkHVT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v29cdrkHVT .lg_brand {
    margin: 0 1rem;
  }
  .cid-v29cdrkHVT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-v29cdrkHVT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v29cdrkHVT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v29cdrkHVT .nav-item {
    margin: 0 !important;
  }
}
.cid-v29cdrkHVT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v29cdrkHVT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v29cdrkHVT .nav-item .nav-link:hover,
.cid-v29cdrkHVT .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-v29cdrkHVT .nav-item .nav-link:hover::before,
.cid-v29cdrkHVT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v29cdrkHVT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v29cdrkHVT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v29cdrkHVT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v29cdrkHVT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v29cdrkHVT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v29cdrkHVT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v29cdrkHVT .offcanvas_box {
    display: none;
  }
}
.cid-v29cdrkHVT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v29cdrkHVT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v29cdrkHVT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v29cdrkHVT .container {
  display: flex;
  margin: auto;
}
.cid-v29cdrkHVT .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v29cdrkHVT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v29cdrkHVT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v29cdrkHVT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v29cdrkHVT .navbar-nav {
    margin: 0;
  }
}
.cid-v29cdrkHVT .dropdown-menu,
.cid-v29cdrkHVT .navbar.opened {
  background-color: false !important;
}
.cid-v29cdrkHVT .nav-item:focus,
.cid-v29cdrkHVT .nav-link:focus {
  outline: none;
}
.cid-v29cdrkHVT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29cdrkHVT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29cdrkHVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29cdrkHVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29cdrkHVT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29cdrkHVT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29cdrkHVT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v29cdrkHVT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v29cdrkHVT .navbar.opened {
  transition: all 0.3s;
}
.cid-v29cdrkHVT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v29cdrkHVT .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v29cdrkHVT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-v29cdrkHVT .navbar.collapsed {
  justify-content: center;
}
.cid-v29cdrkHVT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29cdrkHVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v29cdrkHVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29cdrkHVT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29cdrkHVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29cdrkHVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v29cdrkHVT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v29cdrkHVT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v29cdrkHVT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v29cdrkHVT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29cdrkHVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29cdrkHVT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v29cdrkHVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29cdrkHVT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v29cdrkHVT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v29cdrkHVT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v29cdrkHVT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v29cdrkHVT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v29cdrkHVT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v29cdrkHVT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29cdrkHVT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v29cdrkHVT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v29cdrkHVT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v29cdrkHVT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v29cdrkHVT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29cdrkHVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v29cdrkHVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29cdrkHVT .dropdown-item.active,
.cid-v29cdrkHVT .dropdown-item:active {
  background-color: transparent;
}
.cid-v29cdrkHVT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v29cdrkHVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29cdrkHVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29cdrkHVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v29cdrkHVT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v29cdrkHVT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v29cdrkHVT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #19515f;
  background: #ffffff;
}
.cid-v29cdrkHVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #71eac6;
}
.cid-v29cdrkHVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29cdrkHVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29cdrkHVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29cdrkHVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29cdrkHVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29cdrkHVT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29cdrkHVT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29cdrkHVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29cdrkHVT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v29cdrkHVT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29cdrkHVT .navbar {
    height: 70px;
  }
  .cid-v29cdrkHVT .navbar.opened {
    height: auto;
  }
  .cid-v29cdrkHVT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29cdrkHVT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v29cdrkHVT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v29cdrkHVT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v29cdrkHVT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v29cdrkHVT .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-v29cdrkHVT .navbar-caption:hover {
  color: #bee0d6;
}
@media (min-width: 992px) {
  .cid-v29cdrkHVT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v29cdrkHVT .text_widget {
  margin-bottom: 32px;
}
.cid-v29cdrkHVT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v29cdrkHVT .text_widget a:hover,
.cid-v29cdrkHVT .text_widget a:focus {
  opacity: .8;
}
.cid-v29cdrkHVT .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-v29cdrkHVT .navbar-caption {
  color: #bee0d6;
}
.cid-v29cdrkHVT .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-v29cdrkHVT .mbr-section-subtitle,
.cid-v29cdrkHVT .text_widget,
.cid-v29cdrkHVT .mbr-section-btn {
  text-align: center;
}
.cid-v29cdrkHVT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v29cdrM9iF {
  align-items: flex-end;
  background-image: url("../../../assets/images/harmonia-vegetacao-1024x1024.png");
}
.cid-v29cdrM9iF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29cdrM9iF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v29cdrM9iF .container {
    padding: 0 30px;
  }
}
.cid-v29cdrM9iF .card {
  justify-content: center;
}
.cid-v29cdrM9iF .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-v29cdrM9iF .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-v29cdrM9iF .content-wrapper {
    padding: 0;
  }
}
.cid-v29cdrM9iF .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v29cdrM9iF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v29cdrM9iF .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v29cdrM9iF .mbr-section-title {
  color: #ffffff;
}
.cid-v29cdrM9iF .mbr-text {
  color: #ffffff;
}
.cid-v29cdrM9iF .mbr-section-title,
.cid-v29cdrM9iF .mbr-section-btn {
  text-align: left;
}
.cid-v29cds3LWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-v29cds3LWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29cds3LWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v29cds3LWr .container {
    padding: 0 30px;
  }
}
.cid-v29cds3LWr .card {
  justify-content: center;
}
.cid-v29cds3LWr .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-v29cds3LWr .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-v29cds3LWr .content-wrapper {
    padding: 0;
  }
}
.cid-v29cds3LWr .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v29cds3LWr .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-v29cds3LWr .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-v29cds3LWr .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-v29cds3LWr .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-v29cds3LWr .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v29cds3LWr .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-v29cds3LWr .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v29cds3LWr .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-v29cds3LWr .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-v29cds3LWr .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-v29cds3LWr .mbr-text {
  color: #254b45;
}
.cid-v29cds3LWr .mbr-name {
  color: #254b45;
}
.cid-v29cds3LWr .mbr-role {
  color: #254b45;
}
.cid-v29cds3LWr .mbr-name,
.cid-v29cds3LWr .person-wrapper {
  color: #fdcc27;
}
.cid-v29cds3LWr .mbr-role,
.cid-v29cds3LWr .person-wrapper {
  color: #fdcc27;
}
.cid-v2bxl0AiKf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/harmonia-vegetacao-1-1024x1024.png");
}
.cid-v2bxl0AiKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bxl0AiKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bxl0AiKf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2bxl0AiKf .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-v2bxl0AiKf .container {
    padding: 0 28px;
  }
}
.cid-v2bxl0AiKf .row {
  justify-content: center;
}
.cid-v2bxl0AiKf .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-v2bxl0AiKf .mbr-figure iframe {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2bxl0AiKf .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v2bxl0AiKf .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2bxl0AiKf .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v2bxl0AiKf .mbr-figure .app-video-wrapper::before {
  color: #f2d122;
  text-shadow: none;
}
.cid-v2bxl0AiKf .mbr-section-title {
  color: #ffffff;
}
.cid-v2bB1HyDCN {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-10.jpg");
}
.cid-v2bB1HyDCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bB1HyDCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bB1HyDCN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2bB1HyDCN .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-v2bB1HyDCN .container {
    padding: 0 28px;
  }
}
.cid-v2bB1HyDCN .row {
  justify-content: center;
}
.cid-v2bB1HyDCN .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-v2bB1HyDCN .mbr-figure iframe {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2bB1HyDCN .mbr-figure iframe {
    height: 350px;
  }
}
.cid-v2bB1HyDCN .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-v2bB1HyDCN .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-v2bB1HyDCN .mbr-figure .app-video-wrapper::before {
  color: #f2d122;
  text-shadow: none;
}
.cid-v2bB1HyDCN .mbr-section-title {
  color: #ffffff;
}
.cid-v29cdsYf3Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #154138;
}
.cid-v29cdsYf3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29cdsYf3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v29cdsYf3Q .container {
    padding: 0 16px;
  }
}
.cid-v29cdsYf3Q .row {
  position: relative;
  justify-content: center;
}
.cid-v29cdsYf3Q .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-v29cdsYf3Q .card {
  justify-content: center;
}
.cid-v29cdsYf3Q .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-v29cdsYf3Q .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-v29cdsYf3Q .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v29cdsYf3Q .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-v29cdsYf3Q .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-v29cdsYf3Q .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-v29cdsYf3Q .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-v29cdsYf3Q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-v29cdsYf3Q .nav-wrapper .list {
    display: block;
  }
}
.cid-v29cdsYf3Q .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-v29cdsYf3Q .nav-wrapper .list .item-wrap:hover::before,
.cid-v29cdsYf3Q .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v29cdsYf3Q .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v29cdsYf3Q .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-v29cdsYf3Q .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-v29cdsYf3Q .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v29cdsYf3Q .mbr-copy {
  color: #ffffff;
}
.cid-v29cdsYf3Q .list,
.cid-v29cdsYf3Q .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v29cdsYf3Q .list,
  .cid-v29cdsYf3Q .nav-wrapper {
    text-align: left;
  }
}
