.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: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #291f1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #000000;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fff026 !important;
  border-color: #fff026 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #fff026 !important;
  border-color: #fff026 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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: #291f1e !important;
}
.bg-success {
  background-color: #291f1e !important;
}
.bg-info {
  background-color: #ffed00 !important;
}
.bg-warning {
  background-color: #ffed00 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #291f1e !important;
  border-color: #291f1e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #463534 !important;
  border-color: #463534 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #463534 !important;
  border-color: #463534 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
  color: #000000;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fff133 !important;
  border-color: #fff133 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #fff133 !important;
  border-color: #fff133 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #291f1e !important;
  border-color: #291f1e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #463534 !important;
  border-color: #463534 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #463534 !important;
  border-color: #463534 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
  color: #000000;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fff133 !important;
  border-color: #fff133 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #fff133 !important;
  border-color: #fff133 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #f2e100 !important;
  border-color: #f2e100 !important;
  color: #291f1e !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #291f1e;
  color: #291f1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #291f1e !important;
  border-color: #291f1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f2e100;
  color: #f2e100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9b9000 !important;
  background-color: transparent !important;
  border-color: #9b9000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #f2e100 !important;
  border-color: #f2e100 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffed00;
  color: #ffed00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a89c00 !important;
  background-color: transparent !important;
  border-color: #a89c00 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #291f1e;
  color: #291f1e;
}
.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: #291f1e !important;
  border-color: #291f1e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffed00;
  color: #ffed00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a89c00 !important;
  background-color: transparent !important;
  border-color: #a89c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #291f1e !important;
}
.text-secondary {
  color: #f2e100 !important;
}
.text-success {
  color: #291f1e !important;
}
.text-info {
  color: #ffed00 !important;
}
.text-warning {
  color: #ffed00 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8c8200 !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: #998e00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #998e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #291f1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffed00;
}
.alert-warning {
  background-color: #ffed00;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #291f1e;
  border-color: #291f1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #291f1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcd1d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dcd1d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffbcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffbcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #291f1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #291f1e;
}
/* 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: #291f1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #291f1e;
}
.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: #291f1e;
  border-bottom-color: #291f1e;
}
.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: #291f1e !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: #f2e100 !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='%23291f1e' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #ffffff !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uoFn2sXZFr {
  display: flex;
  padding-top: 165px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-home-1920x1080.jpg");
}
.cid-uoFn2sXZFr .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uoFn2sXZFr .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoFn2sXZFr {
    align-items: center;
  }
  .cid-uoFn2sXZFr .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoFn2sXZFr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoFn2sXZFr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoFn2sXZFr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoFn2sXZFr .content-wrap {
    width: 100%;
  }
}
.cid-uoFn2sXZFr .mbr-section-title {
  text-align: left;
}
.cid-uoFn2sXZFr .mbr-text,
.cid-uoFn2sXZFr .mbr-section-btn {
  text-align: left;
}
.cid-uoWrDn47TI {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbf1d3;
}
.cid-uoWrDn47TI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWrDn47TI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWrDn47TI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoWrDn47TI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoWrDn47TI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uoWrDn47TI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoWrDn47TI .container {
    padding: 0 12px;
  }
}
.cid-uoWrDn47TI .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uoWrDn47TI .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uoWrDn47TI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-uoWrDn47TI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoWrDn47TI .item {
  margin-bottom: 32px;
}
.cid-uoWrDn47TI .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-uoWrDn47TI .item .item-wrapper a {
  display: block;
}
.cid-uoWrDn47TI .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-uoWrDn47TI .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-uoWrDn47TI .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uoWrDn47TI .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-left: 18px;
}
.cid-uoWrDn47TI .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-uoWrDn47TI .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-uoWrDn47TI .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uoWrDn47TI .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uoWrDn47TI .item-title {
  color: #1D1D1F;
}
.cid-uoUMObJc87 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uoUMObJc87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUMObJc87 .container {
  max-width: 1300px;
}
.cid-uoUMObJc87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoUMObJc87 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoUMObJc87 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoUMObJc87 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoUMObJc87 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoUMObJc87 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoUMObJc87 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uoUMObJc87 .mbr-section-title {
  color: #1a1e21;
}
.cid-uoUMObJc87 .mbr-text,
.cid-uoUMObJc87 .mbr-section-btn {
  color: #555555;
}
.cid-uoRJSgthLf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoRJSgthLf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uoRJSgthLf .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uoRJSgthLf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uoRJSgthLf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoRJSgthLf .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uoRJSgthLf .container {
    padding: 0 16px;
  }
}
.cid-uoRJSgthLf .row {
  position: relative;
  padding: 40px 40px ;
  background-color: #ffffff;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uoRJSgthLf .row {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uoRJSgthLf .row {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .cid-uoRJSgthLf .row {
    border-radius: 0;
  }
}
.cid-uoRJSgthLf .row .card {
  padding: 0;
}
.cid-uoRJSgthLf .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uoRJSgthLf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uoRJSgthLf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uoRJSgthLf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoRJSgthLf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-uoRJSgthLf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoRJSgthLf .embla__slide:nth-child(2n) .slide-content {
  background-color: #fbf1d3;
}
.cid-uoRJSgthLf .embla__slide:nth-child(3n) .slide-content {
  background-color: #fbf1d3;
}
.cid-uoRJSgthLf .embla__slide:nth-child(4n) .slide-content {
  background-color: #fbf1d3;
}
.cid-uoRJSgthLf .embla__slide:nth-child(5n) .slide-content {
  background-color: #fbf1d3;
}
.cid-uoRJSgthLf .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 1rem !important;
  padding: 32px 24px;
  background-color: #fbf1d3;
}
.cid-uoRJSgthLf .embla__slide .slide-content .item-content {
  width: 100%;
}
.cid-uoRJSgthLf .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uoRJSgthLf .embla__slide .slide-content .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uoRJSgthLf .embla__slide .slide-content .item-wrapper {
  width: 100%;
  padding: 16px 0 26px;
}
.cid-uoRJSgthLf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uoRJSgthLf .embla__slide .slide-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uoRJSgthLf .embla__button--next,
.cid-uoRJSgthLf .embla__button--prev {
  display: flex;
}
.cid-uoRJSgthLf .embla__button {
  bottom: -1.5rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #291f1e !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uoRJSgthLf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoRJSgthLf .embla__button:hover {
  opacity: .7 !important;
}
.cid-uoRJSgthLf .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uoRJSgthLf .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uoRJSgthLf .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uoRJSgthLf .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uoRJSgthLf .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uoRJSgthLf .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uoRJSgthLf .embla {
  position: relative;
  width: 100%;
}
.cid-uoRJSgthLf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uoRJSgthLf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoRJSgthLf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoRJSgthLf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoRJSgthLf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoRJSgthLf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoRJSgthLf .item-title {
  color: #000000;
}
.cid-uoRJSgthLf .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uoRJSgthLf .item-title,
.cid-uoRJSgthLf .mbr-section-btn {
  text-align: center;
}
.cid-uoQOypwv7Z {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoQOypwv7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQOypwv7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQOypwv7Z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoQOypwv7Z .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoQOypwv7Z .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uoQOypwv7Z .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoQOypwv7Z .container {
    padding: 0 12px;
  }
}
.cid-uoQOypwv7Z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uoQOypwv7Z .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uoQOypwv7Z .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uoQOypwv7Z .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uoQOypwv7Z .mbr-section-title {
  color: #1D1D1F;
}
.cid-uoQOypwv7Z .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uoQOypwv7Z .mbr-section-title,
.cid-uoQOypwv7Z .mbr-section-btn {
  text-align: center;
}
.cid-uoQPmjL6K9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uoQPmjL6K9-2 {
    background-color: #f7f7f7;
}
.cid-uoQPmjL6K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQPmjL6K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQPmjL6K9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoQPmjL6K9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoQPmjL6K9 .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uoQPmjL6K9 img,
.cid-uoQPmjL6K9 .item-img {
  width: 100%;
  object-fit: cover;
}
.cid-uoQPmjL6K9 .content-head {
  max-width: 800px;
}
.cid-uoVi42OkHH {
  display: flex;
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-denuncie-1920x595.jpg");
}
.cid-uoVi42OkHH .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uoVi42OkHH .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoVi42OkHH {
    align-items: center;
  }
  .cid-uoVi42OkHH .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoVi42OkHH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoVi42OkHH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoVi42OkHH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoVi42OkHH .content-wrap {
    width: 100%;
  }
}
.cid-uoVi42OkHH .mbr-section-title {
  text-align: left;
}
.cid-uoVi42OkHH .mbr-text,
.cid-uoVi42OkHH .mbr-section-btn {
  text-align: left;
}
.cid-uoR14l7iXN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uoR14l7iXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR14l7iXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR14l7iXN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uoR14l7iXN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uoR14l7iXN .navbar-brand {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uoR14l7iXN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uoR14l7iXN .list-box {
  width: 100%;
}
.cid-uoR14l7iXN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uoR14l7iXN .list a:hover:before {
  background-position: left !important;
}
.cid-uoR14l7iXN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uoR14l7iXN .news-item {
  width: 100%;
}
.cid-uoR14l7iXN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uoR14l7iXN .news-title {
  color: #303030;
}
.cid-uoR14l7iXN .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #ffffff !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uoR5RI6muu {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-sindicato-1920x672.jpg");
}
.cid-uoR5RI6muu .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uoR5RI6muu .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoR5RI6muu {
    align-items: center;
  }
  .cid-uoR5RI6muu .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoR5RI6muu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoR5RI6muu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoR5RI6muu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoR5RI6muu .content-wrap {
    width: 100%;
  }
}
.cid-uoR5RI6muu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uoR5RI6muu .mbr-text,
.cid-uoR5RI6muu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uoRWR2H45w {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoRWR2H45w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoRWR2H45w .container {
  max-width: 1300px;
}
.cid-uoRWR2H45w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoRWR2H45w .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoRWR2H45w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoRWR2H45w .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoRWR2H45w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoRWR2H45w .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoRWR2H45w .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uoRWR2H45w .mbr-section-title {
  color: #1a1e21;
}
.cid-uoRWR2H45w .mbr-text,
.cid-uoRWR2H45w .mbr-section-btn {
  color: #555555;
}
.cid-uoUIDvbWga {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoUIDvbWga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUIDvbWga .container {
  max-width: 1300px;
}
.cid-uoUIDvbWga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoUIDvbWga .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoUIDvbWga .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoUIDvbWga .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoUIDvbWga .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoUIDvbWga .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uoUIDvbWga .mbr-section-title {
  color: #1a1e21;
}
.cid-uoUIDvbWga .mbr-text,
.cid-uoUIDvbWga .mbr-section-btn {
  color: #555555;
}
.cid-uoV8hfDM9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uoV8hfDM9J .container {
    padding: 0 25px;
  }
}
.cid-uoV8hfDM9J .title-wrapper {
  margin: 25px 0;
}
.cid-uoV8hfDM9J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoV8hfDM9J .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uoV8hfDM9J .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uoV8hfDM9J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoV8hfDM9J .mbr-section-title {
  color: #000000;
}
.cid-uoV8hfDM9J .mbr-section-subtitle {
  color: #000000;
}
.cid-uoV8hfDM9J .mbr-text {
  color: #000000;
}
.cid-uoS1ADchAN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
  position: relative;
}
.cid-uoS1ADchAN::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}
.cid-uoS1ADchAN .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uoS1ADchAN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoS1ADchAN .container {
    padding: 0 25px;
  }
}
.cid-uoS1ADchAN .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uoS1ADchAN .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uoS1ADchAN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uoS1ADchAN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoS1ADchAN .item:focus,
.cid-uoS1ADchAN span:focus {
  outline: none;
}
.cid-uoS1ADchAN .item-wrapper {
  position: relative;
}
.cid-uoS1ADchAN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uoS1ADchAN .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uoS1ADchAN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoS1ADchAN .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uoS1ADchAN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoS1ADchAN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoS1ADchAN .embla__button--next,
.cid-uoS1ADchAN .embla__button--prev {
  display: flex;
}
.cid-uoS1ADchAN .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoS1ADchAN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoS1ADchAN .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uoS1ADchAN .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uoS1ADchAN .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uoS1ADchAN .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uoS1ADchAN .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uoS1ADchAN .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uoS1ADchAN .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uoS1ADchAN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uoS1ADchAN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoS1ADchAN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoS1ADchAN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoS1ADchAN .mbr-section-title {
  color: #1a1e21;
  text-align: center;
}
.cid-uoS1ADchAN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoR14l7iXN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uoR14l7iXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR14l7iXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR14l7iXN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uoR14l7iXN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uoR14l7iXN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uoR14l7iXN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uoR14l7iXN .list-box {
  width: 100%;
}
.cid-uoR14l7iXN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uoR14l7iXN .list a:hover:before {
  background-position: left !important;
}
.cid-uoR14l7iXN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uoR14l7iXN .news-item {
  width: 100%;
}
.cid-uoR14l7iXN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uoR14l7iXN .news-title {
  color: #303030;
}
.cid-uoR14l7iXN .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #ffffff !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uoUOnLbuhD {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-benefcios-1920x595.jpg");
}
.banner-denuncie {
    display: flex;
    padding-top: 250px;
    padding-bottom: 55px;
    background-image: url("../../../assets/images/banner-denuncie.jpg");
  }
.cid-uoUOnLbuhD, .mbr-overlay {
  background-color: #000000;
  /* opacity: 0.4; */
}
.cid-uoUOnLbuhD .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoUOnLbuhD {
    align-items: center;
  }
  .cid-uoUOnLbuhD .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoUOnLbuhD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoUOnLbuhD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoUOnLbuhD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoUOnLbuhD .content-wrap {
    width: 100%;
  }
}
.cid-uoUOnLbuhD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uoUOnLbuhD .mbr-text,
.cid-uoUOnLbuhD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uoUR2ZlTiX {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoUR2ZlTiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUR2ZlTiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoUR2ZlTiX .container {
    padding: 0 16px;
  }
}
.cid-uoUR2ZlTiX .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoUR2ZlTiX .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoUR2ZlTiX .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUR2ZlTiX .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoUR2ZlTiX .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUR2ZlTiX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoUR2ZlTiX .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoUR2ZlTiX .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoUR2ZlTiX .item .item-wrapper:hover .item-img img,
.cid-uoUR2ZlTiX .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoUR2ZlTiX .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoUR2ZlTiX .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoUR2ZlTiX .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uoUR2ZlTiX .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uoUR2ZlTiX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uoUR2ZlTiX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoUR2ZlTiX .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUR2ZlTiX .item-name {
  color: #000000;
}
.cid-uoUR2ZlTiX .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUR2ZlTiX .item-name,
.cid-uoUR2ZlTiX .mbr-section-btn {
  text-align: center;
}
.cid-uoUUy1xMvt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoUUy1xMvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUUy1xMvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoUUy1xMvt .container {
    padding: 0 16px;
  }
}
.cid-uoUUy1xMvt .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoUUy1xMvt .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoUUy1xMvt .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUUy1xMvt .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoUUy1xMvt .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUUy1xMvt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoUUy1xMvt .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoUUy1xMvt .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoUUy1xMvt .item .item-wrapper:hover .item-img img,
.cid-uoUUy1xMvt .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoUUy1xMvt .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoUUy1xMvt .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoUUy1xMvt .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uoUUy1xMvt .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uoUUy1xMvt .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uoUUy1xMvt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoUUy1xMvt .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUUy1xMvt .item-name {
  color: #000000;
}
.cid-uoUUy1xMvt .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUUy1xMvt .item-name,
.cid-uoUUy1xMvt .mbr-section-btn {
  text-align: center;
}
.cid-uoUVKFPfqj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoUVKFPfqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUVKFPfqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoUVKFPfqj .container {
    padding: 0 16px;
  }
}
.cid-uoUVKFPfqj .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoUVKFPfqj .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoUVKFPfqj .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUVKFPfqj .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoUVKFPfqj .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUVKFPfqj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoUVKFPfqj .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoUVKFPfqj .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoUVKFPfqj .item .item-wrapper:hover .item-img img,
.cid-uoUVKFPfqj .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoUVKFPfqj .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoUVKFPfqj .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoUVKFPfqj .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uoUVKFPfqj .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uoUVKFPfqj .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uoUVKFPfqj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoUVKFPfqj .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUVKFPfqj .item-name {
  color: #000000;
}
.cid-uoUVKFPfqj .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUVKFPfqj .item-name,
.cid-uoUVKFPfqj .mbr-section-btn {
  text-align: center;
}
.cid-uoUWQETPT4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoUWQETPT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUWQETPT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoUWQETPT4 .container {
    padding: 0 16px;
  }
}
.cid-uoUWQETPT4 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoUWQETPT4 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoUWQETPT4 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUWQETPT4 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoUWQETPT4 .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoUWQETPT4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoUWQETPT4 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoUWQETPT4 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoUWQETPT4 .item .item-wrapper:hover .item-img img,
.cid-uoUWQETPT4 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoUWQETPT4 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoUWQETPT4 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoUWQETPT4 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uoUWQETPT4 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uoUWQETPT4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uoUWQETPT4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoUWQETPT4 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUWQETPT4 .item-name {
  color: #000000;
}
.cid-uoUWQETPT4 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoUWQETPT4 .item-name,
.cid-uoUWQETPT4 .mbr-section-btn {
  text-align: center;
}
.cid-uoV08TiPkk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoV08TiPkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoV08TiPkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoV08TiPkk .container {
    padding: 0 16px;
  }
}
.cid-uoV08TiPkk .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoV08TiPkk .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoV08TiPkk .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoV08TiPkk .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoV08TiPkk .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoV08TiPkk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoV08TiPkk .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoV08TiPkk .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoV08TiPkk .item .item-wrapper:hover .item-img img,
.cid-uoV08TiPkk .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoV08TiPkk .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoV08TiPkk .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoV08TiPkk .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uoV08TiPkk .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uoV08TiPkk .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uoV08TiPkk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoV08TiPkk .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoV08TiPkk .item-name {
  color: #000000;
}
.cid-uoV08TiPkk .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoV08TiPkk .item-name,
.cid-uoV08TiPkk .mbr-section-btn {
  text-align: center;
}
.cid-uoV23wd5pt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoV23wd5pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoV23wd5pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoV23wd5pt .container {
    padding: 0 16px;
  }
}
.cid-uoV23wd5pt .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoV23wd5pt .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoV23wd5pt .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoV23wd5pt .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoV23wd5pt .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoV23wd5pt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoV23wd5pt .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoV23wd5pt .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoV23wd5pt .item .item-wrapper:hover .item-img img,
.cid-uoV23wd5pt .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoV23wd5pt .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoV23wd5pt .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoV23wd5pt .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uoV23wd5pt .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uoV23wd5pt .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uoV23wd5pt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoV23wd5pt .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoV23wd5pt .item-name {
  color: #000000;
}
.cid-uoV23wd5pt .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoV23wd5pt .item-name,
.cid-uoV23wd5pt .mbr-section-btn {
  text-align: center;
}
.cid-uoV3btX3tR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoV3btX3tR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoV3btX3tR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uoV3btX3tR .container {
    padding: 0 16px;
  }
}
.cid-uoV3btX3tR .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoV3btX3tR .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoV3btX3tR .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoV3btX3tR .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoV3btX3tR .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoV3btX3tR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoV3btX3tR .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoV3btX3tR .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoV3btX3tR .item .item-wrapper:hover .item-img img,
.cid-uoV3btX3tR .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoV3btX3tR .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoV3btX3tR .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoV3btX3tR .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uoV3btX3tR .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uoV3btX3tR .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uoV3btX3tR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoV3btX3tR .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoV3btX3tR .item-name {
  color: #000000;
}
.cid-uoV3btX3tR .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoV3btX3tR .item-name,
.cid-uoV3btX3tR .mbr-section-btn {
  text-align: center;
}
.cid-uoR14l7iXN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uoR14l7iXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR14l7iXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR14l7iXN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uoR14l7iXN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uoR14l7iXN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uoR14l7iXN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uoR14l7iXN .list-box {
  width: 100%;
}
.cid-uoR14l7iXN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uoR14l7iXN .list a:hover:before {
  background-position: left !important;
}
.cid-uoR14l7iXN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uoR14l7iXN .news-item {
  width: 100%;
}
.cid-uoR14l7iXN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uoR14l7iXN .news-title {
  color: #303030;
}
.cid-uoR14l7iXN .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #ffffff !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uoV9Ruk9uJ {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/luta-sindical-diaria-2000x1333.jpg");
}
.cid-uoV9Ruk9uJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uoV9Ruk9uJ .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoV9Ruk9uJ {
    align-items: center;
  }
  .cid-uoV9Ruk9uJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoV9Ruk9uJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoV9Ruk9uJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoV9Ruk9uJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoV9Ruk9uJ .content-wrap {
    width: 100%;
  }
}
.cid-uoV9Ruk9uJ .mbr-section-title {
  text-align: center;
}
.cid-uoV9Ruk9uJ .mbr-text,
.cid-uoV9Ruk9uJ .mbr-section-btn {
  text-align: left;
}
.cid-uoVeCT4OWQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoVeCT4OWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVeCT4OWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVeCT4OWQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoVeCT4OWQ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoVeCT4OWQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uoVeCT4OWQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoVeCT4OWQ .container {
    padding: 0 12px;
  }
}
.cid-uoVeCT4OWQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uoVeCT4OWQ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uoVeCT4OWQ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uoVeCT4OWQ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uoVeCT4OWQ .mbr-section-title {
  color: #1D1D1F;
}
.cid-uoVeCT4OWQ .mbr-text {
  color: #1D1D1F;
}
.cid-uoVeCT4OWQ .mbr-section-title,
.cid-uoVeCT4OWQ .mbr-section-btn {
  text-align: center;
}
.cid-uoVeo2K5aY {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uoVeo2K5aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVeo2K5aY .container {
  max-width: 1300px;
}
.cid-uoVeo2K5aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVeo2K5aY .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoVeo2K5aY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoVeo2K5aY .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoVeo2K5aY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoVeo2K5aY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoVeo2K5aY .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uoVeo2K5aY .mbr-section-title {
  color: #1a1e21;
}
.cid-uoVeo2K5aY .mbr-text,
.cid-uoVeo2K5aY .mbr-section-btn {
  color: #555555;
}
.cid-uoVghurqcN {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-uoVghurqcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVghurqcN .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-uoVghurqcN .container {
    padding: 0 22px;
  }
}
.cid-uoVghurqcN .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoVghurqcN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uoVghurqcN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoVghurqcN .mbr-section-title {
  color: #000000;
}
.cid-uoVghurqcN .mbr-text {
  color: #000000;
}
.cid-uoVgt4uezp {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uoVgt4uezp::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}
.cid-uoVgt4uezp .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uoVgt4uezp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoVgt4uezp .container {
    padding: 0 25px;
  }
}
.cid-uoVgt4uezp .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uoVgt4uezp .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uoVgt4uezp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uoVgt4uezp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoVgt4uezp .item:focus,
.cid-uoVgt4uezp span:focus {
  outline: none;
}
.cid-uoVgt4uezp .item-wrapper {
  position: relative;
}
.cid-uoVgt4uezp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uoVgt4uezp .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uoVgt4uezp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoVgt4uezp .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uoVgt4uezp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoVgt4uezp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoVgt4uezp .embla__button--next,
.cid-uoVgt4uezp .embla__button--prev {
  display: flex;
}
.cid-uoVgt4uezp .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoVgt4uezp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoVgt4uezp .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uoVgt4uezp .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uoVgt4uezp .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uoVgt4uezp .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uoVgt4uezp .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uoVgt4uezp .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uoVgt4uezp .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uoVgt4uezp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uoVgt4uezp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoVgt4uezp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoVgt4uezp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoVgt4uezp .mbr-section-title {
  color: #1a1e21;
  text-align: center;
}
.cid-uoVgt4uezp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoR14l7iXN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uoR14l7iXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoR14l7iXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoR14l7iXN .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uoR14l7iXN .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uoR14l7iXN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uoR14l7iXN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uoR14l7iXN .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uoR14l7iXN .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uoR14l7iXN .list-box {
  width: 100%;
}
.cid-uoR14l7iXN .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uoR14l7iXN .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uoR14l7iXN .list a:hover:before {
  background-position: left !important;
}
.cid-uoR14l7iXN .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uoR14l7iXN .news-item {
  width: 100%;
}
.cid-uoR14l7iXN .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uoR14l7iXN .news-title {
  color: #303030;
}
.cid-uoR14l7iXN .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uoVlZXxV39 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoVlZXxV39 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoVlZXxV39 .btn {
  font-weight: 400;
}
.cid-uoVlZXxV39 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoVlZXxV39 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoVlZXxV39 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoVlZXxV39 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoVlZXxV39 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uoVlZXxV39 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uoVlZXxV39 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uoVlZXxV39 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uoVlZXxV39 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoVlZXxV39 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoVlZXxV39 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uoVlZXxV39 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoVlZXxV39 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uoVlZXxV39 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoVlZXxV39 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoVlZXxV39 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoVlZXxV39 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uoVlZXxV39 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uoVlZXxV39 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uoVlZXxV39 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoVlZXxV39 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uoVlZXxV39 .nav-item:focus,
.cid-uoVlZXxV39 .nav-link:focus {
  outline: none;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoVlZXxV39 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoVlZXxV39 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoVlZXxV39 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoVlZXxV39 .navbar.opened {
  transition: all 0.25s;
}
.cid-uoVlZXxV39 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoVlZXxV39 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoVlZXxV39 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoVlZXxV39 .navbar.collapsed {
  justify-content: center;
}
.cid-uoVlZXxV39 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoVlZXxV39 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoVlZXxV39 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoVlZXxV39 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoVlZXxV39 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar {
    min-height: 72px;
  }
  .cid-uoVlZXxV39 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoVlZXxV39 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoVlZXxV39 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoVlZXxV39 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoVlZXxV39 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoVlZXxV39 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoVlZXxV39 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoVlZXxV39 .dropdown-item.active,
.cid-uoVlZXxV39 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoVlZXxV39 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoVlZXxV39 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoVlZXxV39 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoVlZXxV39 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoVlZXxV39 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoVlZXxV39 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoVlZXxV39 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoVlZXxV39 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoVlZXxV39 .navbar-buttons {
    text-align: left;
  }
}
.cid-uoVlZXxV39 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uoVlZXxV39 .opacityScroll {
  background: #ffffff !important;
}
.cid-uoVlZXxV39 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoVlZXxV39 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoVlZXxV39 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoVlZXxV39 .navbar {
    height: 70px;
  }
  .cid-uoVlZXxV39 .navbar.opened {
    height: auto;
  }
  .cid-uoVlZXxV39 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoVlZXxV39 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoVlZXxV39 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoVlZXxV39 .navbar-brand {
    margin-right: auto;
  }
  .cid-uoVlZXxV39 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uoVlZXxV39 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoVlZXxV39 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uoVlZXxV39 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uoVlZXxV39 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uoVlZZENTp {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/futebol-2-2000x1335.jpg");
}
.cid-uoVlZZENTp .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uoVlZZENTp .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoVlZZENTp {
    align-items: center;
  }
  .cid-uoVlZZENTp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoVlZZENTp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoVlZZENTp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoVlZZENTp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoVlZZENTp .content-wrap {
    width: 100%;
  }
}
.cid-uoVlZZENTp .mbr-section-title {
  text-align: center;
}
.cid-uoVlZZENTp .mbr-text,
.cid-uoVlZZENTp .mbr-section-btn {
  text-align: left;
}
.cid-uoVm011cBE {
  padding-top: 7rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoVm011cBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVm011cBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVm011cBE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoVm011cBE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoVm011cBE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uoVm011cBE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoVm011cBE .container {
    padding: 0 12px;
  }
}
.cid-uoVm011cBE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uoVm011cBE .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uoVm011cBE .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uoVm011cBE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uoVm011cBE .mbr-section-title {
  color: #1D1D1F;
}
.cid-uoVm011cBE .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uoVm011cBE .mbr-section-title,
.cid-uoVm011cBE .mbr-section-btn {
  text-align: center;
}
.cid-uoVm02YPyj {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uoVm02YPyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVm02YPyj .container {
  max-width: 1300px;
}
.cid-uoVm02YPyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVm02YPyj .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoVm02YPyj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoVm02YPyj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoVm02YPyj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoVm02YPyj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoVm02YPyj .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uoVm02YPyj .mbr-section-title {
  color: #1a1e21;
}
.cid-uoVm02YPyj .mbr-text,
.cid-uoVm02YPyj .mbr-section-btn {
  color: #555555;
}
.cid-uoVo3RjqZL {
  padding-top: 7rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-uoVo3RjqZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVo3RjqZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVo3RjqZL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoVo3RjqZL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoVo3RjqZL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uoVo3RjqZL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uoVo3RjqZL .container {
    padding: 0 12px;
  }
}
.cid-uoVo3RjqZL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uoVo3RjqZL .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uoVo3RjqZL .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uoVo3RjqZL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uoVo3RjqZL .mbr-section-title {
  color: #1D1D1F;
}
.cid-uoVo3RjqZL .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uoVo3RjqZL .mbr-section-title,
.cid-uoVo3RjqZL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uoVqENV5ti {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uoVqENV5ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVqENV5ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVqENV5ti .mbr-section-title {
  color: #24262b;
}
.cid-uoVqENV5ti .mbr-section-subtitle {
  color: #24262b;
}
.cid-uoVqENV5ti .mbr-section-btn {
  margin-top: 16px;
}
.cid-uoVp73qlXg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uoVp73qlXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVp73qlXg .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-uoVp73qlXg .container {
    padding: 0 6px;
  }
}
.cid-uoVp73qlXg .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uoVp73qlXg .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uoVp73qlXg .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uoVp73qlXg .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uoVp73qlXg .row {
    padding: 0 30px;
  }
}
.cid-uoVp73qlXg .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uoVp73qlXg .content-wrapper {
  border-top: 1px solid #f7f7f7;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uoVp73qlXg .content-wrapper {
    padding: 22px;
  }
}
.cid-uoVp73qlXg .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoVp73qlXg .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uoVp73qlXg .content-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uoVp73qlXg .content-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uoVp73qlXg .content-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 22px;
  margin-bottom: 0;
  width: 45%;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uoVp73qlXg .content-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uoVp73qlXg .content-wrapper .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoVp73qlXg .content-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-uoVp73qlXg .mbr-section-btn {
  padding-left: 45%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uoVp73qlXg .mbr-section-btn {
    padding: 0;
  }
}
.cid-uoVp73qlXg .card-title {
  color: #131313;
}
.cid-uoVp73qlXg .card-text {
  color: #131313;
}
.cid-uoVm052mfF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uoVm052mfF::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}
.cid-uoVm052mfF .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uoVm052mfF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoVm052mfF .container {
    padding: 0 25px;
  }
}
.cid-uoVm052mfF .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uoVm052mfF .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uoVm052mfF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uoVm052mfF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoVm052mfF .item:focus,
.cid-uoVm052mfF span:focus {
  outline: none;
}
.cid-uoVm052mfF .item-wrapper {
  position: relative;
}
.cid-uoVm052mfF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uoVm052mfF .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uoVm052mfF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoVm052mfF .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uoVm052mfF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoVm052mfF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoVm052mfF .embla__button--next,
.cid-uoVm052mfF .embla__button--prev {
  display: flex;
}
.cid-uoVm052mfF .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoVm052mfF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoVm052mfF .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uoVm052mfF .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uoVm052mfF .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uoVm052mfF .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uoVm052mfF .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uoVm052mfF .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uoVm052mfF .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uoVm052mfF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uoVm052mfF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoVm052mfF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoVm052mfF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoVm052mfF .mbr-section-title {
  color: #1a1e21;
  text-align: center;
}
.cid-uoVm052mfF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoVm06fb1S {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uoVm06fb1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVm06fb1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVm06fb1S .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uoVm06fb1S .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uoVm06fb1S .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uoVm06fb1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uoVm06fb1S .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uoVm06fb1S .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uoVm06fb1S .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uoVm06fb1S .list-box {
  width: 100%;
}
.cid-uoVm06fb1S .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uoVm06fb1S .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uoVm06fb1S .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uoVm06fb1S .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uoVm06fb1S .list a:hover:before {
  background-position: left !important;
}
.cid-uoVm06fb1S .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uoVm06fb1S .news-item {
  width: 100%;
}
.cid-uoVm06fb1S .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uoVm06fb1S .news-title {
  color: #303030;
}
.cid-uoVm06fb1S .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uoVlZXxV39 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoVlZXxV39 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoVlZXxV39 .btn {
  font-weight: 400;
}
.cid-uoVlZXxV39 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoVlZXxV39 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoVlZXxV39 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoVlZXxV39 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoVlZXxV39 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uoVlZXxV39 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uoVlZXxV39 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uoVlZXxV39 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uoVlZXxV39 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoVlZXxV39 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoVlZXxV39 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uoVlZXxV39 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoVlZXxV39 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uoVlZXxV39 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoVlZXxV39 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoVlZXxV39 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoVlZXxV39 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uoVlZXxV39 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uoVlZXxV39 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uoVlZXxV39 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoVlZXxV39 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uoVlZXxV39 .nav-item:focus,
.cid-uoVlZXxV39 .nav-link:focus {
  outline: none;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoVlZXxV39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoVlZXxV39 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoVlZXxV39 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoVlZXxV39 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoVlZXxV39 .navbar.opened {
  transition: all 0.25s;
}
.cid-uoVlZXxV39 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoVlZXxV39 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoVlZXxV39 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoVlZXxV39 .navbar.collapsed {
  justify-content: center;
}
.cid-uoVlZXxV39 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoVlZXxV39 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoVlZXxV39 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoVlZXxV39 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoVlZXxV39 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoVlZXxV39 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar {
    min-height: 72px;
  }
  .cid-uoVlZXxV39 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoVlZXxV39 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoVlZXxV39 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoVlZXxV39 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoVlZXxV39 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoVlZXxV39 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoVlZXxV39 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoVlZXxV39 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoVlZXxV39 .dropdown-item.active,
.cid-uoVlZXxV39 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoVlZXxV39 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoVlZXxV39 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoVlZXxV39 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoVlZXxV39 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoVlZXxV39 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoVlZXxV39 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoVlZXxV39 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoVlZXxV39 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoVlZXxV39 .navbar-buttons {
    text-align: left;
  }
}
.cid-uoVlZXxV39 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoVlZXxV39 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoVlZXxV39 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoVlZXxV39 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uoVlZXxV39 .opacityScroll {
  background: #ffffff !important;
}
.cid-uoVlZXxV39 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoVlZXxV39 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoVlZXxV39 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoVlZXxV39 .navbar {
    height: 70px;
  }
  .cid-uoVlZXxV39 .navbar.opened {
    height: auto;
  }
  .cid-uoVlZXxV39 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoVlZXxV39 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoVlZXxV39 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoVlZXxV39 .navbar-brand {
    margin-right: auto;
  }
  .cid-uoVlZXxV39 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uoVlZXxV39 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoVlZXxV39 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoVlZXxV39 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoVlZXxV39 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoVlZXxV39 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uoVlZXxV39 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uoVlZXxV39 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uoVuasbHDV {
  display: flex;
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-contato-1-1920x595.jpg");
}
.cid-uoVuasbHDV .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uoVuasbHDV .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uoVuasbHDV {
    align-items: center;
  }
  .cid-uoVuasbHDV .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoVuasbHDV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoVuasbHDV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoVuasbHDV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoVuasbHDV .content-wrap {
    width: 100%;
  }
}
.cid-uoVuasbHDV .mbr-section-title {
  text-align: left;
}
.cid-uoVuasbHDV .mbr-text,
.cid-uoVuasbHDV .mbr-section-btn {
  text-align: left;
}
.cid-uoVsVDUFr3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uoVsVDUFr3 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uoVsVDUFr3 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uoVsVDUFr3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uoVsVDUFr3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uoVsVDUFr3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uoVsVDUFr3 .map-placeholder {
  display: none;
}
.cid-uoVsVDUFr3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uoVsVDUFr3 .card {
  padding: 3rem 8rem;
}
.cid-uoVsVDUFr3 .card .mbr-text {
  color: #06182d;
}
.cid-uoVsVDUFr3 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-uoVsVDUFr3 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uoVsVDUFr3 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uoVsVDUFr3 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-uoVsVDUFr3 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-uoVsVDUFr3 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-uoVsVDUFr3 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-uoVsVDUFr3 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uoVsVDUFr3 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uoVsVDUFr3 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-uoVsVDUFr3 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoVsVDUFr3 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-uoVsVDUFr3 .card .form-group {
  padding-right: 0;
}
.cid-uoVsVDUFr3 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uoVsVDUFr3 .card .btn-primary {
  border: 1px solid #291f1e !important;
}
.cid-uoVsVDUFr3 .card .btn-primary:hover {
  border: 1px solid #291f1e !important;
}
@media (max-width: 1200px) {
  .cid-uoVsVDUFr3 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uoVsVDUFr3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uoVsVDUFr3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uoVsVDUFr3 * {
    text-align: center !important;
  }
  .cid-uoVsVDUFr3 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uoVsVDUFr3 .form-group {
    max-width: 180px;
  }
  .cid-uoVsVDUFr3 .card {
    padding: 2rem 1rem;
  }
}
.cid-uoVsVDUFr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVsVDUFr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVsVDUFr3 .card .mbr-section-title {
  color: #291f1e;
}
.cid-uqPaqMNKr6 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
    .cid-uqPaqMNKr6 {
        padding-top: 0px;
    }
}
.cid-uqPaqMNKr6 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uqPaqMNKr6 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uqPaqMNKr6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqPaqMNKr6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqPaqMNKr6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqPaqMNKr6 .map-placeholder {
  display: none;
}
.cid-uqPaqMNKr6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uqPaqMNKr6 .card {
  padding: 3rem 8rem;
}
.cid-uqPaqMNKr6 .card .mbr-text {
  color: #06182d;
}
.cid-uqPaqMNKr6 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-uqPaqMNKr6 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqPaqMNKr6 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uqPaqMNKr6 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-uqPaqMNKr6 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-uqPaqMNKr6 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-uqPaqMNKr6 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-uqPaqMNKr6 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uqPaqMNKr6 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uqPaqMNKr6 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-uqPaqMNKr6 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqPaqMNKr6 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-uqPaqMNKr6 .card .form-group {
  padding-right: 0;
}
.cid-uqPaqMNKr6 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uqPaqMNKr6 .card .btn-primary {
  border: 1px solid #291f1e !important;
}
.cid-uqPaqMNKr6 .card .btn-primary:hover {
  border: 1px solid #291f1e !important;
}
@media (max-width: 1200px) {
  .cid-uqPaqMNKr6 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uqPaqMNKr6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uqPaqMNKr6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uqPaqMNKr6 * {
    text-align: center !important;
  }
  .cid-uqPaqMNKr6 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uqPaqMNKr6 .form-group {
    max-width: 180px;
  }
  .cid-uqPaqMNKr6 .card {
    padding: 2rem 1rem;
  }
}
.cid-uqPaqMNKr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPaqMNKr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPaqMNKr6 .card .mbr-section-title {
  color: #291f1e;
}
.cid-uoVu3sFYNs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoVu3sFYNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVu3sFYNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVu3sFYNs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoVu3sFYNs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoVu3sFYNs .mbr-iconfont {
  font-size: 3rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uoVu3sFYNs img,
.cid-uoVu3sFYNs .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uoVu3sFYNs .content-head {
  max-width: 800px;
}
.cid-uoVm06fb1S {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uoVm06fb1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVm06fb1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVm06fb1S .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uoVm06fb1S .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uoVm06fb1S .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uoVm06fb1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uoVm06fb1S .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uoVm06fb1S .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uoVm06fb1S .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uoVm06fb1S .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uoVm06fb1S .list-box {
  width: 100%;
}
.cid-uoVm06fb1S .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uoVm06fb1S .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uoVm06fb1S .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uoVm06fb1S .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uoVm06fb1S .list a:hover:before {
  background-position: left !important;
}
.cid-uoVm06fb1S .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uoVm06fb1S .news-item {
  width: 100%;
}
.cid-uoVm06fb1S .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uoVm06fb1S .news-title {
  color: #303030;
}
.cid-uoVm06fb1S .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-upj6pXBGYg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upj6pXBGYg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upj6pXBGYg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upj6pXBGYg .btn {
  font-weight: 400;
}
.cid-upj6pXBGYg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upj6pXBGYg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upj6pXBGYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upj6pXBGYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upj6pXBGYg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-upj6pXBGYg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-upj6pXBGYg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-upj6pXBGYg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upj6pXBGYg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upj6pXBGYg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upj6pXBGYg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-upj6pXBGYg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upj6pXBGYg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upj6pXBGYg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upj6pXBGYg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upj6pXBGYg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upj6pXBGYg .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upj6pXBGYg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upj6pXBGYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-upj6pXBGYg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-upj6pXBGYg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upj6pXBGYg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upj6pXBGYg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upj6pXBGYg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-upj6pXBGYg .nav-item:focus,
.cid-upj6pXBGYg .nav-link:focus {
  outline: none;
}
.cid-upj6pXBGYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upj6pXBGYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upj6pXBGYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upj6pXBGYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upj6pXBGYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upj6pXBGYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upj6pXBGYg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upj6pXBGYg .navbar.opened {
  transition: all 0.25s;
}
.cid-upj6pXBGYg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upj6pXBGYg .navbar .navbar-logo img {
  width: auto;
}
.cid-upj6pXBGYg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upj6pXBGYg .navbar.collapsed {
  justify-content: center;
}
.cid-upj6pXBGYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upj6pXBGYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upj6pXBGYg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-upj6pXBGYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upj6pXBGYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upj6pXBGYg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upj6pXBGYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upj6pXBGYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upj6pXBGYg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upj6pXBGYg .navbar {
    min-height: 72px;
  }
  .cid-upj6pXBGYg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upj6pXBGYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upj6pXBGYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upj6pXBGYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upj6pXBGYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upj6pXBGYg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upj6pXBGYg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upj6pXBGYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upj6pXBGYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upj6pXBGYg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upj6pXBGYg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upj6pXBGYg .dropdown-item.active,
.cid-upj6pXBGYg .dropdown-item:active {
  background-color: transparent;
}
.cid-upj6pXBGYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upj6pXBGYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upj6pXBGYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upj6pXBGYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upj6pXBGYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upj6pXBGYg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upj6pXBGYg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upj6pXBGYg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upj6pXBGYg .navbar-buttons {
    text-align: left;
  }
}
.cid-upj6pXBGYg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upj6pXBGYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upj6pXBGYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upj6pXBGYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upj6pXBGYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upj6pXBGYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upj6pXBGYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upj6pXBGYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upj6pXBGYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upj6pXBGYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upj6pXBGYg .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-upj6pXBGYg .opacityScroll {
  background: #ffffff !important;
}
.cid-upj6pXBGYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upj6pXBGYg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upj6pXBGYg .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upj6pXBGYg .navbar {
    height: 70px;
  }
  .cid-upj6pXBGYg .navbar.opened {
    height: auto;
  }
  .cid-upj6pXBGYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upj6pXBGYg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upj6pXBGYg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upj6pXBGYg .navbar-brand {
    margin-right: auto;
  }
  .cid-upj6pXBGYg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-upj6pXBGYg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upj6pXBGYg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upj6pXBGYg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upj6pXBGYg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upj6pXBGYg .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-upj6pXBGYg .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-upj6pXBGYg .navbar-collapse {
    padding: 1rem;
  }
}
#custom-html-3t {
  /* Type valid CSS here */
}
#custom-html-3t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3t p {
  font-size: 60px;
  color: #777;
}

@media(max-width: 767px) {
    .cid-uoR14l7iXN {
        padding-top: 2rem;
     }
}
