@charset "UTF-8";
section {
  background-color: #ffffff;
}

section.cid-veH6pdHwyq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  filter: blur(27px);
  -webkit-filter: blur(27px);
}

section.cid-veoXB4GKVi::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  filter: blur(7px);
  -webkit-filter: blur(7px);
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: League Spartan;
}
.texto-3d-dourado {
  position: relative !important;
  display: block !important;
  font-family: 'League Spartan', sans-serif;
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ad811500 !important;
  /* frente */
  -webkit-text-stroke: 1px #000000 !important;
  letter-spacing: 1px;
}
/* camada de trás (sombra sólida deslocada) */
.texto-3d-dourado::before {
  content: attr(data-text);
  position: absolute !important;
  inset: 0;
  letter-spacing: 1px;
  color: #ad8115 !important;
  /* tom mais escuro atrás */
  -webkit-text-stroke: 1px #ad8115 !important;
  transform: translate(2px, 3px);
  z-index: -1;
}
.texto-3d-dourado2 {
  position: relative !important;
  display: block !important;
  font-family: 'League Spartan', sans-serif;
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #86661a00 !important;
  /* frente */
  -webkit-text-stroke: 1px #000000 !important;
  letter-spacing: 1px;
}
/* camada de trás (sombra sólida deslocada) */
.texto-3d-dourado2::before {
  content: attr(data-text);
  position: absolute !important;
  inset: 0;
  letter-spacing: 1px;
  color: #86661a !important;
  /* tom mais escuro atrás */
  -webkit-text-stroke: 1px #86661a !important;
  transform: translate(2px, 3px);
  z-index: -1;
}
.texto-3d-branco {
  position: relative !important;
  display: block !important;
  font-family: 'TT0205M';
  font-size: 4.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff00 !important;
  /* frente */
  -webkit-text-stroke: 1px #000000 !important;
  letter-spacing: 1px;
}
/* camada de trás (sombra sólida deslocada) */
.texto-3d-branco::before {
  content: attr(data-text);
  position: absolute !important;
  inset: 0;
  letter-spacing: 1px;
  color: #ffffff !important;
  /* tom mais escuro atrás */
  -webkit-text-stroke: 1px #ffffff !important;
  transform: translate(2px, 3px);
  z-index: -1;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
.futura-ebkcnit {
  font-family: 'TT0205M';
  font-size: 4.8rem;
  line-height: 1.3 !important;
}
.futura-ebkcnit > .mbr-iconfont {
  font-size: 4.8rem;
}
.futura-sub {
  font-family: 'TT0205M';
  font-size: 2rem;
  line-height: 1.2;
}
.futura-sub > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .futura-ebkcnit {
    font-size: 3.84rem;
    font-size: calc( 2.52rem + (4.8 - 2.52) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.52rem + (4.8 - 2.52) * ((100vw - 20rem) / (48 - 20))));
  }
  .futura-sub {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.8rem + (5 - 2.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.8rem + (5 - 2.8) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 2.125rem + (3.5 - 2.125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.125rem + (3.5 - 2.125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #86661a !important;
}
.bg-success {
  background-color: #592d05 !important;
}
.bg-info {
  background-color: #4e4e4e !important;
}
.bg-warning {
  background-color: #26382b !important;
}
.bg-danger {
  background-color: #c2111d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #86661a !important;
  border-color: #86661a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #86661a;
}
.btn-primary:hover .mobi-mbri:after,
.btn-primary:focus .mobi-mbri:after,
.btn-primary.focus .mobi-mbri:after,
.btn-primary.active .mobi-mbri:after {
  display: block;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d2f0c !important;
  border-color: #3d2f0c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #000000;
}
.btn-secondary:hover .mobi-mbri:after,
.btn-secondary:focus .mobi-mbri:after,
.btn-secondary.focus .mobi-mbri:after,
.btn-secondary.active .mobi-mbri:after {
  display: block;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4e4e4e !important;
  border-color: #4e4e4e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #4e4e4e;
}
.btn-info:hover .mobi-mbri:after,
.btn-info:focus .mobi-mbri:after,
.btn-info.focus .mobi-mbri:after,
.btn-info.active .mobi-mbri:after {
  display: block;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success,
.btn-success:active {
  background-color: #592d05 !important;
  border-color: #592d05 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #592d05;
}
.btn-success:hover .mobi-mbri:after,
.btn-success:focus .mobi-mbri:after,
.btn-success.focus .mobi-mbri:after,
.btn-success.active .mobi-mbri:after {
  display: block;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #070300 !important;
  border-color: #070300 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #26382b !important;
  border-color: #26382b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #26382b;
}
.btn-warning:hover .mobi-mbri:after,
.btn-warning:focus .mobi-mbri:after,
.btn-warning.focus .mobi-mbri:after,
.btn-warning.active .mobi-mbri:after {
  display: block;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #030403 !important;
  border-color: #030403 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2111d !important;
  border-color: #c2111d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #c2111d;
}
.btn-danger:hover .mobi-mbri:after,
.btn-danger:focus .mobi-mbri:after,
.btn-danger.focus .mobi-mbri:after,
.btn-danger.active .mobi-mbri:after {
  display: block;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #720a11 !important;
  border-color: #720a11 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
  color: #e09e0d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white:hover .mobi-mbri:after,
.btn-white:focus .mobi-mbri:after,
.btn-white.focus .mobi-mbri:after,
.btn-white.active .mobi-mbri:after {
  display: block;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #e09e0d !important;
  background-color: #f9dc9c !important;
  border-color: #f9dc9c !important;
}
.btn-black,
.btn-black:active {
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #1f1d1a;
}
.btn-black:hover .mobi-mbri:after,
.btn-black:focus .mobi-mbri:after,
.btn-black.focus .mobi-mbri:after,
.btn-black.active .mobi-mbri:after {
  display: block;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background-color: #fef9ee !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  border-color: transparent;
  color: #86661a;
}
.btn-primary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #86661a !important;
}
.btn-primary-outline:hover .mobi-mbri:after,
.btn-primary-outline:focus .mobi-mbri:after,
.btn-primary-outline.focus .mobi-mbri:after,
.btn-primary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #86661a !important;
  border-color: #86661a !important;
}
.btn-secondary-outline {
  background-color: #fef9ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
}
.btn-secondary-outline:hover .mobi-mbri:after,
.btn-secondary-outline:focus .mobi-mbri:after,
.btn-secondary-outline.focus .mobi-mbri:after,
.btn-secondary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  background-color: #fef9ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  border-color: transparent;
  color: #4e4e4e;
}
.btn-info-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4e4e4e !important;
}
.btn-info-outline:hover .mobi-mbri:after,
.btn-info-outline:focus .mobi-mbri:after,
.btn-info-outline.focus .mobi-mbri:after,
.btn-info-outline.active .mobi-mbri:after {
  display: block;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4e4e4e !important;
  border-color: #4e4e4e !important;
}
.btn-success-outline {
  background-color: #fef9ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  border-color: transparent;
  color: #592d05;
}
.btn-success-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #592d05 !important;
}
.btn-success-outline:hover .mobi-mbri:after,
.btn-success-outline:focus .mobi-mbri:after,
.btn-success-outline.focus .mobi-mbri:after,
.btn-success-outline.active .mobi-mbri:after {
  display: block;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #592d05 !important;
  border-color: #592d05 !important;
}
.btn-warning-outline {
  background-color: #fef9ee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  border-color: transparent;
  color: #26382b;
}
.btn-warning-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #26382b !important;
}
.btn-warning-outline:hover .mobi-mbri:after,
.btn-warning-outline:focus .mobi-mbri:after,
.btn-warning-outline.focus .mobi-mbri:after,
.btn-warning-outline.active .mobi-mbri:after {
  display: block;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #26382b !important;
  border-color: #26382b !important;
}
.btn-danger-outline {
  background-color: #fef9ee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  border-color: transparent;
  color: #c2111d;
}
.btn-danger-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c2111d !important;
}
.btn-danger-outline:hover .mobi-mbri:after,
.btn-danger-outline:focus .mobi-mbri:after,
.btn-danger-outline.focus .mobi-mbri:after,
.btn-danger-outline.active .mobi-mbri:after {
  display: block;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2111d !important;
  border-color: #c2111d !important;
}
.btn-black-outline {
  background-color: #fef9ee !important;
}
.btn-black-outline,
.btn-black-outline:active {
  border-color: transparent;
  color: #1f1d1a;
}
.btn-black-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #1f1d1a !important;
}
.btn-black-outline:hover .mobi-mbri:after,
.btn-black-outline:focus .mobi-mbri:after,
.btn-black-outline.focus .mobi-mbri:after,
.btn-black-outline.active .mobi-mbri:after {
  display: block;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
}
.btn-white-outline {
  background-color: #fef9ee !important;
}
.btn-white-outline,
.btn-white-outline:active {
  border-color: transparent;
  color: #fef9ee;
}
.btn-white-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fef9ee !important;
}
.btn-white-outline:hover .mobi-mbri:after,
.btn-white-outline:focus .mobi-mbri:after,
.btn-white-outline.focus .mobi-mbri:after,
.btn-white-outline.active .mobi-mbri:after {
  display: block;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #e09e0d !important;
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
}
.text-primary {
  color: #86661a !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #592d05 !important;
}
.text-info {
  color: #4e4e4e !important;
}
.text-warning {
  color: #26382b !important;
}
.text-danger {
  color: #c2111d !important;
}
.text-white {
  color: #FEF9EE !important;
}
.text-black {
  color: #1F1D1A !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: #86661a;
}
.nav-tabs .nav-link:not(.active) {
  color: #1F1D1A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4e4e4e;
}
.alert-warning {
  background-color: #26382b;
}
.alert-danger {
  background-color: #c2111d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #86661a;
  border-color: #86661a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #86661a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbae45;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d26a0c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1c1c1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #90b49a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f1616b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #86661a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #86661a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #86661a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #86661a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #86661a;
  border-bottom-color: #86661a;
}
.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: #86661a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%2386661a' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
  text-decoration-line: underline;
}
.container {
  max-width: 1322px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -40px;
  margin-right: -40px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .row > [class*="col"] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 6px 22px 1px 24px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 9999px;
  text-underline-offset: 4px;
  box-shadow: none !important;
  border: none !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mobi-mbri {
  position: relative;
}
.mbr-section-btn .btn:hover {
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .mbr-section-btn .btn {
    max-width: 150px;
  }
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
}
.mbr-section-btn .btn-white-outline:hover {
  text-decoration-line: none !important;
}
.mbr-section-btn .btn-white-outline .mobi-mbri:after {
  display: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
section {
  overflow: visible;
}
b {
  font-weight: 600 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vdYPkArCwx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vdYPkArCwx .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;
}
.cid-vdYPkArCwx .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vdYPkArCwx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdYPkArCwx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdYPkArCwx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vdYPkArCwx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdYPkArCwx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdYPkArCwx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vdYPkArCwx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vdYPkArCwx .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vdYPkArCwx .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vdYPkArCwx .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vdYPkArCwx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdYPkArCwx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdYPkArCwx .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vdYPkArCwx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdYPkArCwx .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vdYPkArCwx .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vdYPkArCwx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdYPkArCwx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vdYPkArCwx .container,
.cid-vdYPkArCwx .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .container,
  .cid-vdYPkArCwx .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vdYPkArCwx .container,
  .cid-vdYPkArCwx .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vdYPkArCwx .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vdYPkArCwx .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vdYPkArCwx .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vdYPkArCwx .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vdYPkArCwx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vdYPkArCwx .nav-item:focus,
.cid-vdYPkArCwx .nav-link:focus {
  outline: none;
}
.cid-vdYPkArCwx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdYPkArCwx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdYPkArCwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdYPkArCwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdYPkArCwx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdYPkArCwx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdYPkArCwx .navbar {
  min-height: 77px;
  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-vdYPkArCwx .navbar.opened {
  transition: all 0.3s;
}
.cid-vdYPkArCwx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdYPkArCwx .navbar .navbar-logo img {
  width: auto;
}
.cid-vdYPkArCwx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vdYPkArCwx .navbar.collapsed {
  justify-content: center;
}
.cid-vdYPkArCwx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdYPkArCwx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdYPkArCwx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vdYPkArCwx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdYPkArCwx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdYPkArCwx .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-vdYPkArCwx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdYPkArCwx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdYPkArCwx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdYPkArCwx .navbar {
    min-height: 72px;
  }
  .cid-vdYPkArCwx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdYPkArCwx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdYPkArCwx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdYPkArCwx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdYPkArCwx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdYPkArCwx .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-vdYPkArCwx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdYPkArCwx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdYPkArCwx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdYPkArCwx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdYPkArCwx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdYPkArCwx .dropdown-item.active,
.cid-vdYPkArCwx .dropdown-item:active {
  background-color: transparent;
}
.cid-vdYPkArCwx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdYPkArCwx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdYPkArCwx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vdYPkArCwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdYPkArCwx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vdYPkArCwx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdYPkArCwx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdYPkArCwx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .navbar-buttons {
    text-align: left;
  }
}
.cid-vdYPkArCwx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdYPkArCwx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdYPkArCwx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdYPkArCwx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdYPkArCwx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdYPkArCwx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdYPkArCwx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdYPkArCwx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdYPkArCwx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdYPkArCwx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdYPkArCwx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdYPkArCwx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdYPkArCwx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdYPkArCwx .navbar {
    height: 77px;
  }
  .cid-vdYPkArCwx .navbar.opened {
    height: auto;
  }
  .cid-vdYPkArCwx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdYPkArCwx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdYPkArCwx .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdYPkArCwx .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vdYPkArCwx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdYPkArCwx .navbar-brand {
    margin-right: auto;
  }
  .cid-vdYPkArCwx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vdYPkArCwx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vdYPkArCwx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdYPkArCwx .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vdYPkArCwx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdYPkArCwx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdYPkArCwx .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vduvoDSPfE {
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/60anos-banner-fundo-1920x800.webp");
}
.cid-vduvoDSPfE .image-wrap img {
  width: 100%;
  bottom: 80px;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vduvoDSPfE .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vduvoDSPfE div {
  background-position: 88% 48% !important;
}
.cid-veT7SH9lze {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-veT7SH9lze {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-veT7SH9lze .mbr-fallback-image.disabled {
  display: none;
}
.cid-veT7SH9lze .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-veT7SH9lze .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-veT7SH9lze .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-veT7SH9lze .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veT7SH9lze .media-content,
.cid-veT7SH9lze .mbr-figure {
  align-self: center;
}
.cid-veT7SH9lze .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-veT7SH9lze .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-veT7SH9lze .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-veT7SH9lze .mbr-section-maintitle {
  text-align: center;
}
.cid-veT7SH9lze .mbr-section-title {
  text-align: left;
}
.cid-veT7SH9lze .mbr-text,
.cid-veT7SH9lze .mbr-section-btn {
  text-align: left;
}
.cid-vec3Kw2V3q {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vec3Kw2V3q section,
.cid-vec3Kw2V3q #aarticle2-1d.cid-ve7ZzCcAiP {
  z-index: -2 !important;
}
.cid-vec3Kw2V3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vec3Kw2V3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vec3Kw2V3q .row {
  justify-content: flex-start;
}
.cid-vec3Kw2V3q .mbr-section-title {
  color: #ad8115;
  margin-bottom: 0;
  text-align: left;
}
.cid-vec3Kw2V3q .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-t9Fl1qm4By {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
  background-image: url("../../../assets/images/pessoas-mdb.webp");
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t9Fl1qm4By {
    margin-bottom: 4rem;
  }
}
.cid-t9Fl1qm4By #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-t9Fl1qm4By .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9Fl1qm4By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9Fl1qm4By .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-t9Fl1qm4By .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-t9Fl1qm4By .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-t9Fl1qm4By .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-t9Fl1qm4By .card-wrapper {
  width: 100%;
}
.cid-t9Fl1qm4By .card-box {
  width: 100%;
}
.cid-t9Fl1qm4By .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-t9Fl1qm4By .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-t9Fl1qm4By .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-t9Fl1qm4By .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-t9Fl1qm4By .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-t9Fl1qm4By .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-t9Fl1qm4By .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t9Fl1qm4By .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-t9Fl1qm4By .bg-img {
    width: 150%;
  }
}
.cid-t9Fl1qm4By .mbr-text,
.cid-t9Fl1qm4By .mbr-section-btn {
  color: #ffffff;
}
.cid-t9Fl1qm4By .btn-artigo {
  color: #ffffff !important;
  background-color: #ad8115 !important;
  border-radius: 0.7rem;
  margin-bottom: 2rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cid-t9Fl1qm4By .btn-artigo {
    max-width: 110px;
  }
}
.cid-veKLM64aWK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 7rem;
  background-image: url("../../../assets/images/pessoas-mdb.webp");
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-veKLM64aWK {
    margin-bottom: 6rem;
  }
}
.cid-veKLM64aWK #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-veKLM64aWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKLM64aWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKLM64aWK .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veKLM64aWK .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veKLM64aWK .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veKLM64aWK .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veKLM64aWK .card-wrapper {
  width: 100%;
}
.cid-veKLM64aWK .card-box {
  width: 100%;
}
.cid-veKLM64aWK .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veKLM64aWK .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veKLM64aWK .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-veKLM64aWK .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-veKLM64aWK .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-veKLM64aWK .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veKLM64aWK .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-veKLM64aWK .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veKLM64aWK .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veKLM64aWK .bg-img {
    width: 150%;
  }
}
.cid-veKLM64aWK .mbr-text,
.cid-veKLM64aWK .mbr-section-btn {
  color: #ffffff;
}
.cid-veKLM64aWK .btn-artigo {
  color: #ffffff !important;
  background-color: #ad8115 !important;
  border-radius: 0.7rem;
  margin-bottom: 2rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cid-veKLM64aWK .btn-artigo {
    max-width: 110px;
  }
}
.cid-vcOo6dnVTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2d3;
  position: relative;
  overflow: hidden;
}
.cid-vcOo6dnVTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOo6dnVTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOo6dnVTP .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vcOo6dnVTP .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vcOo6dnVTP .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcOo6dnVTP .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vcOo6dnVTP .card-wrapper {
  width: 100%;
}
.cid-vcOo6dnVTP .card-box {
  width: 100%;
}
.cid-vcOo6dnVTP .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vcOo6dnVTP .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vcOo6dnVTP .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-vcOo6dnVTP .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-vcOo6dnVTP .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-vcOo6dnVTP .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-vcOo6dnVTP .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-vcOo6dnVTP .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vcOo6dnVTP .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOo6dnVTP .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffe199;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vcOo6dnVTP .bg-img {
    width: 150%;
  }
}
.cid-vcOo6dnVTP .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811550;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-vcOo6dnVTP .bg-img2 {
    width: 120%;
  }
}
.cid-vcOo7Vw2Ak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edc76d;
  position: relative;
  overflow: hidden;
}
.cid-vcOo7Vw2Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOo7Vw2Ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOo7Vw2Ak .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vcOo7Vw2Ak .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vcOo7Vw2Ak .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcOo7Vw2Ak .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vcOo7Vw2Ak .card-wrapper {
  width: 103%;
}
.cid-vcOo7Vw2Ak .card-box {
  width: 100%;
}
.cid-vcOo7Vw2Ak .card-title {
  color: #1f1d1a;
  margin-bottom: 0;
}
.cid-vcOo7Vw2Ak .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vcOo7Vw2Ak .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vcOo7Vw2Ak .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-vcOo7Vw2Ak .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-vcOo7Vw2Ak .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vcOo7Vw2Ak .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOo7Vw2Ak .bg-img {
  position: absolute;
  width: 100%;
  background-color: #d1ab4e;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-vcOo7Vw2Ak .bg-img {
    width: 150%;
  }
}
.cid-vcOo7Vw2Ak .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-vcOo7Vw2Ak .bg-img-1b {
  left: 0;
  bottom: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vcOo7Vw2Ak .bg-img-1b {
    width: 120%;
  }
}
.cid-vcOo7Vw2Ak .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-vcOo7Vw2Ak .bg-img-2b {
  top: 0;
  right: 0;
  transform: translateY(-25%) translateX(36%);
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811550;
}
@media (max-width: 767px) {
  .cid-vcOo7Vw2Ak .bg-img-2b {
    width: 120%;
  }
}
.cid-vcOo7Vw2Ak .mbr-text,
.cid-vcOo7Vw2Ak .mbr-section-btn {
  color: #1f1d1a;
}
.cid-vcOoao0BY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedb4;
  position: relative;
  overflow: hidden;
}
.cid-vcOoao0BY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOoao0BY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOoao0BY6 .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vcOoao0BY6 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vcOoao0BY6 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcOoao0BY6 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vcOoao0BY6 .card-wrapper {
  width: 100%;
}
.cid-vcOoao0BY6 .card-box {
  width: 100%;
}
.cid-vcOoao0BY6 .card-title {
  color: #592d05;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcOoao0BY6 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vcOoao0BY6 .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vcOoao0BY6 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (max-width: 767px) {
  .cid-vcOoao0BY6 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-vcOoao0BY6 .img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.cid-vcOoao0BY6 .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vcOoao0BY6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOoao0BY6 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fed243;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-vcOoao0BY6 .bg-img {
    width: 150%;
  }
}
.cid-vcOoao0BY6 .bg-img-2 {
  left: 0;
  top: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(-52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vcOoao0BY6 .bg-img-2 {
    width: 120%;
  }
}
.cid-vdz8sOzKax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2d3;
  position: relative;
  overflow: hidden;
}
.cid-vdz8sOzKax .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdz8sOzKax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdz8sOzKax .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdz8sOzKax .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdz8sOzKax .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdz8sOzKax .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdz8sOzKax .card-wrapper {
  width: 100%;
}
.cid-vdz8sOzKax .card-box {
  width: 100%;
}
.cid-vdz8sOzKax .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vdz8sOzKax .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdz8sOzKax .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-vdz8sOzKax .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-vdz8sOzKax .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-vdz8sOzKax .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-vdz8sOzKax .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-vdz8sOzKax .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-vdz8sOzKax .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdz8sOzKax .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdz8sOzKax .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffe199;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vdz8sOzKax .bg-img {
    width: 150%;
  }
}
.cid-vdz8sOzKax .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811550;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(-36%);
}
@media (max-width: 767px) {
  .cid-vdz8sOzKax .bg-img2 {
    width: 120%;
  }
}
.cid-vdz8uT3GSt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edc76d;
  position: relative;
  overflow: hidden;
}
.cid-vdz8uT3GSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdz8uT3GSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdz8uT3GSt .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdz8uT3GSt .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdz8uT3GSt .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdz8uT3GSt .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .cid-vdz8uT3GSt .col-text {
    order: -1;
  }
}
.cid-vdz8uT3GSt .card-wrapper {
  width: 103%;
}
.cid-vdz8uT3GSt .card-box {
  width: 100%;
}
.cid-vdz8uT3GSt .card-title {
  color: #1f1d1a;
  margin-bottom: 0;
}
.cid-vdz8uT3GSt .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdz8uT3GSt .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdz8uT3GSt .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-vdz8uT3GSt .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-vdz8uT3GSt .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdz8uT3GSt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdz8uT3GSt .bg-img {
  position: absolute;
  width: 100%;
  background-color: #d1ab4e;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-vdz8uT3GSt .bg-img {
    width: 150%;
  }
}
.cid-vdz8uT3GSt .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-vdz8uT3GSt .bg-img-1b {
  left: 0;
  bottom: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdz8uT3GSt .bg-img-1b {
    width: 120%;
  }
}
.cid-vdz8uT3GSt .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-vdz8uT3GSt .bg-img-2b {
  top: 0;
  right: 0;
  transform: translateY(-25%) translateX(-36%);
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811550;
}
@media (max-width: 767px) {
  .cid-vdz8uT3GSt .bg-img-2b {
    width: 120%;
  }
}
.cid-vdz8uT3GSt .mbr-text,
.cid-vdz8uT3GSt .mbr-section-btn {
  color: #1f1d1a;
}
.cid-vdz8vKR5iB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedb4;
  position: relative;
  overflow: hidden;
}
.cid-vdz8vKR5iB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdz8vKR5iB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdz8vKR5iB .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdz8vKR5iB .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdz8vKR5iB .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdz8vKR5iB .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdz8vKR5iB .card-wrapper {
  width: 100%;
}
.cid-vdz8vKR5iB .card-box {
  width: 100%;
}
.cid-vdz8vKR5iB .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vdz8vKR5iB .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdz8vKR5iB .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdz8vKR5iB .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (min-width: 768px) {
  .cid-vdz8vKR5iB .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-vdz8vKR5iB .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-vdz8vKR5iB .img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.cid-vdz8vKR5iB .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdz8vKR5iB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdz8vKR5iB .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fed243;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-vdz8vKR5iB .bg-img {
    width: 150%;
  }
}
.cid-vdz8vKR5iB .bg-img-2 {
  left: 0;
  top: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(-52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdz8vKR5iB .bg-img-2 {
    width: 120%;
  }
}
.cid-vdzcZx4SOv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2d3;
  position: relative;
  overflow: hidden;
}
.cid-vdzcZx4SOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzcZx4SOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzcZx4SOv .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzcZx4SOv .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzcZx4SOv .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzcZx4SOv .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzcZx4SOv .card-wrapper {
  width: 100%;
}
.cid-vdzcZx4SOv .card-box {
  width: 100%;
}
.cid-vdzcZx4SOv .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vdzcZx4SOv .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzcZx4SOv .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-vdzcZx4SOv .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-vdzcZx4SOv .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-vdzcZx4SOv .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-vdzcZx4SOv .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-vdzcZx4SOv .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzcZx4SOv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzcZx4SOv .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffe199;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vdzcZx4SOv .bg-img {
    width: 150%;
  }
}
.cid-vdzcZx4SOv .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-vdzcZx4SOv .bg-img2 {
    width: 120%;
  }
}
.cid-vdzd0hYVg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edc76d;
  position: relative;
  overflow: hidden;
}
.cid-vdzd0hYVg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzd0hYVg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzd0hYVg1 .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzd0hYVg1 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzd0hYVg1 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzd0hYVg1 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzd0hYVg1 .card-wrapper {
  width: 103%;
}
.cid-vdzd0hYVg1 .card-box {
  width: 100%;
}
.cid-vdzd0hYVg1 .card-title {
  color: #1f1d1a;
  margin-bottom: 0;
}
.cid-vdzd0hYVg1 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzd0hYVg1 .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdzd0hYVg1 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-vdzd0hYVg1 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-vdzd0hYVg1 .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzd0hYVg1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzd0hYVg1 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #d1ab4e;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-vdzd0hYVg1 .bg-img {
    width: 150%;
  }
}
.cid-vdzd0hYVg1 .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-vdzd0hYVg1 .bg-img-1b {
  left: 0;
  bottom: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdzd0hYVg1 .bg-img-1b {
    width: 120%;
  }
}
.cid-vdzd0hYVg1 .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-vdzd0hYVg1 .bg-img-2b {
  top: 0;
  right: 0;
  transform: translateY(-25%) translateX(36%);
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
}
@media (max-width: 767px) {
  .cid-vdzd0hYVg1 .bg-img-2b {
    width: 120%;
  }
}
.cid-vdzd0hYVg1 .mbr-text,
.cid-vdzd0hYVg1 .mbr-section-btn {
  color: #1f1d1a;
}
.cid-vdzd11vNtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedb4;
  position: relative;
  overflow: hidden;
}
.cid-vdzd11vNtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzd11vNtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzd11vNtg .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzd11vNtg .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzd11vNtg .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzd11vNtg .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzd11vNtg .card-wrapper {
  width: 100%;
}
.cid-vdzd11vNtg .card-box {
  width: 100%;
}
.cid-vdzd11vNtg .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vdzd11vNtg .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzd11vNtg .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdzd11vNtg .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (max-width: 767px) {
  .cid-vdzd11vNtg .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-vdzd11vNtg .img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.cid-vdzd11vNtg .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzd11vNtg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzd11vNtg .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fed243;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-vdzd11vNtg .bg-img {
    width: 150%;
  }
}
.cid-vdzd11vNtg .bg-img-2 {
  left: 0;
  top: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(-52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdzd11vNtg .bg-img-2 {
    width: 120%;
  }
}
.cid-vdzfeuYr3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2d3;
  position: relative;
  overflow: hidden;
}
.cid-vdzfeuYr3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzfeuYr3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzfeuYr3V .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzfeuYr3V .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzfeuYr3V .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzfeuYr3V .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzfeuYr3V .card-wrapper {
  width: 100%;
}
.cid-vdzfeuYr3V .card-box {
  width: 100%;
}
.cid-vdzfeuYr3V .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vdzfeuYr3V .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzfeuYr3V .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-vdzfeuYr3V .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-vdzfeuYr3V .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-vdzfeuYr3V .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-vdzfeuYr3V .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-vdzfeuYr3V .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-vdzfeuYr3V .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzfeuYr3V .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzfeuYr3V .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffe199;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vdzfeuYr3V .bg-img {
    width: 150%;
  }
}
.cid-vdzfeuYr3V .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811550;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(-36%);
}
@media (max-width: 767px) {
  .cid-vdzfeuYr3V .bg-img2 {
    width: 120%;
  }
}
.cid-vdzffMkUmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edc76d;
  position: relative;
  overflow: hidden;
}
.cid-vdzffMkUmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzffMkUmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzffMkUmM .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzffMkUmM .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzffMkUmM .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzffMkUmM .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .cid-vdzffMkUmM .col-text {
    order: -1;
  }
}
.cid-vdzffMkUmM .card-wrapper {
  width: 103%;
}
.cid-vdzffMkUmM .card-box {
  width: 100%;
}
.cid-vdzffMkUmM .card-title {
  color: #1f1d1a;
  margin-bottom: 0;
}
.cid-vdzffMkUmM .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzffMkUmM .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdzffMkUmM .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-vdzffMkUmM .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-vdzffMkUmM .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzffMkUmM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzffMkUmM .bg-img {
  position: absolute;
  width: 100%;
  background-color: #d1ab4e;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-vdzffMkUmM .bg-img {
    width: 150%;
  }
}
.cid-vdzffMkUmM .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-vdzffMkUmM .bg-img-1b {
  left: 0;
  bottom: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdzffMkUmM .bg-img-1b {
    width: 120%;
  }
}
.cid-vdzffMkUmM .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-vdzffMkUmM .bg-img-2b {
  top: 0;
  right: 0;
  transform: translateY(-25%) translateX(-36%);
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811550;
}
@media (max-width: 767px) {
  .cid-vdzffMkUmM .bg-img-2b {
    width: 120%;
  }
}
.cid-vdzffMkUmM .mbr-text,
.cid-vdzffMkUmM .mbr-section-btn {
  color: #1f1d1a;
}
.cid-vdzfrgpBXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedb4;
  position: relative;
  overflow: hidden;
}
.cid-vdzfrgpBXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzfrgpBXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzfrgpBXT .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzfrgpBXT .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzfrgpBXT .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzfrgpBXT .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzfrgpBXT .card-wrapper {
  width: 100%;
}
.cid-vdzfrgpBXT .card-box {
  width: 100%;
}
.cid-vdzfrgpBXT .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vdzfrgpBXT .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzfrgpBXT .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdzfrgpBXT .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (min-width: 768px) {
  .cid-vdzfrgpBXT .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-vdzfrgpBXT .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-vdzfrgpBXT .img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.cid-vdzfrgpBXT .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzfrgpBXT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzfrgpBXT .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fed243;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-vdzfrgpBXT .bg-img {
    width: 150%;
  }
}
.cid-vdzfrgpBXT .bg-img-2 {
  left: 0;
  top: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(-52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdzfrgpBXT .bg-img-2 {
    width: 120%;
  }
}
.cid-vdzguH0zum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2d3;
  position: relative;
  overflow: hidden;
}
.cid-vdzguH0zum .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzguH0zum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzguH0zum .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzguH0zum .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzguH0zum .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzguH0zum .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzguH0zum .card-wrapper {
  width: 100%;
}
.cid-vdzguH0zum .card-box {
  width: 100%;
}
.cid-vdzguH0zum .card-title {
  color: #592d05;
  margin-bottom: 0;
  text-align: left;
}
.cid-vdzguH0zum .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzguH0zum .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-vdzguH0zum .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-vdzguH0zum .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-vdzguH0zum .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-vdzguH0zum .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-vdzguH0zum .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzguH0zum .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzguH0zum .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffe199;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vdzguH0zum .bg-img {
    width: 150%;
  }
}
.cid-vdzguH0zum .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-vdzguH0zum .bg-img2 {
    width: 120%;
  }
}
.cid-vdzgxheQ7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edc76d;
  position: relative;
  overflow: hidden;
}
.cid-vdzgxheQ7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzgxheQ7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzgxheQ7A .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzgxheQ7A .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzgxheQ7A .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzgxheQ7A .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzgxheQ7A .card-wrapper {
  width: 103%;
}
.cid-vdzgxheQ7A .card-box {
  width: 100%;
}
.cid-vdzgxheQ7A .card-title {
  color: #1f1d1a;
  margin-bottom: 0;
}
.cid-vdzgxheQ7A .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzgxheQ7A .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdzgxheQ7A .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-vdzgxheQ7A .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-vdzgxheQ7A .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzgxheQ7A .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzgxheQ7A .bg-img {
  position: absolute;
  width: 100%;
  background-color: #d1ab4e;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-vdzgxheQ7A .bg-img {
    width: 150%;
  }
}
.cid-vdzgxheQ7A .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-vdzgxheQ7A .bg-img-1b {
  left: 0;
  bottom: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdzgxheQ7A .bg-img-1b {
    width: 120%;
  }
}
.cid-vdzgxheQ7A .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-vdzgxheQ7A .bg-img-2b {
  top: 0;
  right: 0;
  transform: translateY(-25%) translateX(36%);
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
}
@media (max-width: 767px) {
  .cid-vdzgxheQ7A .bg-img-2b {
    width: 120%;
  }
}
.cid-vdzgxheQ7A .mbr-text,
.cid-vdzgxheQ7A .mbr-section-btn {
  color: #1f1d1a;
}
.cid-vdzgyaEtT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedb4;
  position: relative;
  overflow: hidden;
}
.cid-vdzgyaEtT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzgyaEtT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzgyaEtT4 .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vdzgyaEtT4 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vdzgyaEtT4 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vdzgyaEtT4 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vdzgyaEtT4 .card-wrapper {
  width: 100%;
}
.cid-vdzgyaEtT4 .card-box {
  width: 100%;
}
.cid-vdzgyaEtT4 .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vdzgyaEtT4 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vdzgyaEtT4 .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vdzgyaEtT4 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (max-width: 767px) {
  .cid-vdzgyaEtT4 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-vdzgyaEtT4 .img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.cid-vdzgyaEtT4 .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vdzgyaEtT4 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdzgyaEtT4 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fed243;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-vdzgyaEtT4 .bg-img {
    width: 150%;
  }
}
.cid-vdzgyaEtT4 .bg-img-2 {
  left: 0;
  top: 0;
  width: 36%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: #ad811580;
  transform: translateY(-52%) translateX(-78%);
}
@media (max-width: 767px) {
  .cid-vdzgyaEtT4 .bg-img-2 {
    width: 120%;
  }
}
#custom-html-bx {
  /* Type valid CSS here */
}
#custom-html-bx div {
  padding-top: 5rem;
  padding-bottom: 4rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  #custom-html-bx div {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#custom-html-bx p {
  font-size: 60px;
  color: #777;
}
.cid-veApgezHUY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veApgezHUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veApgezHUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veApgezHUY .row {
  justify-content: flex-start;
}
.cid-veApgezHUY .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veApgezHUY .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veApgezHUY .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veApgezHUY .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-ve7ZzB6nBl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ve7ZzB6nBl .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;
}
.cid-ve7ZzB6nBl .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-ve7ZzB6nBl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ve7ZzB6nBl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ve7ZzB6nBl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-ve7ZzB6nBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve7ZzB6nBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve7ZzB6nBl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ve7ZzB6nBl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-ve7ZzB6nBl .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-ve7ZzB6nBl .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-ve7ZzB6nBl .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-ve7ZzB6nBl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ve7ZzB6nBl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ve7ZzB6nBl .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-ve7ZzB6nBl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ve7ZzB6nBl .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-ve7ZzB6nBl .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-ve7ZzB6nBl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ve7ZzB6nBl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-ve7ZzB6nBl .container,
.cid-ve7ZzB6nBl .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .container,
  .cid-ve7ZzB6nBl .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-ve7ZzB6nBl .container,
  .cid-ve7ZzB6nBl .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-ve7ZzB6nBl .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-ve7ZzB6nBl .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-ve7ZzB6nBl .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-ve7ZzB6nBl .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-ve7ZzB6nBl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-ve7ZzB6nBl .nav-item:focus,
.cid-ve7ZzB6nBl .nav-link:focus {
  outline: none;
}
.cid-ve7ZzB6nBl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve7ZzB6nBl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve7ZzB6nBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve7ZzB6nBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve7ZzB6nBl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve7ZzB6nBl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve7ZzB6nBl .navbar {
  min-height: 77px;
  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-ve7ZzB6nBl .navbar.opened {
  transition: all 0.3s;
}
.cid-ve7ZzB6nBl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve7ZzB6nBl .navbar .navbar-logo img {
  width: auto;
}
.cid-ve7ZzB6nBl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ve7ZzB6nBl .navbar.collapsed {
  justify-content: center;
}
.cid-ve7ZzB6nBl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve7ZzB6nBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve7ZzB6nBl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ve7ZzB6nBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve7ZzB6nBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve7ZzB6nBl .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-ve7ZzB6nBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve7ZzB6nBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve7ZzB6nBl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ve7ZzB6nBl .navbar {
    min-height: 72px;
  }
  .cid-ve7ZzB6nBl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ve7ZzB6nBl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve7ZzB6nBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve7ZzB6nBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve7ZzB6nBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve7ZzB6nBl .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-ve7ZzB6nBl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve7ZzB6nBl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ve7ZzB6nBl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve7ZzB6nBl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve7ZzB6nBl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ve7ZzB6nBl .dropdown-item.active,
.cid-ve7ZzB6nBl .dropdown-item:active {
  background-color: transparent;
}
.cid-ve7ZzB6nBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve7ZzB6nBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve7ZzB6nBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-ve7ZzB6nBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ve7ZzB6nBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-ve7ZzB6nBl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ve7ZzB6nBl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve7ZzB6nBl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .navbar-buttons {
    text-align: left;
  }
}
.cid-ve7ZzB6nBl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve7ZzB6nBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ve7ZzB6nBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve7ZzB6nBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve7ZzB6nBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve7ZzB6nBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve7ZzB6nBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve7ZzB6nBl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve7ZzB6nBl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve7ZzB6nBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve7ZzB6nBl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ve7ZzB6nBl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve7ZzB6nBl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ve7ZzB6nBl .navbar {
    height: 77px;
  }
  .cid-ve7ZzB6nBl .navbar.opened {
    height: auto;
  }
  .cid-ve7ZzB6nBl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ve7ZzB6nBl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ve7ZzB6nBl .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-ve7ZzB6nBl .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-ve7ZzB6nBl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ve7ZzB6nBl .navbar-brand {
    margin-right: auto;
  }
  .cid-ve7ZzB6nBl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-ve7ZzB6nBl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ve7ZzB6nBl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ve7ZzB6nBl .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-ve7ZzB6nBl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ve7ZzB6nBl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ve7ZzB6nBl .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vehJI1T9Tl {
  padding-top: 8rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/19.03.6420-20marcha20da20famc3adlia20arquivo20estadc3a3o-2000x1507.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-vehJI1T9Tl {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-vehJI1T9Tl {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-vehJI1T9Tl {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-vehJI1T9Tl {
    min-height: 610px;
  }
}
.cid-vehJI1T9Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehJI1T9Tl .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehJI1T9Tl .row {
  justify-content: flex-start;
}
.cid-vehJI1T9Tl .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-vehJI1T9Tl .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-vehJI1T9Tl .mbr-text {
  color: #FEF9EE;
}
.cid-vehJI1T9Tl .mbr-class {
  z-index: 11;
}
.cid-vebLxujPkA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vebLxujPkA .mbr-section-subtitle {
  text-align: left;
}
.cid-vebLc2kdLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vebLc2kdLH .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vebLc2kdLH .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-ve7ZzCcAiP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-ve7ZzCcAiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7ZzCcAiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve7ZzCcAiP .row {
  justify-content: flex-start;
}
.cid-ve7ZzCcAiP .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-ve7ZzCcAiP .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vebVvJ2Jjh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vebVvJ2Jjh .mbr-section-subtitle {
  text-align: left;
}
.cid-vedzQJznNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/19.03.6420-20marcha20da20famc3adlia20arquivo20estadc3a3o-2000x1507.webp");
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vedzQJznNJ {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-vedzQJznNJ #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-vedzQJznNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vedzQJznNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vedzQJznNJ .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vedzQJznNJ .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vedzQJznNJ .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vedzQJznNJ .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vedzQJznNJ .card-wrapper {
  width: 100%;
}
.cid-vedzQJznNJ .card-box {
  width: 100%;
}
.cid-vedzQJznNJ .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vedzQJznNJ .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vedzQJznNJ .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vedzQJznNJ .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-vedzQJznNJ .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17% 2% 17%;
  }
}
.cid-vedzQJznNJ .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vedzQJznNJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vedzQJznNJ .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vedzQJznNJ .bg-img {
    width: 150%;
  }
}
.cid-vedzQJznNJ .mbr-text,
.cid-vedzQJznNJ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vebQNFpj9q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vebQNFpj9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebQNFpj9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebQNFpj9q .row {
  justify-content: flex-start;
}
.cid-vebQNFpj9q .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vebQNFpj9q .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vebW2g6Ngh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vebW2g6Ngh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebW2g6Ngh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vebW2g6Ngh .row {
  justify-content: flex-start;
}
.cid-vebW2g6Ngh .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vebW2g6Ngh .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetp7a5j2M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vetp7a5j2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetp7a5j2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetp7a5j2M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vetp7a5j2M .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vetp7a5j2M .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetp7a5j2M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetp7a5j2M .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetp7a5j2M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetp7a5j2M .carousel-control,
.cid-vetp7a5j2M .close {
  background: #1b1b1b;
}
.cid-vetp7a5j2M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetp7a5j2M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetp7a5j2M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetp7a5j2M .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetp7a5j2M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetp7a5j2M .close::before {
  content: '\e91a';
}
.cid-vetp7a5j2M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetp7a5j2M .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetp7a5j2M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetp7a5j2M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetp7a5j2M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetp7a5j2M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetp7a5j2M .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetp7a5j2M .carousel-indicators li.active,
.cid-vetp7a5j2M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetp7a5j2M .carousel-indicators li::after,
.cid-vetp7a5j2M .carousel-indicators li::before {
  content: none;
}
.cid-vetp7a5j2M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetp7a5j2M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetp7a5j2M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetp7a5j2M .carousel-indicators {
    display: none;
  }
}
.cid-vetp7a5j2M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetp7a5j2M .carousel-inner > .active {
  display: block;
}
.cid-vetp7a5j2M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetp7a5j2M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetp7a5j2M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetp7a5j2M .carousel-control,
  .cid-vetp7a5j2M .carousel-indicators,
  .cid-vetp7a5j2M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetp7a5j2M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetp7a5j2M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetp7a5j2M .carousel-indicators .active,
.cid-vetp7a5j2M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetp7a5j2M .carousel-indicators .active {
  background: #fff;
}
.cid-vetp7a5j2M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetp7a5j2M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetp7a5j2M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetp7a5j2M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetp7a5j2M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetp7a5j2M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetp7a5j2M .carousel {
  width: 100%;
}
.cid-vetp7a5j2M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetp7a5j2M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetp7a5j2M .modal.fade .modal-dialog,
.cid-vetp7a5j2M .modal.in .modal-dialog {
  transform: none;
}
.cid-vetp7a5j2M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetp7a5j2M H6 {
  text-align: center;
}
.cid-vetp7a5j2M .centrado {
  margin-left: auto !important;
  margin-right: auto !important;
}
.cid-vedEMlUrFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vedEMlUrFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vedEMlUrFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vedEMlUrFS .row {
  justify-content: flex-start;
}
.cid-vedEMlUrFS .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vedEMlUrFS .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vebL06Txzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vebL06Txzf .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vebL06Txzf .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veArG733ae {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veArG733ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-veArG733ae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veArG733ae .row {
  justify-content: flex-start;
}
.cid-veArG733ae .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veArG733ae .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veArG733ae .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veArG733ae .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vedGlCp6O5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vedGlCp6O5 .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;
}
.cid-vedGlCp6O5 .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vedGlCp6O5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vedGlCp6O5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vedGlCp6O5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vedGlCp6O5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vedGlCp6O5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vedGlCp6O5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vedGlCp6O5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vedGlCp6O5 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vedGlCp6O5 .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vedGlCp6O5 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vedGlCp6O5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vedGlCp6O5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vedGlCp6O5 .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vedGlCp6O5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vedGlCp6O5 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vedGlCp6O5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vedGlCp6O5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vedGlCp6O5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vedGlCp6O5 .container,
.cid-vedGlCp6O5 .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .container,
  .cid-vedGlCp6O5 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vedGlCp6O5 .container,
  .cid-vedGlCp6O5 .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vedGlCp6O5 .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vedGlCp6O5 .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vedGlCp6O5 .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vedGlCp6O5 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vedGlCp6O5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vedGlCp6O5 .nav-item:focus,
.cid-vedGlCp6O5 .nav-link:focus {
  outline: none;
}
.cid-vedGlCp6O5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vedGlCp6O5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vedGlCp6O5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vedGlCp6O5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vedGlCp6O5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vedGlCp6O5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vedGlCp6O5 .navbar {
  min-height: 77px;
  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-vedGlCp6O5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vedGlCp6O5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vedGlCp6O5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vedGlCp6O5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vedGlCp6O5 .navbar.collapsed {
  justify-content: center;
}
.cid-vedGlCp6O5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vedGlCp6O5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vedGlCp6O5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vedGlCp6O5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vedGlCp6O5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vedGlCp6O5 .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-vedGlCp6O5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vedGlCp6O5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vedGlCp6O5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vedGlCp6O5 .navbar {
    min-height: 72px;
  }
  .cid-vedGlCp6O5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vedGlCp6O5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vedGlCp6O5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vedGlCp6O5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vedGlCp6O5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vedGlCp6O5 .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-vedGlCp6O5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vedGlCp6O5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vedGlCp6O5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vedGlCp6O5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vedGlCp6O5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vedGlCp6O5 .dropdown-item.active,
.cid-vedGlCp6O5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vedGlCp6O5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vedGlCp6O5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vedGlCp6O5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vedGlCp6O5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vedGlCp6O5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vedGlCp6O5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vedGlCp6O5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vedGlCp6O5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .navbar-buttons {
    text-align: left;
  }
}
.cid-vedGlCp6O5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vedGlCp6O5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vedGlCp6O5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vedGlCp6O5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vedGlCp6O5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vedGlCp6O5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vedGlCp6O5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vedGlCp6O5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vedGlCp6O5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vedGlCp6O5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vedGlCp6O5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vedGlCp6O5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vedGlCp6O5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vedGlCp6O5 .navbar {
    height: 77px;
  }
  .cid-vedGlCp6O5 .navbar.opened {
    height: auto;
  }
  .cid-vedGlCp6O5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vedGlCp6O5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vedGlCp6O5 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vedGlCp6O5 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vedGlCp6O5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vedGlCp6O5 .navbar-brand {
    margin-right: auto;
  }
  .cid-vedGlCp6O5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vedGlCp6O5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vedGlCp6O5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vedGlCp6O5 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vedGlCp6O5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vedGlCp6O5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vedGlCp6O5 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vehJWMuQAk {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/3c2ba20encontro20do20mdb20em20lagessc20-206.4.1968-2000x1526.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-vehJWMuQAk {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-vehJWMuQAk {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-vehJWMuQAk {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-vehJWMuQAk {
    min-height: 610px;
  }
}
.cid-vehJWMuQAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehJWMuQAk .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehJWMuQAk .row {
  justify-content: flex-start;
}
.cid-vehJWMuQAk .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-vehJWMuQAk .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-vehJWMuQAk .mbr-text {
  color: #FEF9EE;
}
.cid-vehJWMuQAk .mbr-class {
  z-index: 11;
}
.cid-vedGlDCrOu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vedGlDCrOu .mbr-section-subtitle {
  text-align: left;
}
.cid-vedRfhf5Gs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vedRfhf5Gs .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vedRfhf5Gs .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-vedGlEnLpt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vedGlEnLpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vedGlEnLpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vedGlEnLpt .row {
  justify-content: flex-start;
}
.cid-vedGlEnLpt .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vedGlEnLpt .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetlAMg1kn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vetlAMg1kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetlAMg1kn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetlAMg1kn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vetlAMg1kn .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vetlAMg1kn .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetlAMg1kn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetlAMg1kn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetlAMg1kn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetlAMg1kn .carousel-control,
.cid-vetlAMg1kn .close {
  background: #1b1b1b;
}
.cid-vetlAMg1kn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetlAMg1kn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetlAMg1kn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetlAMg1kn .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetlAMg1kn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetlAMg1kn .close::before {
  content: '\e91a';
}
.cid-vetlAMg1kn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetlAMg1kn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetlAMg1kn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetlAMg1kn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetlAMg1kn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetlAMg1kn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetlAMg1kn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetlAMg1kn .carousel-indicators li.active,
.cid-vetlAMg1kn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetlAMg1kn .carousel-indicators li::after,
.cid-vetlAMg1kn .carousel-indicators li::before {
  content: none;
}
.cid-vetlAMg1kn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetlAMg1kn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetlAMg1kn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetlAMg1kn .carousel-indicators {
    display: none;
  }
}
.cid-vetlAMg1kn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetlAMg1kn .carousel-inner > .active {
  display: block;
}
.cid-vetlAMg1kn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetlAMg1kn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetlAMg1kn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetlAMg1kn .carousel-control,
  .cid-vetlAMg1kn .carousel-indicators,
  .cid-vetlAMg1kn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetlAMg1kn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetlAMg1kn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetlAMg1kn .carousel-indicators .active,
.cid-vetlAMg1kn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetlAMg1kn .carousel-indicators .active {
  background: #fff;
}
.cid-vetlAMg1kn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetlAMg1kn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetlAMg1kn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetlAMg1kn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetlAMg1kn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetlAMg1kn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetlAMg1kn .carousel {
  width: 100%;
}
.cid-vetlAMg1kn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetlAMg1kn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetlAMg1kn .modal.fade .modal-dialog,
.cid-vetlAMg1kn .modal.in .modal-dialog {
  transform: none;
}
.cid-vetlAMg1kn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetlAMg1kn H6 {
  text-align: center;
}
.cid-vedGlFPEGm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vedGlFPEGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vedGlFPEGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vedGlFPEGm .row {
  justify-content: flex-start;
}
.cid-vedGlFPEGm .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vedGlFPEGm .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vedNtx2Jb9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vedNtx2Jb9 blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fed243;
  margin-bottom: 0px;
}
.cid-vedNtx2Jb9 div,
.cid-vedNtx2Jb9 .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.cid-vedGlGgSks {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vedGlGgSks .mbr-fallback-image.disabled {
  display: none;
}
.cid-vedGlGgSks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vedGlGgSks .row {
  justify-content: flex-start;
}
.cid-vedGlGgSks .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vedGlGgSks .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veIN0dmTMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/reunio-do-mdb-com-presena-de-oscar-passos-presidente-mdb-nacional.webp");
}
.cid-veIN0dmTMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIN0dmTMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIN0dmTMw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veIN0dmTMw .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veIN0dmTMw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-veIN0dmTMw .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-veIN0dmTMw .container {
    padding: 0 16px;
  }
}
.cid-veIN0dmTMw .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #c5b58d;
  border-bottom: 1px solid #c5b58d;
}
@media (max-width: 992px) {
  .cid-veIN0dmTMw .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-veIN0dmTMw .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veIN0dmTMw .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #faf5e8;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-veIN0dmTMw .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #c5b58d;
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-veIN0dmTMw .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-veIN0dmTMw .mbr-section-title {
  color: #ffffff;
}
.cid-veIN0dmTMw .card-title {
  color: #000000;
}
.cid-veIN0dmTMw .card-text {
  color: #000000;
}
.cid-veIN0dmTMw .card-title,
.cid-veIN0dmTMw .item-wrapper {
  color: #8c7b1b;
}
.cid-vehXrazlIB {
  margin-top: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-vehXrazlIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vehXrazlIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vehXrazlIB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vehXrazlIB .team-card:hover {
  transform: translateY(-10px);
}
.cid-vehXrazlIB .card-wrap {
  background: #f1e5c8;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-vehXrazlIB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vehXrazlIB .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 2rem;
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  .cid-vehXrazlIB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vehXrazlIB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vehXrazlIB .social-row {
  text-align: center;
}
.cid-vehXrazlIB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vehXrazlIB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vehXrazlIB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vehXrazlIB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vehXrazlIB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vehXrazlIB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vehXrazlIB .embla__button--next,
.cid-vehXrazlIB .embla__button--prev {
  display: flex;
}
.cid-vehXrazlIB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vehXrazlIB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vehXrazlIB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vehXrazlIB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vehXrazlIB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vehXrazlIB .embla__button {
    top: auto;
  }
}
.cid-vehXrazlIB .embla {
  position: relative;
  width: 100%;
}
.cid-vehXrazlIB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vehXrazlIB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vehXrazlIB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vehXrazlIB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vehXrazlIB .mbr-role,
.cid-vehXrazlIB .social-row {
  color: #86661a;
}
.cid-vehXrazlIB .linha-oculta {
  visibility: hidden;
}
.cid-vehXrazlIB .mbr-section-title {
  color: #1f1d1a;
}
.cid-vedGlH9pZd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vedGlH9pZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vedGlH9pZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vedGlH9pZd .row {
  justify-content: flex-start;
}
.cid-vedGlH9pZd .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vedGlH9pZd .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veim3PZ5sp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdb66;
  position: relative;
  overflow: hidden;
}
.cid-veim3PZ5sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veim3PZ5sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veim3PZ5sp .col-text {
  position: relative;
  width: 33vw;
}
@media (max-width: 991px) {
  .cid-veim3PZ5sp .col-text {
    width: 65vw;
  }
}
@media (max-width: 767px) {
  .cid-veim3PZ5sp .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-veim3PZ5sp .col-text {
    width: 100%;
  }
}
.cid-veim3PZ5sp .text-wrap {
  position: relative;
  z-index: 3;
  padding: 5%;
}
@media (max-width: 767px) {
  .cid-veim3PZ5sp .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-veim3PZ5sp .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.cid-veim3PZ5sp .mbr-section-title {
  color: #181817;
  opacity: 0.8;
}
.cid-veim3PZ5sp .mbr-section-subtitle {
  color: #181817;
}
.cid-veim3PZ5sp .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-veim3PZ5sp .mbr-section-btn {
  margin-top: 1rem;
}
.cid-veim3PZ5sp .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffedb4;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-veim3PZ5sp .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-veim3PZ5sp .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-veinEDcjso {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veinEDcjso .mbr-fallback-image.disabled {
  display: none;
}
.cid-veinEDcjso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veinEDcjso .row {
  justify-content: flex-start;
}
.cid-veinEDcjso .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veinEDcjso .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoc4twHXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veoc4twHXw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veoc4twHXw .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veoc4twHXw .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKIiZvveJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKIiZvveJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKIiZvveJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKIiZvveJ .row {
  justify-content: flex-start;
}
.cid-veKIiZvveJ .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKIiZvveJ .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKIiZvveJ .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKIiZvveJ .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-velOeqSZPe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-velOeqSZPe .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;
}
.cid-velOeqSZPe .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-velOeqSZPe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-velOeqSZPe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-velOeqSZPe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-velOeqSZPe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-velOeqSZPe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-velOeqSZPe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-velOeqSZPe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-velOeqSZPe .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-velOeqSZPe .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-velOeqSZPe .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-velOeqSZPe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-velOeqSZPe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-velOeqSZPe .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-velOeqSZPe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-velOeqSZPe .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-velOeqSZPe .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-velOeqSZPe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-velOeqSZPe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-velOeqSZPe .container,
.cid-velOeqSZPe .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .container,
  .cid-velOeqSZPe .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-velOeqSZPe .container,
  .cid-velOeqSZPe .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-velOeqSZPe .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-velOeqSZPe .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-velOeqSZPe .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-velOeqSZPe .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-velOeqSZPe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-velOeqSZPe .nav-item:focus,
.cid-velOeqSZPe .nav-link:focus {
  outline: none;
}
.cid-velOeqSZPe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-velOeqSZPe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-velOeqSZPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-velOeqSZPe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-velOeqSZPe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-velOeqSZPe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-velOeqSZPe .navbar {
  min-height: 77px;
  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-velOeqSZPe .navbar.opened {
  transition: all 0.3s;
}
.cid-velOeqSZPe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-velOeqSZPe .navbar .navbar-logo img {
  width: auto;
}
.cid-velOeqSZPe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-velOeqSZPe .navbar.collapsed {
  justify-content: center;
}
.cid-velOeqSZPe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-velOeqSZPe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-velOeqSZPe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-velOeqSZPe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-velOeqSZPe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-velOeqSZPe .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-velOeqSZPe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-velOeqSZPe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-velOeqSZPe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-velOeqSZPe .navbar {
    min-height: 72px;
  }
  .cid-velOeqSZPe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-velOeqSZPe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-velOeqSZPe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-velOeqSZPe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-velOeqSZPe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-velOeqSZPe .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-velOeqSZPe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-velOeqSZPe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-velOeqSZPe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-velOeqSZPe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-velOeqSZPe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-velOeqSZPe .dropdown-item.active,
.cid-velOeqSZPe .dropdown-item:active {
  background-color: transparent;
}
.cid-velOeqSZPe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-velOeqSZPe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-velOeqSZPe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-velOeqSZPe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-velOeqSZPe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-velOeqSZPe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-velOeqSZPe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-velOeqSZPe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .navbar-buttons {
    text-align: left;
  }
}
.cid-velOeqSZPe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-velOeqSZPe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-velOeqSZPe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-velOeqSZPe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-velOeqSZPe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-velOeqSZPe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-velOeqSZPe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-velOeqSZPe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-velOeqSZPe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-velOeqSZPe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-velOeqSZPe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-velOeqSZPe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-velOeqSZPe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-velOeqSZPe .navbar {
    height: 77px;
  }
  .cid-velOeqSZPe .navbar.opened {
    height: auto;
  }
  .cid-velOeqSZPe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-velOeqSZPe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-velOeqSZPe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-velOeqSZPe .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-velOeqSZPe .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-velOeqSZPe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-velOeqSZPe .navbar-brand {
    margin-right: auto;
  }
  .cid-velOeqSZPe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-velOeqSZPe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-velOeqSZPe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-velOeqSZPe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-velOeqSZPe .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-velOeqSZPe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-velOeqSZPe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-velOeqSZPe .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-velOerrpjx {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/capa-cassacoes-1920x1396.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-velOerrpjx {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-velOerrpjx {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-velOerrpjx {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-velOerrpjx {
    min-height: 610px;
  }
}
.cid-velOerrpjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-velOerrpjx .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velOerrpjx .row {
  justify-content: flex-start;
}
.cid-velOerrpjx .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-velOerrpjx .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-velOerrpjx .mbr-text {
  color: #FEF9EE;
}
.cid-velOerrpjx .mbr-class {
  z-index: 11;
}
.cid-velOesLLJQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-velOesLLJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-velOesLLJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-velOesLLJQ .row {
  justify-content: flex-start;
}
.cid-velOesLLJQ .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-velOesLLJQ .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemtf6iws5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vemtf6iws5 blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-vemtf6iws5 div,
.cid-vemtf6iws5 .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-vemtf6iws5 .mbr-text {
  text-align: left;
}
.cid-vem4N2aYr4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vem4N2aYr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vem4N2aYr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vem4N2aYr4 .row {
  justify-content: flex-start;
}
.cid-vem4N2aYr4 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vem4N2aYr4 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemqu9ublI {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #838383;
}
.cid-vemqu9ublI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemqu9ublI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemqu9ublI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vemqu9ublI .team-card:hover {
  transform: translateY(-10px);
}
.cid-vemqu9ublI .card-wrap {
  background: #1f1d1a;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-vemqu9ublI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vemqu9ublI .card-wrap .image-wrap img {
  border-radius: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vemqu9ublI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vemqu9ublI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vemqu9ublI .social-row {
  text-align: center;
}
.cid-vemqu9ublI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vemqu9ublI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vemqu9ublI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vemqu9ublI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vemqu9ublI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-vemqu9ublI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vemqu9ublI .embla__button--next,
.cid-vemqu9ublI .embla__button--prev {
  display: flex;
}
.cid-vemqu9ublI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vemqu9ublI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vemqu9ublI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vemqu9ublI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemqu9ublI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vemqu9ublI .embla__button {
    top: auto;
  }
}
.cid-vemqu9ublI .embla {
  position: relative;
  width: 100%;
}
.cid-vemqu9ublI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vemqu9ublI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vemqu9ublI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vemqu9ublI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vemqu9ublI .mbr-role,
.cid-vemqu9ublI .social-row {
  color: #e3c99d;
}
.cid-vemqu9ublI .mbr-section-title {
  color: #ffffff;
}
.cid-verc2tOdlg {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-verc2tOdlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-verc2tOdlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verc2tOdlg .row {
  justify-content: flex-start;
}
.cid-verc2tOdlg .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-verc2tOdlg .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-velOetQp4h {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-velOetQp4h blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #e3c99d;
  margin-bottom: 0px;
}
.cid-velOetQp4h div,
.cid-velOetQp4h .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-velOetQp4h .mbr-text {
  text-align: left;
}
.cid-veJrNNfuHu {
  margin-bottom: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/foto-fundo02.webp");
}
.cid-veJrNNfuHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJrNNfuHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJrNNfuHu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJrNNfuHu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veJrNNfuHu .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-veJrNNfuHu .content-head {
  max-width: 800px;
}
.cid-veJrNNfuHu .mbr-section-title {
  color: #fed243;
}
.cid-veJrNNfuHu .card-title {
  color: #ffffff;
}
.cid-veJrNNfuHu .card-text {
  color: #ffffff;
}
.cid-veJrNNfuHu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veKdelJIRM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/foto-fundo01-2000x822.webp");
}
.cid-veKdelJIRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKdelJIRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKdelJIRM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veKdelJIRM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veKdelJIRM .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-veKdelJIRM .content-head {
  max-width: 800px;
}
.cid-veKdelJIRM .mbr-section-title {
  color: #fed243;
}
.cid-veKdelJIRM .card-title {
  color: #ffffff;
}
.cid-veKdelJIRM .card-text {
  color: #ffffff;
}
.cid-veKdelJIRM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veocfcSwVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veocfcSwVt .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veocfcSwVt .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veocfcSwVt .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKIZ3s60Y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKIZ3s60Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKIZ3s60Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKIZ3s60Y .row {
  justify-content: flex-start;
}
.cid-veKIZ3s60Y .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKIZ3s60Y .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKIZ3s60Y .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKIZ3s60Y .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vemvaaBVNQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vemvaaBVNQ .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;
}
.cid-vemvaaBVNQ .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vemvaaBVNQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vemvaaBVNQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vemvaaBVNQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vemvaaBVNQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vemvaaBVNQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vemvaaBVNQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vemvaaBVNQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vemvaaBVNQ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vemvaaBVNQ .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vemvaaBVNQ .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vemvaaBVNQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vemvaaBVNQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vemvaaBVNQ .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vemvaaBVNQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vemvaaBVNQ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vemvaaBVNQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vemvaaBVNQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vemvaaBVNQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vemvaaBVNQ .container,
.cid-vemvaaBVNQ .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .container,
  .cid-vemvaaBVNQ .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vemvaaBVNQ .container,
  .cid-vemvaaBVNQ .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vemvaaBVNQ .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vemvaaBVNQ .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vemvaaBVNQ .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vemvaaBVNQ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vemvaaBVNQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vemvaaBVNQ .nav-item:focus,
.cid-vemvaaBVNQ .nav-link:focus {
  outline: none;
}
.cid-vemvaaBVNQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vemvaaBVNQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vemvaaBVNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vemvaaBVNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vemvaaBVNQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vemvaaBVNQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vemvaaBVNQ .navbar {
  min-height: 77px;
  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-vemvaaBVNQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vemvaaBVNQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vemvaaBVNQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vemvaaBVNQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vemvaaBVNQ .navbar.collapsed {
  justify-content: center;
}
.cid-vemvaaBVNQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vemvaaBVNQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vemvaaBVNQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vemvaaBVNQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vemvaaBVNQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vemvaaBVNQ .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-vemvaaBVNQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vemvaaBVNQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vemvaaBVNQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vemvaaBVNQ .navbar {
    min-height: 72px;
  }
  .cid-vemvaaBVNQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vemvaaBVNQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vemvaaBVNQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vemvaaBVNQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vemvaaBVNQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vemvaaBVNQ .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-vemvaaBVNQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vemvaaBVNQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vemvaaBVNQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vemvaaBVNQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vemvaaBVNQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vemvaaBVNQ .dropdown-item.active,
.cid-vemvaaBVNQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vemvaaBVNQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vemvaaBVNQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vemvaaBVNQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vemvaaBVNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vemvaaBVNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vemvaaBVNQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vemvaaBVNQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vemvaaBVNQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vemvaaBVNQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vemvaaBVNQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vemvaaBVNQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vemvaaBVNQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vemvaaBVNQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vemvaaBVNQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vemvaaBVNQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vemvaaBVNQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vemvaaBVNQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vemvaaBVNQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vemvaaBVNQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vemvaaBVNQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vemvaaBVNQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vemvaaBVNQ .navbar {
    height: 77px;
  }
  .cid-vemvaaBVNQ .navbar.opened {
    height: auto;
  }
  .cid-vemvaaBVNQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vemvaaBVNQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vemvaaBVNQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vemvaaBVNQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vemvaaBVNQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vemvaaBVNQ .navbar-brand {
    margin-right: auto;
  }
  .cid-vemvaaBVNQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vemvaaBVNQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vemvaaBVNQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vemvaaBVNQ .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vemvaaBVNQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vemvaaBVNQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vemvaaBVNQ .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vemvPhe31Q {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/foto203boldrini-1700x1388.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-vemvPhe31Q {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-vemvPhe31Q {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-vemvPhe31Q {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-vemvPhe31Q {
    min-height: 610px;
  }
}
.cid-vemvPhe31Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemvPhe31Q .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemvPhe31Q .row {
  justify-content: flex-start;
}
.cid-vemvPhe31Q .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-vemvPhe31Q .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-vemvPhe31Q .mbr-text {
  color: #FEF9EE;
}
.cid-vemvPhe31Q .mbr-class {
  z-index: 11;
}
.cid-vemvacrWww {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemvacrWww .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemvacrWww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemvacrWww .row {
  justify-content: flex-start;
}
.cid-vemvacrWww .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vemvacrWww .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemvadqoFx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pele70-fifa-95-foto20-2020fifa.com-620x390.webp");
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vemvadqoFx {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-vemvadqoFx #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-vemvadqoFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemvadqoFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemvadqoFx .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vemvadqoFx .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vemvadqoFx .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vemvadqoFx .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vemvadqoFx .card-wrapper {
  width: 100%;
}
.cid-vemvadqoFx .card-box {
  width: 100%;
}
.cid-vemvadqoFx .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vemvadqoFx .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vemvadqoFx .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-vemvadqoFx .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-vemvadqoFx .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17% 2% 17%;
  }
}
.cid-vemvadqoFx .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10%;
  overflow: hidden;
}
.cid-vemvadqoFx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vemvadqoFx .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vemvadqoFx .bg-img {
    width: 150%;
  }
}
.cid-vemvadqoFx .mbr-text,
.cid-vemvadqoFx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vemyk6neA8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemyk6neA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemyk6neA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemyk6neA8 .row {
  justify-content: flex-start;
}
.cid-vemyk6neA8 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vemyk6neA8 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemyPXH4Yb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vemyPXH4Yb blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-vemyPXH4Yb div,
.cid-vemyPXH4Yb .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-vemyPXH4Yb .mbr-text {
  text-align: left;
}
.cid-vemvae0IBm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemvae0IBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemvae0IBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemvae0IBm .row {
  justify-content: flex-start;
}
.cid-vemvae0IBm .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vemvae0IBm .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemBdJe23z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vemBdJe23z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemBdJe23z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemBdJe23z .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-vemBdJe23z .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vemBdJe23z .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vemBdJe23z .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vemBdJe23z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vemBdJe23z .carousel-control,
.cid-vemBdJe23z .close {
  background: #1b1b1b;
}
.cid-vemBdJe23z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vemBdJe23z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vemBdJe23z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vemBdJe23z .carousel-control-next span {
  margin-left: 5px;
}
.cid-vemBdJe23z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vemBdJe23z .close::before {
  content: '\e91a';
}
.cid-vemBdJe23z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vemBdJe23z .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vemBdJe23z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemBdJe23z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vemBdJe23z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vemBdJe23z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vemBdJe23z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vemBdJe23z .carousel-indicators li.active,
.cid-vemBdJe23z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vemBdJe23z .carousel-indicators li::after,
.cid-vemBdJe23z .carousel-indicators li::before {
  content: none;
}
.cid-vemBdJe23z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vemBdJe23z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vemBdJe23z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vemBdJe23z .carousel-indicators {
    display: none;
  }
}
.cid-vemBdJe23z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vemBdJe23z .carousel-inner > .active {
  display: block;
}
.cid-vemBdJe23z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemBdJe23z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vemBdJe23z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vemBdJe23z .carousel-control,
  .cid-vemBdJe23z .carousel-indicators,
  .cid-vemBdJe23z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vemBdJe23z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vemBdJe23z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vemBdJe23z .carousel-indicators .active,
.cid-vemBdJe23z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vemBdJe23z .carousel-indicators .active {
  background: #fff;
}
.cid-vemBdJe23z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vemBdJe23z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vemBdJe23z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vemBdJe23z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vemBdJe23z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vemBdJe23z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vemBdJe23z .carousel {
  width: 100%;
}
.cid-vemBdJe23z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vemBdJe23z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vemBdJe23z .modal.fade .modal-dialog,
.cid-vemBdJe23z .modal.in .modal-dialog {
  transform: none;
}
.cid-vemBdJe23z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vemBdJe23z H6 {
  text-align: center;
}
.cid-veocoSznhN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veocoSznhN .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veocoSznhN .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veocoSznhN .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKJ6jCPOt {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKJ6jCPOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKJ6jCPOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKJ6jCPOt .row {
  justify-content: flex-start;
}
.cid-veKJ6jCPOt .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKJ6jCPOt .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKJ6jCPOt .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKJ6jCPOt .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vemDjNb1xt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vemDjNb1xt .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;
}
.cid-vemDjNb1xt .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vemDjNb1xt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vemDjNb1xt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vemDjNb1xt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vemDjNb1xt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vemDjNb1xt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vemDjNb1xt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vemDjNb1xt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vemDjNb1xt .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vemDjNb1xt .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vemDjNb1xt .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vemDjNb1xt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vemDjNb1xt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vemDjNb1xt .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vemDjNb1xt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vemDjNb1xt .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vemDjNb1xt .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vemDjNb1xt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vemDjNb1xt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vemDjNb1xt .container,
.cid-vemDjNb1xt .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .container,
  .cid-vemDjNb1xt .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vemDjNb1xt .container,
  .cid-vemDjNb1xt .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vemDjNb1xt .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vemDjNb1xt .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vemDjNb1xt .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vemDjNb1xt .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vemDjNb1xt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vemDjNb1xt .nav-item:focus,
.cid-vemDjNb1xt .nav-link:focus {
  outline: none;
}
.cid-vemDjNb1xt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vemDjNb1xt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vemDjNb1xt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vemDjNb1xt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vemDjNb1xt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vemDjNb1xt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vemDjNb1xt .navbar {
  min-height: 77px;
  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-vemDjNb1xt .navbar.opened {
  transition: all 0.3s;
}
.cid-vemDjNb1xt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vemDjNb1xt .navbar .navbar-logo img {
  width: auto;
}
.cid-vemDjNb1xt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vemDjNb1xt .navbar.collapsed {
  justify-content: center;
}
.cid-vemDjNb1xt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vemDjNb1xt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vemDjNb1xt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vemDjNb1xt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vemDjNb1xt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vemDjNb1xt .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-vemDjNb1xt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vemDjNb1xt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vemDjNb1xt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vemDjNb1xt .navbar {
    min-height: 72px;
  }
  .cid-vemDjNb1xt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vemDjNb1xt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vemDjNb1xt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vemDjNb1xt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vemDjNb1xt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vemDjNb1xt .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-vemDjNb1xt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vemDjNb1xt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vemDjNb1xt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vemDjNb1xt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vemDjNb1xt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vemDjNb1xt .dropdown-item.active,
.cid-vemDjNb1xt .dropdown-item:active {
  background-color: transparent;
}
.cid-vemDjNb1xt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vemDjNb1xt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vemDjNb1xt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vemDjNb1xt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vemDjNb1xt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vemDjNb1xt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vemDjNb1xt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vemDjNb1xt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .navbar-buttons {
    text-align: left;
  }
}
.cid-vemDjNb1xt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vemDjNb1xt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vemDjNb1xt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vemDjNb1xt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vemDjNb1xt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vemDjNb1xt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vemDjNb1xt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vemDjNb1xt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vemDjNb1xt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vemDjNb1xt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vemDjNb1xt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vemDjNb1xt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vemDjNb1xt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vemDjNb1xt .navbar {
    height: 77px;
  }
  .cid-vemDjNb1xt .navbar.opened {
    height: auto;
  }
  .cid-vemDjNb1xt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vemDjNb1xt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vemDjNb1xt .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vemDjNb1xt .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vemDjNb1xt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vemDjNb1xt .navbar-brand {
    margin-right: auto;
  }
  .cid-vemDjNb1xt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vemDjNb1xt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vemDjNb1xt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vemDjNb1xt .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vemDjNb1xt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vemDjNb1xt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vemDjNb1xt .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vemDjNJmgp {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/foto320-20topo5-2000x1356.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-vemDjNJmgp {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-vemDjNJmgp {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-vemDjNJmgp {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-vemDjNJmgp {
    min-height: 610px;
  }
}
.cid-vemDjNJmgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemDjNJmgp .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemDjNJmgp .row {
  justify-content: flex-start;
}
.cid-vemDjNJmgp .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-vemDjNJmgp .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-vemDjNJmgp .mbr-text {
  color: #FEF9EE;
}
.cid-vemDjNJmgp .mbr-class {
  z-index: 11;
}
.cid-vemDjOdnS5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemDjOdnS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemDjOdnS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemDjOdnS5 .row {
  justify-content: flex-start;
}
.cid-vemDjOdnS5 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vemDjOdnS5 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemEIDDwAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vemEIDDwAT .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vemEIDDwAT .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-vemDjP56pt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemDjP56pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemDjP56pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemDjP56pt .row {
  justify-content: flex-start;
}
.cid-vemDjP56pt .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vemDjP56pt .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemDjPWQmK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemDjPWQmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemDjPWQmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemDjPWQmK .row {
  justify-content: flex-start;
}
.cid-vemDjPWQmK .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vemDjPWQmK .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vers6xthUw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vers6xthUw blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-vers6xthUw div,
.cid-vers6xthUw .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-vers6xthUw .mbr-text {
  text-align: left;
}
.cid-vey6THKmCY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vey6THKmCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vey6THKmCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vey6THKmCY .item {
  padding-bottom: 2rem;
}
.cid-vey6THKmCY .item-wrapper {
  border-radius: 3rem;
  height: 100%;
  position: relative;
}
.cid-vey6THKmCY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vey6THKmCY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vey6THKmCY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vey6THKmCY .carousel-control,
.cid-vey6THKmCY .close {
  background: #1b1b1b;
}
.cid-vey6THKmCY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vey6THKmCY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vey6THKmCY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vey6THKmCY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vey6THKmCY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vey6THKmCY .close::before {
  content: '\e91a';
}
.cid-vey6THKmCY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vey6THKmCY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vey6THKmCY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vey6THKmCY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vey6THKmCY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vey6THKmCY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vey6THKmCY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vey6THKmCY .carousel-indicators li.active,
.cid-vey6THKmCY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vey6THKmCY .carousel-indicators li::after,
.cid-vey6THKmCY .carousel-indicators li::before {
  content: none;
}
.cid-vey6THKmCY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vey6THKmCY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vey6THKmCY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vey6THKmCY .carousel-indicators {
    display: none;
  }
}
.cid-vey6THKmCY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vey6THKmCY .carousel-inner > .active {
  display: block;
}
.cid-vey6THKmCY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vey6THKmCY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vey6THKmCY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vey6THKmCY .carousel-control,
  .cid-vey6THKmCY .carousel-indicators,
  .cid-vey6THKmCY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vey6THKmCY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vey6THKmCY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vey6THKmCY .carousel-indicators .active,
.cid-vey6THKmCY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vey6THKmCY .carousel-indicators .active {
  background: #fff;
}
.cid-vey6THKmCY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vey6THKmCY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vey6THKmCY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vey6THKmCY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vey6THKmCY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vey6THKmCY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vey6THKmCY .carousel {
  width: 100%;
}
.cid-vey6THKmCY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vey6THKmCY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vey6THKmCY .modal.fade .modal-dialog,
.cid-vey6THKmCY .modal.in .modal-dialog {
  transform: none;
}
.cid-vey6THKmCY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vey6THKmCY H6 {
  text-align: center;
}
.cid-vemFXJxUAw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemFXJxUAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemFXJxUAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemFXJxUAw .row {
  justify-content: flex-start;
}
.cid-vemFXJxUAw .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vemFXJxUAw .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vemDjQqSvh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vemDjQqSvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemDjQqSvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemDjQqSvh .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-vemDjQqSvh .item-wrapper {
  border-radius: 3rem;
  height: 100%;
  position: relative;
}
.cid-vemDjQqSvh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vemDjQqSvh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vemDjQqSvh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vemDjQqSvh .carousel-control,
.cid-vemDjQqSvh .close {
  background: #1b1b1b;
}
.cid-vemDjQqSvh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vemDjQqSvh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vemDjQqSvh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vemDjQqSvh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vemDjQqSvh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vemDjQqSvh .close::before {
  content: '\e91a';
}
.cid-vemDjQqSvh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vemDjQqSvh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vemDjQqSvh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemDjQqSvh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vemDjQqSvh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vemDjQqSvh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vemDjQqSvh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vemDjQqSvh .carousel-indicators li.active,
.cid-vemDjQqSvh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vemDjQqSvh .carousel-indicators li::after,
.cid-vemDjQqSvh .carousel-indicators li::before {
  content: none;
}
.cid-vemDjQqSvh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vemDjQqSvh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vemDjQqSvh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vemDjQqSvh .carousel-indicators {
    display: none;
  }
}
.cid-vemDjQqSvh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vemDjQqSvh .carousel-inner > .active {
  display: block;
}
.cid-vemDjQqSvh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vemDjQqSvh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vemDjQqSvh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vemDjQqSvh .carousel-control,
  .cid-vemDjQqSvh .carousel-indicators,
  .cid-vemDjQqSvh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vemDjQqSvh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vemDjQqSvh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vemDjQqSvh .carousel-indicators .active,
.cid-vemDjQqSvh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vemDjQqSvh .carousel-indicators .active {
  background: #fff;
}
.cid-vemDjQqSvh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vemDjQqSvh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vemDjQqSvh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vemDjQqSvh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vemDjQqSvh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vemDjQqSvh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vemDjQqSvh .carousel {
  width: 100%;
}
.cid-vemDjQqSvh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vemDjQqSvh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vemDjQqSvh .modal.fade .modal-dialog,
.cid-vemDjQqSvh .modal.in .modal-dialog {
  transform: none;
}
.cid-vemDjQqSvh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vemDjQqSvh H6 {
  text-align: center;
}
.cid-veo1LC3jHc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcf1e2;
}
.cid-veo1LC3jHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo1LC3jHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veo1LC3jHc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-veo1LC3jHc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-veo1LC3jHc .items-wrapper {
  margin: 0 -10px;
}
.cid-veo1LC3jHc .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veo1LC3jHc .item {
    margin-bottom: 16px;
  }
}
.cid-veo1LC3jHc .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-veo1LC3jHc .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-veo1LC3jHc .item:hover .item-wrapper .item-content .item-img,
.cid-veo1LC3jHc .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-veo1LC3jHc .item:nth-child(2n) .item-wrapper {
  background-color: #ffedb4;
}
.cid-veo1LC3jHc .item:nth-child(3n) .item-wrapper {
  background-color: #fdc99c;
}
.cid-veo1LC3jHc .item:nth-child(4n) .item-wrapper {
  background-color: #ffe199;
}
.cid-veo1LC3jHc .item:nth-child(5n) .item-wrapper {
  background-color: #ffdec2;
}
.cid-veo1LC3jHc .item .item-wrapper {
  border-radius: 2rem;
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #e3c99d;
}
@media (max-width: 992px) {
  .cid-veo1LC3jHc .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-veo1LC3jHc .item .item-wrapper .item-content {
  position: relative;
}
.cid-veo1LC3jHc .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-veo1LC3jHc .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-veo1LC3jHc .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-veo1LC3jHc .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veo1LC3jHc .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-veo1LC3jHc .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-veo1LC3jHc .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-veo1LC3jHc .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-veo1LC3jHc .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-veo1LC3jHc .panel-title-edit {
  color: #212529;
}
.cid-veo1LC3jHc .panel-text {
  color: #51565c;
}
.cid-vemGbog49Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vemGbog49Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemGbog49Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemGbog49Q .row {
  justify-content: flex-start;
}
.cid-vemGbog49Q .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vemGbog49Q .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veocxdTUzx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veocxdTUzx .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veocxdTUzx .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veocxdTUzx .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKJL6xbSF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKJL6xbSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKJL6xbSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKJL6xbSF .row {
  justify-content: flex-start;
}
.cid-veKJL6xbSF .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKJL6xbSF .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKJL6xbSF .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKJL6xbSF .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-veo7Dn5V5z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veo7Dn5V5z .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;
}
.cid-veo7Dn5V5z .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veo7Dn5V5z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veo7Dn5V5z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veo7Dn5V5z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veo7Dn5V5z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veo7Dn5V5z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veo7Dn5V5z .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veo7Dn5V5z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veo7Dn5V5z .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veo7Dn5V5z .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veo7Dn5V5z .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veo7Dn5V5z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veo7Dn5V5z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veo7Dn5V5z .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veo7Dn5V5z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veo7Dn5V5z .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veo7Dn5V5z .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veo7Dn5V5z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veo7Dn5V5z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veo7Dn5V5z .container,
.cid-veo7Dn5V5z .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .container,
  .cid-veo7Dn5V5z .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veo7Dn5V5z .container,
  .cid-veo7Dn5V5z .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veo7Dn5V5z .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veo7Dn5V5z .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veo7Dn5V5z .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veo7Dn5V5z .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veo7Dn5V5z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veo7Dn5V5z .nav-item:focus,
.cid-veo7Dn5V5z .nav-link:focus {
  outline: none;
}
.cid-veo7Dn5V5z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veo7Dn5V5z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veo7Dn5V5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veo7Dn5V5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veo7Dn5V5z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veo7Dn5V5z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veo7Dn5V5z .navbar {
  min-height: 77px;
  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-veo7Dn5V5z .navbar.opened {
  transition: all 0.3s;
}
.cid-veo7Dn5V5z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veo7Dn5V5z .navbar .navbar-logo img {
  width: auto;
}
.cid-veo7Dn5V5z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veo7Dn5V5z .navbar.collapsed {
  justify-content: center;
}
.cid-veo7Dn5V5z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veo7Dn5V5z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veo7Dn5V5z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veo7Dn5V5z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veo7Dn5V5z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veo7Dn5V5z .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-veo7Dn5V5z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veo7Dn5V5z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veo7Dn5V5z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veo7Dn5V5z .navbar {
    min-height: 72px;
  }
  .cid-veo7Dn5V5z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veo7Dn5V5z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veo7Dn5V5z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veo7Dn5V5z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veo7Dn5V5z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veo7Dn5V5z .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-veo7Dn5V5z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veo7Dn5V5z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veo7Dn5V5z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veo7Dn5V5z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veo7Dn5V5z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veo7Dn5V5z .dropdown-item.active,
.cid-veo7Dn5V5z .dropdown-item:active {
  background-color: transparent;
}
.cid-veo7Dn5V5z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veo7Dn5V5z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veo7Dn5V5z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veo7Dn5V5z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veo7Dn5V5z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veo7Dn5V5z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veo7Dn5V5z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veo7Dn5V5z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .navbar-buttons {
    text-align: left;
  }
}
.cid-veo7Dn5V5z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veo7Dn5V5z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veo7Dn5V5z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veo7Dn5V5z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veo7Dn5V5z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veo7Dn5V5z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veo7Dn5V5z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veo7Dn5V5z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veo7Dn5V5z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veo7Dn5V5z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veo7Dn5V5z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veo7Dn5V5z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veo7Dn5V5z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veo7Dn5V5z .navbar {
    height: 77px;
  }
  .cid-veo7Dn5V5z .navbar.opened {
    height: auto;
  }
  .cid-veo7Dn5V5z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veo7Dn5V5z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veo7Dn5V5z .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veo7Dn5V5z .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veo7Dn5V5z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veo7Dn5V5z .navbar-brand {
    margin-right: auto;
  }
  .cid-veo7Dn5V5z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veo7Dn5V5z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veo7Dn5V5z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veo7Dn5V5z .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veo7Dn5V5z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veo7Dn5V5z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veo7Dn5V5z .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veo7DnUqCE {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/brossard-topo-1-2000x1309.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-veo7DnUqCE {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-veo7DnUqCE {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-veo7DnUqCE {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-veo7DnUqCE {
    min-height: 610px;
  }
}
.cid-veo7DnUqCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7DnUqCE .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veo7DnUqCE .row {
  justify-content: flex-start;
}
.cid-veo7DnUqCE .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-veo7DnUqCE .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-veo7DnUqCE .mbr-text {
  color: #FEF9EE;
}
.cid-veo7DnUqCE .mbr-class {
  z-index: 11;
}
.cid-veo7DolcIo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veo7DolcIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7DolcIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veo7DolcIo .row {
  justify-content: flex-start;
}
.cid-veo7DolcIo .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veo7DolcIo .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veo7DoQcwg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veo7DoQcwg .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veo7DoQcwg .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-veo7DphAkn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veo7DphAkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7DphAkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veo7DphAkn .row {
  justify-content: flex-start;
}
.cid-veo7DphAkn .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veo7DphAkn .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veo7DpIBzM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veo7DpIBzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7DpIBzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veo7DpIBzM .row {
  justify-content: flex-start;
}
.cid-veo7DpIBzM .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veo7DpIBzM .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veo7Dq978m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veo7Dq978m .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veo7Dq978m .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-veo7Dr5Vbr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veo7Dr5Vbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7Dr5Vbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veo7Dr5Vbr .row {
  justify-content: flex-start;
}
.cid-veo7Dr5Vbr .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veo7Dr5Vbr .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veH6pdHwyq {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/afirmacao-mdb-convencao-mdb-1974-2000x1584.webp");
}
.cid-veH6pdHwyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veH6pdHwyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veH6pdHwyq .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veH6pdHwyq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veH6pdHwyq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veH6pdHwyq .card-wrapper {
    padding: 4rem;
  }
}
.cid-veH6pdHwyq .mbr-text,
.cid-veH6pdHwyq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veH6pdHwyq .card-title,
.cid-veH6pdHwyq .card-box {
  text-align: center;
  color: #000000;
}
.cid-veH6pdHwyq .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veH6pdHwyq .counter-container ul li {
  margin-bottom: 0.5rem;
  position: relative;
  list-style: none;
}
.cid-veH6pdHwyq .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ad8115;
  background-color: #ad8115;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veH6pdHwyq .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-veH6pdHwyq .counter-container ol li {
  margin-bottom: 0.5rem;
  list-style: none;
  position: relative;
}
.cid-veH6pdHwyq .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ad8115;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veH6pdHwyq .mbr-text UL {
  text-align: justify;
}
.cid-veH6pdHwyq .mbr-section-title {
  color: #ad8115;
}
.cid-veH6pdHwyq .mbr-text {
  text-align: justify;
}
.cid-veH6pdHwyq .mbr-section-subtitle {
  text-align: left;
}
.cid-veoicCwnyr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veoicCwnyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoicCwnyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoicCwnyr .row {
  justify-content: flex-start;
}
.cid-veoicCwnyr .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veoicCwnyr .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoirgfaCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veoirgfaCs .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veoirgfaCs .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-veojlKuUQX {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veojlKuUQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veojlKuUQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veojlKuUQX .row {
  justify-content: flex-start;
}
.cid-veojlKuUQX .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veojlKuUQX .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veomZNBuaG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/anticandidaturasimon20ulisses20e20brossard2074-1849x1410.webp");
  position: relative;
  overflow: hidden;
}
.cid-veomZNBuaG #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-veomZNBuaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veomZNBuaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veomZNBuaG .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veomZNBuaG .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veomZNBuaG .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veomZNBuaG .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veomZNBuaG .card-wrapper {
  width: 100%;
}
.cid-veomZNBuaG .card-box {
  width: 100%;
}
.cid-veomZNBuaG .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veomZNBuaG .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veomZNBuaG .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-veomZNBuaG .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-veomZNBuaG .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
    margin-left: -10%;
  }
}
.cid-veomZNBuaG .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.cid-veomZNBuaG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veomZNBuaG .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veomZNBuaG .bg-img {
    width: 150%;
  }
}
.cid-veomZNBuaG .mbr-text,
.cid-veomZNBuaG .mbr-section-btn {
  color: #ffffff;
}
.cid-veHTha4tuG {
  margin-top: 6rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/afirmacao-mdb-convencao-mdb-1974-2000x1584.webp");
}
.cid-veHTha4tuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veHTha4tuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veHTha4tuG .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veHTha4tuG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veHTha4tuG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veHTha4tuG .card-wrapper {
    padding: 4rem;
  }
}
.cid-veHTha4tuG .mbr-text,
.cid-veHTha4tuG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veHTha4tuG .card-title,
.cid-veHTha4tuG .card-box {
  text-align: center;
  color: #000000;
}
.cid-veHTha4tuG .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veHTha4tuG .counter-container ul li {
  margin-bottom: 0.5rem;
  position: relative;
  list-style: none;
}
.cid-veHTha4tuG .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ad8115;
  background-color: #ad8115;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veHTha4tuG .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-veHTha4tuG .counter-container ol li {
  margin-bottom: 0.5rem;
  list-style: none;
  position: relative;
}
.cid-veHTha4tuG .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ad8115;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veHTha4tuG .mbr-text UL {
  text-align: justify;
}
.cid-veHTha4tuG .mbr-section-title {
  color: #ad8115;
}
.cid-veHTha4tuG .mbr-text {
  text-align: justify;
}
.cid-veHTha4tuG .mbr-section-subtitle {
  text-align: left;
}
.cid-veo7Dqx7vu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veo7Dqx7vu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veo7Dqx7vu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veo7Dqx7vu .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veo7Dqx7vu .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veo7Dqx7vu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veo7Dqx7vu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veo7Dqx7vu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veo7Dqx7vu .carousel-control,
.cid-veo7Dqx7vu .close {
  background: #1b1b1b;
}
.cid-veo7Dqx7vu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veo7Dqx7vu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veo7Dqx7vu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veo7Dqx7vu .carousel-control-next span {
  margin-left: 5px;
}
.cid-veo7Dqx7vu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veo7Dqx7vu .close::before {
  content: '\e91a';
}
.cid-veo7Dqx7vu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veo7Dqx7vu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veo7Dqx7vu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veo7Dqx7vu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veo7Dqx7vu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veo7Dqx7vu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veo7Dqx7vu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veo7Dqx7vu .carousel-indicators li.active,
.cid-veo7Dqx7vu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veo7Dqx7vu .carousel-indicators li::after,
.cid-veo7Dqx7vu .carousel-indicators li::before {
  content: none;
}
.cid-veo7Dqx7vu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veo7Dqx7vu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veo7Dqx7vu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veo7Dqx7vu .carousel-indicators {
    display: none;
  }
}
.cid-veo7Dqx7vu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veo7Dqx7vu .carousel-inner > .active {
  display: block;
}
.cid-veo7Dqx7vu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veo7Dqx7vu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veo7Dqx7vu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veo7Dqx7vu .carousel-control,
  .cid-veo7Dqx7vu .carousel-indicators,
  .cid-veo7Dqx7vu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veo7Dqx7vu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veo7Dqx7vu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veo7Dqx7vu .carousel-indicators .active,
.cid-veo7Dqx7vu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veo7Dqx7vu .carousel-indicators .active {
  background: #fff;
}
.cid-veo7Dqx7vu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veo7Dqx7vu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veo7Dqx7vu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veo7Dqx7vu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veo7Dqx7vu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veo7Dqx7vu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veo7Dqx7vu .carousel {
  width: 100%;
}
.cid-veo7Dqx7vu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veo7Dqx7vu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veo7Dqx7vu .modal.fade .modal-dialog,
.cid-veo7Dqx7vu .modal.in .modal-dialog {
  transform: none;
}
.cid-veo7Dqx7vu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veo7Dqx7vu H6 {
  text-align: center;
}
.cid-veo7Dt1g1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veo7Dt1g1Z .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veo7Dt1g1Z .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veo7Dt1g1Z .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKJWlXvyG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKJWlXvyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKJWlXvyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKJWlXvyG .row {
  justify-content: flex-start;
}
.cid-veKJWlXvyG .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKJWlXvyG .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKJWlXvyG .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKJWlXvyG .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-veosETk0pn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veosETk0pn .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;
}
.cid-veosETk0pn .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veosETk0pn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veosETk0pn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veosETk0pn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veosETk0pn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veosETk0pn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veosETk0pn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veosETk0pn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veosETk0pn .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veosETk0pn .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veosETk0pn .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veosETk0pn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veosETk0pn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veosETk0pn .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veosETk0pn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veosETk0pn .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veosETk0pn .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veosETk0pn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veosETk0pn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veosETk0pn .container,
.cid-veosETk0pn .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .container,
  .cid-veosETk0pn .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veosETk0pn .container,
  .cid-veosETk0pn .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veosETk0pn .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veosETk0pn .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veosETk0pn .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veosETk0pn .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veosETk0pn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veosETk0pn .nav-item:focus,
.cid-veosETk0pn .nav-link:focus {
  outline: none;
}
.cid-veosETk0pn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veosETk0pn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veosETk0pn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veosETk0pn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veosETk0pn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veosETk0pn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veosETk0pn .navbar {
  min-height: 77px;
  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-veosETk0pn .navbar.opened {
  transition: all 0.3s;
}
.cid-veosETk0pn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veosETk0pn .navbar .navbar-logo img {
  width: auto;
}
.cid-veosETk0pn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veosETk0pn .navbar.collapsed {
  justify-content: center;
}
.cid-veosETk0pn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veosETk0pn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veosETk0pn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veosETk0pn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veosETk0pn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veosETk0pn .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-veosETk0pn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veosETk0pn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veosETk0pn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veosETk0pn .navbar {
    min-height: 72px;
  }
  .cid-veosETk0pn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veosETk0pn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veosETk0pn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veosETk0pn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veosETk0pn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veosETk0pn .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-veosETk0pn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veosETk0pn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veosETk0pn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veosETk0pn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veosETk0pn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veosETk0pn .dropdown-item.active,
.cid-veosETk0pn .dropdown-item:active {
  background-color: transparent;
}
.cid-veosETk0pn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veosETk0pn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veosETk0pn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veosETk0pn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veosETk0pn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veosETk0pn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veosETk0pn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veosETk0pn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .navbar-buttons {
    text-align: left;
  }
}
.cid-veosETk0pn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veosETk0pn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veosETk0pn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veosETk0pn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veosETk0pn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veosETk0pn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veosETk0pn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veosETk0pn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veosETk0pn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veosETk0pn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veosETk0pn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veosETk0pn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veosETk0pn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veosETk0pn .navbar {
    height: 77px;
  }
  .cid-veosETk0pn .navbar.opened {
    height: auto;
  }
  .cid-veosETk0pn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veosETk0pn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veosETk0pn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veosETk0pn .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veosETk0pn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veosETk0pn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veosETk0pn .navbar-brand {
    margin-right: auto;
  }
  .cid-veosETk0pn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veosETk0pn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veosETk0pn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veosETk0pn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veosETk0pn .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veosETk0pn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veosETk0pn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veosETk0pn .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veosETTJ7W {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/simon-topo-1829x1368.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-veosETTJ7W {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-veosETTJ7W {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-veosETTJ7W {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-veosETTJ7W {
    min-height: 610px;
  }
}
.cid-veosETTJ7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosETTJ7W .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosETTJ7W .row {
  justify-content: flex-start;
}
.cid-veosETTJ7W .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-veosETTJ7W .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-veosETTJ7W .mbr-text {
  color: #FEF9EE;
}
.cid-veosETTJ7W .mbr-class {
  z-index: 11;
}
.cid-veosEUIlpU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veosEUIlpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosEUIlpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosEUIlpU .row {
  justify-content: flex-start;
}
.cid-veosEUIlpU .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veosEUIlpU .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veosEVc13q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veosEVc13q .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veosEVc13q .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-veosEVEuXr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veosEVEuXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosEVEuXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosEVEuXr .row {
  justify-content: flex-start;
}
.cid-veosEVEuXr .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veosEVEuXr .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veosEWdOBL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veosEWdOBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosEWdOBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosEWdOBL .row {
  justify-content: flex-start;
}
.cid-veosEWdOBL .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veosEWdOBL .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veovUwAhV4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veovUwAhV4 blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veovUwAhV4 div,
.cid-veovUwAhV4 .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veovUwAhV4 .mbr-text {
  text-align: left;
}
.cid-veosEXaauE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veosEXaauE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosEXaauE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosEXaauE .row {
  justify-content: flex-start;
}
.cid-veosEXaauE .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veosEXaauE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veosEY87mE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veosEY87mE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosEY87mE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosEY87mE .row {
  justify-content: flex-start;
}
.cid-veosEY87mE .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veosEY87mE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoxvfe0rq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veoxvfe0rq blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veoxvfe0rq div,
.cid-veoxvfe0rq .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veoxvfe0rq .mbr-text {
  text-align: left;
}
.cid-veosEZkEfz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veosEZkEfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosEZkEfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosEZkEfz .row {
  justify-content: flex-start;
}
.cid-veosEZkEfz .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veosEZkEfz .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoy7NuoRn {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veoy7NuoRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoy7NuoRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoy7NuoRn .row {
  justify-content: flex-start;
}
.cid-veoy7NuoRn .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veoy7NuoRn .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoyrPBgvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veoyrPBgvt .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veoyrPBgvt .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-veoyDR0VHF {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veoyDR0VHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoyDR0VHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoyDR0VHF .row {
  justify-content: flex-start;
}
.cid-veoyDR0VHF .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veoyDR0VHF .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoyNf802M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veoyNf802M blockquote {
  border-color: #838383;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0px;
}
.cid-veoyNf802M div,
.cid-veoyNf802M .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veoyNf802M .mbr-text {
  text-align: left;
}
.cid-veozl6hdHH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veozl6hdHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veozl6hdHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veozl6hdHH .row {
  justify-content: flex-start;
}
.cid-veozl6hdHH .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veozl6hdHH .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veozyxdAiI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veozyxdAiI .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veozyxdAiI .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-veozWJhQPv {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veozWJhQPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veozWJhQPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veozWJhQPv .row {
  justify-content: flex-start;
}
.cid-veozWJhQPv .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veozWJhQPv .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veosF0VEud {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veosF0VEud .mbr-fallback-image.disabled {
  display: none;
}
.cid-veosF0VEud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veosF0VEud .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veosF0VEud .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veosF0VEud .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veosF0VEud .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veosF0VEud .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veosF0VEud .carousel-control,
.cid-veosF0VEud .close {
  background: #1b1b1b;
}
.cid-veosF0VEud .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veosF0VEud .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veosF0VEud .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veosF0VEud .carousel-control-next span {
  margin-left: 5px;
}
.cid-veosF0VEud .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veosF0VEud .close::before {
  content: '\e91a';
}
.cid-veosF0VEud .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veosF0VEud .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veosF0VEud .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veosF0VEud .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veosF0VEud .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veosF0VEud .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veosF0VEud .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veosF0VEud .carousel-indicators li.active,
.cid-veosF0VEud .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veosF0VEud .carousel-indicators li::after,
.cid-veosF0VEud .carousel-indicators li::before {
  content: none;
}
.cid-veosF0VEud .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veosF0VEud .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veosF0VEud .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veosF0VEud .carousel-indicators {
    display: none;
  }
}
.cid-veosF0VEud .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veosF0VEud .carousel-inner > .active {
  display: block;
}
.cid-veosF0VEud .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veosF0VEud .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veosF0VEud .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veosF0VEud .carousel-control,
  .cid-veosF0VEud .carousel-indicators,
  .cid-veosF0VEud .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veosF0VEud .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veosF0VEud .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veosF0VEud .carousel-indicators .active,
.cid-veosF0VEud .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veosF0VEud .carousel-indicators .active {
  background: #fff;
}
.cid-veosF0VEud .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veosF0VEud .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veosF0VEud .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veosF0VEud .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veosF0VEud .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veosF0VEud .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veosF0VEud .carousel {
  width: 100%;
}
.cid-veosF0VEud .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veosF0VEud .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veosF0VEud .modal.fade .modal-dialog,
.cid-veosF0VEud .modal.in .modal-dialog {
  transform: none;
}
.cid-veosF0VEud .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veosF0VEud H6 {
  text-align: center;
}
.cid-veosF0VEud .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veosF1LJ62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veosF1LJ62 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veosF1LJ62 .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veosF1LJ62 .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKTofOMLl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKTofOMLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKTofOMLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKTofOMLl .row {
  justify-content: flex-start;
}
.cid-veKTofOMLl .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKTofOMLl .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKTofOMLl .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKTofOMLl .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-veoJSN9fsK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veoJSN9fsK .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;
}
.cid-veoJSN9fsK .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veoJSN9fsK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veoJSN9fsK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veoJSN9fsK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veoJSN9fsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veoJSN9fsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veoJSN9fsK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veoJSN9fsK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veoJSN9fsK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veoJSN9fsK .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veoJSN9fsK .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veoJSN9fsK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veoJSN9fsK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veoJSN9fsK .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veoJSN9fsK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veoJSN9fsK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veoJSN9fsK .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veoJSN9fsK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veoJSN9fsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veoJSN9fsK .container,
.cid-veoJSN9fsK .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .container,
  .cid-veoJSN9fsK .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veoJSN9fsK .container,
  .cid-veoJSN9fsK .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veoJSN9fsK .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veoJSN9fsK .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veoJSN9fsK .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veoJSN9fsK .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veoJSN9fsK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veoJSN9fsK .nav-item:focus,
.cid-veoJSN9fsK .nav-link:focus {
  outline: none;
}
.cid-veoJSN9fsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veoJSN9fsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veoJSN9fsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veoJSN9fsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veoJSN9fsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veoJSN9fsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veoJSN9fsK .navbar {
  min-height: 77px;
  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-veoJSN9fsK .navbar.opened {
  transition: all 0.3s;
}
.cid-veoJSN9fsK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veoJSN9fsK .navbar .navbar-logo img {
  width: auto;
}
.cid-veoJSN9fsK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veoJSN9fsK .navbar.collapsed {
  justify-content: center;
}
.cid-veoJSN9fsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veoJSN9fsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veoJSN9fsK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veoJSN9fsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veoJSN9fsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veoJSN9fsK .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-veoJSN9fsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veoJSN9fsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veoJSN9fsK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veoJSN9fsK .navbar {
    min-height: 72px;
  }
  .cid-veoJSN9fsK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veoJSN9fsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veoJSN9fsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veoJSN9fsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veoJSN9fsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veoJSN9fsK .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-veoJSN9fsK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veoJSN9fsK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veoJSN9fsK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veoJSN9fsK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veoJSN9fsK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veoJSN9fsK .dropdown-item.active,
.cid-veoJSN9fsK .dropdown-item:active {
  background-color: transparent;
}
.cid-veoJSN9fsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veoJSN9fsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veoJSN9fsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veoJSN9fsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veoJSN9fsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veoJSN9fsK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veoJSN9fsK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veoJSN9fsK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .navbar-buttons {
    text-align: left;
  }
}
.cid-veoJSN9fsK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veoJSN9fsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veoJSN9fsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veoJSN9fsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veoJSN9fsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veoJSN9fsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veoJSN9fsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veoJSN9fsK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veoJSN9fsK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veoJSN9fsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veoJSN9fsK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veoJSN9fsK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veoJSN9fsK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veoJSN9fsK .navbar {
    height: 77px;
  }
  .cid-veoJSN9fsK .navbar.opened {
    height: auto;
  }
  .cid-veoJSN9fsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veoJSN9fsK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veoJSN9fsK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veoJSN9fsK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veoJSN9fsK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veoJSN9fsK .navbar-brand {
    margin-right: auto;
  }
  .cid-veoJSN9fsK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veoJSN9fsK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veoJSN9fsK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veoJSN9fsK .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veoJSN9fsK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veoJSN9fsK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veoJSN9fsK .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veoJSNNBAY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/foto203-1892x1385.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-veoJSNNBAY {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-veoJSNNBAY {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-veoJSNNBAY {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-veoJSNNBAY {
    min-height: 610px;
  }
}
.cid-veoJSNNBAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoJSNNBAY .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoJSNNBAY .row {
  justify-content: flex-start;
}
.cid-veoJSNNBAY .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-veoJSNNBAY .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-veoJSNNBAY .mbr-text {
  color: #FEF9EE;
}
.cid-veoJSNNBAY .mbr-class {
  z-index: 11;
}
.cid-veoJSOlpW3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veoJSOlpW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoJSOlpW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoJSOlpW3 .row {
  justify-content: flex-start;
}
.cid-veoJSOlpW3 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veoJSOlpW3 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoJSOSzVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veoJSOSzVd .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-veoJSOSzVd .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-veoJSPlynv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veoJSPlynv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoJSPlynv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoJSPlynv .row {
  justify-content: flex-start;
}
.cid-veoJSPlynv .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veoJSPlynv .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetGOgmSvR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vetGOgmSvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetGOgmSvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetGOgmSvR .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-vetGOgmSvR .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetGOgmSvR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetGOgmSvR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetGOgmSvR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetGOgmSvR .carousel-control,
.cid-vetGOgmSvR .close {
  background: #1b1b1b;
}
.cid-vetGOgmSvR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetGOgmSvR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetGOgmSvR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetGOgmSvR .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetGOgmSvR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetGOgmSvR .close::before {
  content: '\e91a';
}
.cid-vetGOgmSvR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetGOgmSvR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetGOgmSvR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetGOgmSvR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetGOgmSvR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetGOgmSvR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetGOgmSvR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetGOgmSvR .carousel-indicators li.active,
.cid-vetGOgmSvR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetGOgmSvR .carousel-indicators li::after,
.cid-vetGOgmSvR .carousel-indicators li::before {
  content: none;
}
.cid-vetGOgmSvR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetGOgmSvR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetGOgmSvR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetGOgmSvR .carousel-indicators {
    display: none;
  }
}
.cid-vetGOgmSvR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetGOgmSvR .carousel-inner > .active {
  display: block;
}
.cid-vetGOgmSvR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetGOgmSvR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetGOgmSvR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetGOgmSvR .carousel-control,
  .cid-vetGOgmSvR .carousel-indicators,
  .cid-vetGOgmSvR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetGOgmSvR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetGOgmSvR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetGOgmSvR .carousel-indicators .active,
.cid-vetGOgmSvR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetGOgmSvR .carousel-indicators .active {
  background: #fff;
}
.cid-vetGOgmSvR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetGOgmSvR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetGOgmSvR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetGOgmSvR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetGOgmSvR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetGOgmSvR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetGOgmSvR .carousel {
  width: 100%;
}
.cid-vetGOgmSvR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetGOgmSvR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetGOgmSvR .modal.fade .modal-dialog,
.cid-vetGOgmSvR .modal.in .modal-dialog {
  transform: none;
}
.cid-vetGOgmSvR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetGOgmSvR H6 {
  text-align: center;
}
.cid-veoJSXdE79 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veoJSXdE79 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veoJSXdE79 .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veoJSXdE79 .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKTwDHPL2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKTwDHPL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKTwDHPL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKTwDHPL2 .row {
  justify-content: flex-start;
}
.cid-veKTwDHPL2 .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKTwDHPL2 .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKTwDHPL2 .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKTwDHPL2 .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-veoTQKPsZQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veoTQKPsZQ .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;
}
.cid-veoTQKPsZQ .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veoTQKPsZQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veoTQKPsZQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veoTQKPsZQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veoTQKPsZQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veoTQKPsZQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veoTQKPsZQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veoTQKPsZQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veoTQKPsZQ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veoTQKPsZQ .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veoTQKPsZQ .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veoTQKPsZQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veoTQKPsZQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veoTQKPsZQ .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veoTQKPsZQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veoTQKPsZQ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veoTQKPsZQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veoTQKPsZQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veoTQKPsZQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veoTQKPsZQ .container,
.cid-veoTQKPsZQ .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .container,
  .cid-veoTQKPsZQ .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veoTQKPsZQ .container,
  .cid-veoTQKPsZQ .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veoTQKPsZQ .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veoTQKPsZQ .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veoTQKPsZQ .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veoTQKPsZQ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veoTQKPsZQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veoTQKPsZQ .nav-item:focus,
.cid-veoTQKPsZQ .nav-link:focus {
  outline: none;
}
.cid-veoTQKPsZQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veoTQKPsZQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veoTQKPsZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veoTQKPsZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veoTQKPsZQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veoTQKPsZQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veoTQKPsZQ .navbar {
  min-height: 77px;
  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-veoTQKPsZQ .navbar.opened {
  transition: all 0.3s;
}
.cid-veoTQKPsZQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veoTQKPsZQ .navbar .navbar-logo img {
  width: auto;
}
.cid-veoTQKPsZQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veoTQKPsZQ .navbar.collapsed {
  justify-content: center;
}
.cid-veoTQKPsZQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veoTQKPsZQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veoTQKPsZQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veoTQKPsZQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veoTQKPsZQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veoTQKPsZQ .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-veoTQKPsZQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veoTQKPsZQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veoTQKPsZQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veoTQKPsZQ .navbar {
    min-height: 72px;
  }
  .cid-veoTQKPsZQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veoTQKPsZQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veoTQKPsZQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veoTQKPsZQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veoTQKPsZQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veoTQKPsZQ .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-veoTQKPsZQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veoTQKPsZQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veoTQKPsZQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veoTQKPsZQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veoTQKPsZQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veoTQKPsZQ .dropdown-item.active,
.cid-veoTQKPsZQ .dropdown-item:active {
  background-color: transparent;
}
.cid-veoTQKPsZQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veoTQKPsZQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veoTQKPsZQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veoTQKPsZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veoTQKPsZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veoTQKPsZQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veoTQKPsZQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veoTQKPsZQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .navbar-buttons {
    text-align: left;
  }
}
.cid-veoTQKPsZQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veoTQKPsZQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veoTQKPsZQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veoTQKPsZQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veoTQKPsZQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veoTQKPsZQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veoTQKPsZQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veoTQKPsZQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veoTQKPsZQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veoTQKPsZQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veoTQKPsZQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veoTQKPsZQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veoTQKPsZQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veoTQKPsZQ .navbar {
    height: 77px;
  }
  .cid-veoTQKPsZQ .navbar.opened {
    height: auto;
  }
  .cid-veoTQKPsZQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veoTQKPsZQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veoTQKPsZQ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veoTQKPsZQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veoTQKPsZQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veoTQKPsZQ .navbar-brand {
    margin-right: auto;
  }
  .cid-veoTQKPsZQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veoTQKPsZQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veoTQKPsZQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veoTQKPsZQ .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veoTQKPsZQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veoTQKPsZQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veoTQKPsZQ .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veoTQLqiSn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/foto-militantes-topo-2000x1491.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-veoTQLqiSn {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-veoTQLqiSn {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-veoTQLqiSn {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-veoTQLqiSn {
    min-height: 610px;
  }
}
.cid-veoTQLqiSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoTQLqiSn .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoTQLqiSn .row {
  justify-content: flex-start;
}
.cid-veoTQLqiSn .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-veoTQLqiSn .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-veoTQLqiSn .mbr-text {
  color: #FEF9EE;
}
.cid-veoTQLqiSn .mbr-class {
  z-index: 11;
}
.cid-veoTQLV2eO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veoTQLV2eO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoTQLV2eO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoTQLV2eO .row {
  justify-content: flex-start;
}
.cid-veoTQLV2eO .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veoTQLV2eO .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veoXB4GKVi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/militantes20topo-1280x854.webp");
}
.cid-veoXB4GKVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veoXB4GKVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veoXB4GKVi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 870px;
  max-width: 870px;
}
@media (max-width: 768px) {
  .cid-veoXB4GKVi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veoXB4GKVi .embla__button--next,
.cid-veoXB4GKVi .embla__button--prev {
  display: flex;
}
.cid-veoXB4GKVi .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veoXB4GKVi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veoXB4GKVi .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-veoXB4GKVi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veoXB4GKVi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-veoXB4GKVi .embla__button {
    top: auto;
  }
}
.cid-veoXB4GKVi .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-veoXB4GKVi .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-veoXB4GKVi .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-veoXB4GKVi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-veoXB4GKVi .embla {
  position: relative;
  width: 100%;
}
.cid-veoXB4GKVi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veoXB4GKVi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veoXB4GKVi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veoXB4GKVi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veoXB4GKVi .user_text {
  color: #ffffff;
}
.cid-veoXB4GKVi .user_name {
  color: #ffffff;
}
.cid-veoXB4GKVi .user_desk {
  color: #ffdb66;
}
.cid-veoTQOoVPV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veoTQOoVPV .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veoTQOoVPV .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veoTQOoVPV .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKUdGKVSt {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKUdGKVSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKUdGKVSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKUdGKVSt .row {
  justify-content: flex-start;
}
.cid-veKUdGKVSt .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKUdGKVSt .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKUdGKVSt .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKUdGKVSt .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-veki71gugX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veki71gugX .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;
}
.cid-veki71gugX .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veki71gugX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veki71gugX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veki71gugX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veki71gugX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veki71gugX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veki71gugX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veki71gugX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veki71gugX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veki71gugX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veki71gugX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veki71gugX .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veki71gugX .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veki71gugX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veki71gugX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veki71gugX .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veki71gugX .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veki71gugX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veki71gugX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veki71gugX .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veki71gugX .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veki71gugX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veki71gugX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veki71gugX .container,
.cid-veki71gugX .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veki71gugX .container,
  .cid-veki71gugX .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veki71gugX .container,
  .cid-veki71gugX .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veki71gugX .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veki71gugX .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veki71gugX .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veki71gugX .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veki71gugX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veki71gugX .nav-item:focus,
.cid-veki71gugX .nav-link:focus {
  outline: none;
}
.cid-veki71gugX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veki71gugX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veki71gugX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veki71gugX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veki71gugX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veki71gugX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veki71gugX .navbar {
  min-height: 77px;
  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-veki71gugX .navbar.opened {
  transition: all 0.3s;
}
.cid-veki71gugX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veki71gugX .navbar .navbar-logo img {
  width: auto;
}
.cid-veki71gugX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veki71gugX .navbar.collapsed {
  justify-content: center;
}
.cid-veki71gugX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veki71gugX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veki71gugX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veki71gugX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veki71gugX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veki71gugX .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-veki71gugX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veki71gugX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veki71gugX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veki71gugX .navbar {
    min-height: 72px;
  }
  .cid-veki71gugX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veki71gugX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veki71gugX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veki71gugX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veki71gugX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veki71gugX .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-veki71gugX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veki71gugX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veki71gugX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veki71gugX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veki71gugX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veki71gugX .dropdown-item.active,
.cid-veki71gugX .dropdown-item:active {
  background-color: transparent;
}
.cid-veki71gugX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veki71gugX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veki71gugX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veki71gugX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veki71gugX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veki71gugX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veki71gugX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veki71gugX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veki71gugX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veki71gugX .navbar-buttons {
    text-align: left;
  }
}
.cid-veki71gugX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veki71gugX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veki71gugX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veki71gugX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veki71gugX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veki71gugX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veki71gugX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veki71gugX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veki71gugX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veki71gugX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veki71gugX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veki71gugX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veki71gugX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veki71gugX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veki71gugX .navbar {
    height: 77px;
  }
  .cid-veki71gugX .navbar.opened {
    height: auto;
  }
  .cid-veki71gugX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veki71gugX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veki71gugX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veki71gugX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veki71gugX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veki71gugX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veki71gugX .navbar-brand {
    margin-right: auto;
  }
  .cid-veki71gugX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veki71gugX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veki71gugX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veki71gugX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veki71gugX .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veki71gugX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veki71gugX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veki71gugX .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vel47VVTam {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pessoas-mdb.webp");
  position: relative;
  overflow: hidden;
}
.cid-vel47VVTam .mbr-fallback-image.disabled {
  display: none;
}
.cid-vel47VVTam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vel47VVTam .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vel47VVTam .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vel47VVTam .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vel47VVTam .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vel47VVTam .card-wrapper {
  width: 100%;
}
.cid-vel47VVTam .card-box {
  width: 100%;
}
.cid-vel47VVTam .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vel47VVTam .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vel47VVTam .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-vel47VVTam .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-vel47VVTam .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-vel47VVTam .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-vel47VVTam .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-vel47VVTam .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-vel47VVTam .image-wrapper {
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vel47VVTam .image-wrapper {
    width: 100%;
  }
}
.cid-vel47VVTam .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vel47VVTam .bg-img {
  position: absolute;
  width: 100%;
  background-color: rgba(134, 102, 26, 0.7);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vel47VVTam .bg-img {
    width: 150%;
  }
}
.cid-vel47VVTam .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(173, 129, 21, 0.2);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-vel47VVTam .bg-img2 {
    width: 120%;
  }
}
.cid-vel47VVTam .mbr-text,
.cid-vel47VVTam .mbr-section-btn {
  color: #ffffff;
}
.cid-veki72MBBE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veki72MBBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veki72MBBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veki72MBBE .row {
  justify-content: flex-start;
}
.cid-veki72MBBE .mbr-section-title {
  color: #86661a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veki72MBBE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veqXxJD5wD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veqXxJD5wD blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veqXxJD5wD div,
.cid-veqXxJD5wD .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veqXxJD5wD .mbr-text {
  text-align: left;
}
.cid-veqWuIzEym {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veqWuIzEym .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqWuIzEym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqWuIzEym .row {
  justify-content: flex-start;
}
.cid-veqWuIzEym .mbr-section-title {
  color: #86661a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veqWuIzEym .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veArvPdhaJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veArvPdhaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veArvPdhaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veArvPdhaJ .row {
  justify-content: flex-start;
}
.cid-veArvPdhaJ .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veArvPdhaJ .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veArvPdhaJ .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veArvPdhaJ .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vesaYFq8hJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vesaYFq8hJ .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;
}
.cid-vesaYFq8hJ .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vesaYFq8hJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vesaYFq8hJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vesaYFq8hJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vesaYFq8hJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vesaYFq8hJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vesaYFq8hJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vesaYFq8hJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vesaYFq8hJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vesaYFq8hJ .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vesaYFq8hJ .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vesaYFq8hJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vesaYFq8hJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vesaYFq8hJ .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vesaYFq8hJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vesaYFq8hJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vesaYFq8hJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vesaYFq8hJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vesaYFq8hJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vesaYFq8hJ .container,
.cid-vesaYFq8hJ .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .container,
  .cid-vesaYFq8hJ .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vesaYFq8hJ .container,
  .cid-vesaYFq8hJ .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vesaYFq8hJ .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vesaYFq8hJ .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vesaYFq8hJ .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vesaYFq8hJ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vesaYFq8hJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vesaYFq8hJ .nav-item:focus,
.cid-vesaYFq8hJ .nav-link:focus {
  outline: none;
}
.cid-vesaYFq8hJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vesaYFq8hJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vesaYFq8hJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vesaYFq8hJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vesaYFq8hJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vesaYFq8hJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vesaYFq8hJ .navbar {
  min-height: 77px;
  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-vesaYFq8hJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vesaYFq8hJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vesaYFq8hJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vesaYFq8hJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vesaYFq8hJ .navbar.collapsed {
  justify-content: center;
}
.cid-vesaYFq8hJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vesaYFq8hJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vesaYFq8hJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vesaYFq8hJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vesaYFq8hJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vesaYFq8hJ .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-vesaYFq8hJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vesaYFq8hJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vesaYFq8hJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vesaYFq8hJ .navbar {
    min-height: 72px;
  }
  .cid-vesaYFq8hJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vesaYFq8hJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vesaYFq8hJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vesaYFq8hJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vesaYFq8hJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vesaYFq8hJ .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-vesaYFq8hJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vesaYFq8hJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vesaYFq8hJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vesaYFq8hJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vesaYFq8hJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vesaYFq8hJ .dropdown-item.active,
.cid-vesaYFq8hJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vesaYFq8hJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vesaYFq8hJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vesaYFq8hJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vesaYFq8hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vesaYFq8hJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vesaYFq8hJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vesaYFq8hJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vesaYFq8hJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vesaYFq8hJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vesaYFq8hJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vesaYFq8hJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vesaYFq8hJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vesaYFq8hJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vesaYFq8hJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vesaYFq8hJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vesaYFq8hJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vesaYFq8hJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vesaYFq8hJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vesaYFq8hJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vesaYFq8hJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vesaYFq8hJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vesaYFq8hJ .navbar {
    height: 77px;
  }
  .cid-vesaYFq8hJ .navbar.opened {
    height: auto;
  }
  .cid-vesaYFq8hJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vesaYFq8hJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vesaYFq8hJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vesaYFq8hJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vesaYFq8hJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vesaYFq8hJ .navbar-brand {
    margin-right: auto;
  }
  .cid-vesaYFq8hJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vesaYFq8hJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vesaYFq8hJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vesaYFq8hJ .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vesaYFq8hJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vesaYFq8hJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vesaYFq8hJ .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vesmanvCuk {
  padding-top: 13.5rem;
  padding-bottom: 4.5rem;
  background-image: url("../../../assets/images/60anos-banner-fundo-1920x800.webp");
}
.cid-vesmanvCuk .image-wrap img {
  width: 100%;
  bottom: 80px;
  position: relative;
}
@media (min-width: 992px) {
  .cid-vesmanvCuk .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vesmanvCuk div {
  background-position: 88% 8% !important;
}
@media (max-width: 768px) {
  .cid-vesmanvCuk div {
    background-position: 90% 8% !important;
  }
}
.cid-vesmanvCuk .mbr-section-title {
  color: #ad8115;
}
.cid-vesmanvCuk .mbr-text,
.cid-vesmanvCuk .mbr-section-btn {
  color: #504a24;
}
.cid-vesivLxMDf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vesivLxMDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vesivLxMDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vesivLxMDf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vesivLxMDf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vesivLxMDf .content-head {
  max-width: 800px;
}
.cid-vesivLxMDf .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vesivLxMDf .img-wrapper img {
  width: 7rem;
  border-style: solid;
  border-color: #000000;
  border-radius: 1.5rem !important;
}
.cid-vesivLxMDf .mbr-section-title {
  margin-bottom: 0.1rem !important;
  text-align: center;
}
.cid-vesivLxMDf .mbr-section-subtitle {
  margin-top: 0.1rem !important;
}
.cid-vesivLxMDf .card-text {
  color: #ff4545;
}
.cid-vesivLxMDf .card-text a {
  color: #ff4545 !important;
}
.cid-vesivLxMDf .card-title {
  color: #232323;
}
.cid-vesiwmLZyX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeeee;
}
.cid-vesiwmLZyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vesiwmLZyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vesiwmLZyX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vesiwmLZyX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vesiwmLZyX .content-head {
  max-width: 800px;
}
.cid-vesiwmLZyX .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vesiwmLZyX .img-wrapper img {
  width: 7rem;
  border-style: solid;
  border-color: #000000;
  border-radius: 1.5rem !important;
}
.cid-vesiwmLZyX .mbr-section-title {
  margin-bottom: 0.1rem !important;
  text-align: center;
}
.cid-vesiwmLZyX .mbr-section-subtitle {
  margin-top: 0.1rem !important;
}
.cid-vesiwmLZyX .card-text {
  color: #ff4545;
}
.cid-vesiwmLZyX .card-text a {
  color: #ff4545 !important;
}
.cid-vesiwQKXwd {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vesiwQKXwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vesiwQKXwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vesiwQKXwd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vesiwQKXwd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vesiwQKXwd .content-head {
  max-width: 800px;
}
.cid-vesiwQKXwd .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vesiwQKXwd .img-wrapper img {
  width: 7rem;
  border-style: solid;
  border-color: #000000;
  border-radius: 1.5rem !important;
}
.cid-vesiwQKXwd .mbr-section-title {
  margin-bottom: 0.1rem !important;
  text-align: center;
}
.cid-vesiwQKXwd .mbr-section-subtitle {
  margin-top: 0.1rem !important;
}
.cid-vesiwQKXwd .card-text {
  color: #ff4545;
}
.cid-vesiwQKXwd .card-text a {
  color: #ff4545 !important;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vetI8by9h6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vetI8by9h6 .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;
}
.cid-vetI8by9h6 .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vetI8by9h6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vetI8by9h6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vetI8by9h6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vetI8by9h6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vetI8by9h6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vetI8by9h6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vetI8by9h6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vetI8by9h6 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vetI8by9h6 .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vetI8by9h6 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vetI8by9h6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vetI8by9h6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vetI8by9h6 .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vetI8by9h6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vetI8by9h6 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vetI8by9h6 .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vetI8by9h6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vetI8by9h6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vetI8by9h6 .container,
.cid-vetI8by9h6 .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .container,
  .cid-vetI8by9h6 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vetI8by9h6 .container,
  .cid-vetI8by9h6 .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vetI8by9h6 .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vetI8by9h6 .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vetI8by9h6 .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vetI8by9h6 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vetI8by9h6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vetI8by9h6 .nav-item:focus,
.cid-vetI8by9h6 .nav-link:focus {
  outline: none;
}
.cid-vetI8by9h6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vetI8by9h6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vetI8by9h6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vetI8by9h6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vetI8by9h6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vetI8by9h6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vetI8by9h6 .navbar {
  min-height: 77px;
  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-vetI8by9h6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vetI8by9h6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vetI8by9h6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vetI8by9h6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vetI8by9h6 .navbar.collapsed {
  justify-content: center;
}
.cid-vetI8by9h6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vetI8by9h6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vetI8by9h6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vetI8by9h6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vetI8by9h6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vetI8by9h6 .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-vetI8by9h6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vetI8by9h6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vetI8by9h6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vetI8by9h6 .navbar {
    min-height: 72px;
  }
  .cid-vetI8by9h6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vetI8by9h6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vetI8by9h6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vetI8by9h6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vetI8by9h6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vetI8by9h6 .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-vetI8by9h6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vetI8by9h6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vetI8by9h6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vetI8by9h6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vetI8by9h6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vetI8by9h6 .dropdown-item.active,
.cid-vetI8by9h6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vetI8by9h6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vetI8by9h6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vetI8by9h6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vetI8by9h6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vetI8by9h6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vetI8by9h6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vetI8by9h6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vetI8by9h6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vetI8by9h6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vetI8by9h6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vetI8by9h6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vetI8by9h6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetI8by9h6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetI8by9h6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vetI8by9h6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetI8by9h6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vetI8by9h6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vetI8by9h6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetI8by9h6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vetI8by9h6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vetI8by9h6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vetI8by9h6 .navbar {
    height: 77px;
  }
  .cid-vetI8by9h6 .navbar.opened {
    height: auto;
  }
  .cid-vetI8by9h6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vetI8by9h6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vetI8by9h6 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vetI8by9h6 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vetI8by9h6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vetI8by9h6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vetI8by9h6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vetI8by9h6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vetI8by9h6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vetI8by9h6 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vetI8by9h6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vetI8by9h6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vetI8by9h6 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vetI8c61iK {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/caminhada20das20diretas20jc3a120-20198420-20copia-2000x1504.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-vetI8c61iK {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-vetI8c61iK {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-vetI8c61iK {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-vetI8c61iK {
    min-height: 610px;
  }
}
.cid-vetI8c61iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetI8c61iK .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetI8c61iK .row {
  justify-content: flex-start;
}
.cid-vetI8c61iK .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-vetI8c61iK .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-vetI8c61iK .mbr-text {
  color: #FEF9EE;
}
.cid-vetI8c61iK .mbr-class {
  z-index: 11;
}
.cid-vetI8cyJE0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetI8cyJE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetI8cyJE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetI8cyJE0 .row {
  justify-content: flex-start;
}
.cid-vetI8cyJE0 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vetI8cyJE0 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetKVBNnCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vetKVBNnCK blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-vetKVBNnCK div,
.cid-vetKVBNnCK .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-vetKVBNnCK .mbr-text {
  text-align: left;
}
.cid-vetKZcRfQK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetKZcRfQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetKZcRfQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetKZcRfQK .row {
  justify-content: flex-start;
}
.cid-vetKZcRfQK .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetKZcRfQK .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetPbWf6V2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vetPbWf6V2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetPbWf6V2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetPbWf6V2 .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-vetPbWf6V2 .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetPbWf6V2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetPbWf6V2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetPbWf6V2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetPbWf6V2 .carousel-control,
.cid-vetPbWf6V2 .close {
  background: #1b1b1b;
}
.cid-vetPbWf6V2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetPbWf6V2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetPbWf6V2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetPbWf6V2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetPbWf6V2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetPbWf6V2 .close::before {
  content: '\e91a';
}
.cid-vetPbWf6V2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetPbWf6V2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetPbWf6V2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetPbWf6V2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetPbWf6V2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetPbWf6V2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetPbWf6V2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetPbWf6V2 .carousel-indicators li.active,
.cid-vetPbWf6V2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetPbWf6V2 .carousel-indicators li::after,
.cid-vetPbWf6V2 .carousel-indicators li::before {
  content: none;
}
.cid-vetPbWf6V2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetPbWf6V2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetPbWf6V2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetPbWf6V2 .carousel-indicators {
    display: none;
  }
}
.cid-vetPbWf6V2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetPbWf6V2 .carousel-inner > .active {
  display: block;
}
.cid-vetPbWf6V2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetPbWf6V2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetPbWf6V2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetPbWf6V2 .carousel-control,
  .cid-vetPbWf6V2 .carousel-indicators,
  .cid-vetPbWf6V2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetPbWf6V2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetPbWf6V2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetPbWf6V2 .carousel-indicators .active,
.cid-vetPbWf6V2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetPbWf6V2 .carousel-indicators .active {
  background: #fff;
}
.cid-vetPbWf6V2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetPbWf6V2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetPbWf6V2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetPbWf6V2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetPbWf6V2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetPbWf6V2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetPbWf6V2 .carousel {
  width: 100%;
}
.cid-vetPbWf6V2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetPbWf6V2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetPbWf6V2 .modal.fade .modal-dialog,
.cid-vetPbWf6V2 .modal.in .modal-dialog {
  transform: none;
}
.cid-vetPbWf6V2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetPbWf6V2 H6 {
  text-align: center;
}
.cid-vetPkgE7mO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetPkgE7mO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetPkgE7mO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetPkgE7mO .row {
  justify-content: flex-start;
}
.cid-vetPkgE7mO .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetPkgE7mO .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetI8cV1zJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vetI8cV1zJ .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vetI8cV1zJ .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-vetI8deoti {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetI8deoti .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetI8deoti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetI8deoti .row {
  justify-content: flex-start;
}
.cid-vetI8deoti .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetI8deoti .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetM9ChC1u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vetM9ChC1u .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vetM9ChC1u .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-vetQ5JGBa7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vetQ5JGBa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetQ5JGBa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetQ5JGBa7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vetQ5JGBa7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vetQ5JGBa7 .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetQ5JGBa7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetQ5JGBa7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetQ5JGBa7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetQ5JGBa7 .carousel-control,
.cid-vetQ5JGBa7 .close {
  background: #1b1b1b;
}
.cid-vetQ5JGBa7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetQ5JGBa7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetQ5JGBa7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetQ5JGBa7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetQ5JGBa7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetQ5JGBa7 .close::before {
  content: '\e91a';
}
.cid-vetQ5JGBa7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetQ5JGBa7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetQ5JGBa7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetQ5JGBa7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetQ5JGBa7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetQ5JGBa7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetQ5JGBa7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetQ5JGBa7 .carousel-indicators li.active,
.cid-vetQ5JGBa7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetQ5JGBa7 .carousel-indicators li::after,
.cid-vetQ5JGBa7 .carousel-indicators li::before {
  content: none;
}
.cid-vetQ5JGBa7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetQ5JGBa7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetQ5JGBa7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetQ5JGBa7 .carousel-indicators {
    display: none;
  }
}
.cid-vetQ5JGBa7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetQ5JGBa7 .carousel-inner > .active {
  display: block;
}
.cid-vetQ5JGBa7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetQ5JGBa7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetQ5JGBa7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetQ5JGBa7 .carousel-control,
  .cid-vetQ5JGBa7 .carousel-indicators,
  .cid-vetQ5JGBa7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetQ5JGBa7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetQ5JGBa7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetQ5JGBa7 .carousel-indicators .active,
.cid-vetQ5JGBa7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetQ5JGBa7 .carousel-indicators .active {
  background: #fff;
}
.cid-vetQ5JGBa7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetQ5JGBa7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetQ5JGBa7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetQ5JGBa7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetQ5JGBa7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetQ5JGBa7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetQ5JGBa7 .carousel {
  width: 100%;
}
.cid-vetQ5JGBa7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetQ5JGBa7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetQ5JGBa7 .modal.fade .modal-dialog,
.cid-vetQ5JGBa7 .modal.in .modal-dialog {
  transform: none;
}
.cid-vetQ5JGBa7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetQ5JGBa7 H6 {
  text-align: center;
}
.cid-vetMk3f2Yg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetMk3f2Yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetMk3f2Yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetMk3f2Yg .row {
  justify-content: flex-start;
}
.cid-vetMk3f2Yg .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetMk3f2Yg .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetMYXUY3i {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetMYXUY3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetMYXUY3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetMYXUY3i .row {
  justify-content: flex-start;
}
.cid-vetMYXUY3i .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vetMYXUY3i .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetNlGa4qn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vetNlGa4qn .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vetNlGa4qn .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-vetNvxjfjl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetNvxjfjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetNvxjfjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetNvxjfjl .row {
  justify-content: flex-start;
}
.cid-vetNvxjfjl .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetNvxjfjl .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetI8dBsPm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vetI8dBsPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetI8dBsPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetI8dBsPm .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-vetI8dBsPm .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetI8dBsPm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetI8dBsPm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetI8dBsPm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetI8dBsPm .carousel-control,
.cid-vetI8dBsPm .close {
  background: #1b1b1b;
}
.cid-vetI8dBsPm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetI8dBsPm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetI8dBsPm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetI8dBsPm .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetI8dBsPm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetI8dBsPm .close::before {
  content: '\e91a';
}
.cid-vetI8dBsPm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetI8dBsPm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetI8dBsPm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetI8dBsPm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetI8dBsPm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetI8dBsPm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetI8dBsPm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetI8dBsPm .carousel-indicators li.active,
.cid-vetI8dBsPm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetI8dBsPm .carousel-indicators li::after,
.cid-vetI8dBsPm .carousel-indicators li::before {
  content: none;
}
.cid-vetI8dBsPm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetI8dBsPm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetI8dBsPm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetI8dBsPm .carousel-indicators {
    display: none;
  }
}
.cid-vetI8dBsPm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetI8dBsPm .carousel-inner > .active {
  display: block;
}
.cid-vetI8dBsPm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetI8dBsPm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetI8dBsPm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetI8dBsPm .carousel-control,
  .cid-vetI8dBsPm .carousel-indicators,
  .cid-vetI8dBsPm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetI8dBsPm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetI8dBsPm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetI8dBsPm .carousel-indicators .active,
.cid-vetI8dBsPm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetI8dBsPm .carousel-indicators .active {
  background: #fff;
}
.cid-vetI8dBsPm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetI8dBsPm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetI8dBsPm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetI8dBsPm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetI8dBsPm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetI8dBsPm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetI8dBsPm .carousel {
  width: 100%;
}
.cid-vetI8dBsPm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetI8dBsPm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetI8dBsPm .modal.fade .modal-dialog,
.cid-vetI8dBsPm .modal.in .modal-dialog {
  transform: none;
}
.cid-vetI8dBsPm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetI8dBsPm H6 {
  text-align: center;
}
.cid-vetI8elgPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vetI8elgPi .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vetI8elgPi .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-vetI8elgPi .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKTFr5dh2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKTFr5dh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKTFr5dh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKTFr5dh2 .row {
  justify-content: flex-start;
}
.cid-veKTFr5dh2 .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKTFr5dh2 .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKTFr5dh2 .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKTFr5dh2 .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vetSR8h835 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vetSR8h835 .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;
}
.cid-vetSR8h835 .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vetSR8h835 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vetSR8h835 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vetSR8h835 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vetSR8h835 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vetSR8h835 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vetSR8h835 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vetSR8h835 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vetSR8h835 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vetSR8h835 .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vetSR8h835 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vetSR8h835 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vetSR8h835 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vetSR8h835 .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vetSR8h835 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vetSR8h835 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vetSR8h835 .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vetSR8h835 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vetSR8h835 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vetSR8h835 .container,
.cid-vetSR8h835 .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .container,
  .cid-vetSR8h835 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vetSR8h835 .container,
  .cid-vetSR8h835 .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vetSR8h835 .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vetSR8h835 .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vetSR8h835 .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vetSR8h835 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vetSR8h835 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vetSR8h835 .nav-item:focus,
.cid-vetSR8h835 .nav-link:focus {
  outline: none;
}
.cid-vetSR8h835 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vetSR8h835 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vetSR8h835 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vetSR8h835 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vetSR8h835 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vetSR8h835 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vetSR8h835 .navbar {
  min-height: 77px;
  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-vetSR8h835 .navbar.opened {
  transition: all 0.3s;
}
.cid-vetSR8h835 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vetSR8h835 .navbar .navbar-logo img {
  width: auto;
}
.cid-vetSR8h835 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vetSR8h835 .navbar.collapsed {
  justify-content: center;
}
.cid-vetSR8h835 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vetSR8h835 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vetSR8h835 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vetSR8h835 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vetSR8h835 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vetSR8h835 .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-vetSR8h835 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vetSR8h835 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vetSR8h835 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vetSR8h835 .navbar {
    min-height: 72px;
  }
  .cid-vetSR8h835 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vetSR8h835 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vetSR8h835 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vetSR8h835 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vetSR8h835 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vetSR8h835 .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-vetSR8h835 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vetSR8h835 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vetSR8h835 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vetSR8h835 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vetSR8h835 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vetSR8h835 .dropdown-item.active,
.cid-vetSR8h835 .dropdown-item:active {
  background-color: transparent;
}
.cid-vetSR8h835 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vetSR8h835 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vetSR8h835 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vetSR8h835 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vetSR8h835 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vetSR8h835 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vetSR8h835 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vetSR8h835 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .navbar-buttons {
    text-align: left;
  }
}
.cid-vetSR8h835 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vetSR8h835 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vetSR8h835 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vetSR8h835 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetSR8h835 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetSR8h835 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vetSR8h835 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetSR8h835 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vetSR8h835 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vetSR8h835 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetSR8h835 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vetSR8h835 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vetSR8h835 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vetSR8h835 .navbar {
    height: 77px;
  }
  .cid-vetSR8h835 .navbar.opened {
    height: auto;
  }
  .cid-vetSR8h835 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vetSR8h835 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vetSR8h835 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vetSR8h835 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vetSR8h835 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vetSR8h835 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vetSR8h835 .navbar-brand {
    margin-right: auto;
  }
  .cid-vetSR8h835 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vetSR8h835 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vetSR8h835 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vetSR8h835 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vetSR8h835 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vetSR8h835 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vetSR8h835 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vetSR8h835 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vetSR8WDnN {
  padding-top: 7rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("../../../assets/images/comicio20tancredo20-20antonio20carlos20piccino-940x504.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-vetSR8WDnN {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-vetSR8WDnN {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-vetSR8WDnN {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-vetSR8WDnN {
    min-height: 610px;
  }
}
.cid-vetSR8WDnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetSR8WDnN .mbr-fallback-image {
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetSR8WDnN .row {
  justify-content: flex-start;
}
.cid-vetSR8WDnN .mbr-section-title {
  color: #FEF9EE;
  z-index: 11;
  text-align: center;
}
.cid-vetSR8WDnN .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-vetSR8WDnN .mbr-text {
  color: #FEF9EE;
}
.cid-vetSR8WDnN .mbr-class {
  z-index: 11;
}
.cid-vetSR9JDeX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetSR9JDeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetSR9JDeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetSR9JDeX .row {
  justify-content: flex-start;
}
.cid-vetSR9JDeX .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vetSR9JDeX .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetSRcqLrd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vetSRcqLrd .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vetSRcqLrd .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-vezC1dR1kl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vezC1dR1kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vezC1dR1kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vezC1dR1kl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vezC1dR1kl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vezC1dR1kl .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vezC1dR1kl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vezC1dR1kl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vezC1dR1kl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vezC1dR1kl .carousel-control,
.cid-vezC1dR1kl .close {
  background: #1b1b1b;
}
.cid-vezC1dR1kl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vezC1dR1kl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vezC1dR1kl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vezC1dR1kl .carousel-control-next span {
  margin-left: 5px;
}
.cid-vezC1dR1kl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vezC1dR1kl .close::before {
  content: '\e91a';
}
.cid-vezC1dR1kl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vezC1dR1kl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vezC1dR1kl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vezC1dR1kl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vezC1dR1kl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vezC1dR1kl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vezC1dR1kl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vezC1dR1kl .carousel-indicators li.active,
.cid-vezC1dR1kl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vezC1dR1kl .carousel-indicators li::after,
.cid-vezC1dR1kl .carousel-indicators li::before {
  content: none;
}
.cid-vezC1dR1kl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vezC1dR1kl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vezC1dR1kl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vezC1dR1kl .carousel-indicators {
    display: none;
  }
}
.cid-vezC1dR1kl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vezC1dR1kl .carousel-inner > .active {
  display: block;
}
.cid-vezC1dR1kl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vezC1dR1kl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vezC1dR1kl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vezC1dR1kl .carousel-control,
  .cid-vezC1dR1kl .carousel-indicators,
  .cid-vezC1dR1kl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vezC1dR1kl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vezC1dR1kl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vezC1dR1kl .carousel-indicators .active,
.cid-vezC1dR1kl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vezC1dR1kl .carousel-indicators .active {
  background: #fff;
}
.cid-vezC1dR1kl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vezC1dR1kl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vezC1dR1kl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vezC1dR1kl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vezC1dR1kl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vezC1dR1kl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vezC1dR1kl .carousel {
  width: 100%;
}
.cid-vezC1dR1kl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vezC1dR1kl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vezC1dR1kl .modal.fade .modal-dialog,
.cid-vezC1dR1kl .modal.in .modal-dialog {
  transform: none;
}
.cid-vezC1dR1kl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vezC1dR1kl H6 {
  text-align: center;
}
.cid-vetSRaBHun {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetSRaBHun .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetSRaBHun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetSRaBHun .row {
  justify-content: flex-start;
}
.cid-vetSRaBHun .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetSRaBHun .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetSRadK95 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vetSRadK95 blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-vetSRadK95 div,
.cid-vetSRadK95 .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-vetSRadK95 .mbr-text {
  text-align: left;
}
.cid-vetSRbUW7A {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetSRbUW7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetSRbUW7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetSRbUW7A .row {
  justify-content: flex-start;
}
.cid-vetSRbUW7A .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetSRbUW7A .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetVcGuFAy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vetVcGuFAy blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-vetVcGuFAy div,
.cid-vetVcGuFAy .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-vetVcGuFAy .mbr-text {
  text-align: left;
}
.cid-vetSRcO9ze {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetSRcO9ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetSRcO9ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetSRcO9ze .row {
  justify-content: flex-start;
}
.cid-vetSRcO9ze .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetSRcO9ze .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetSRb725k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vetSRb725k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetSRb725k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetSRb725k .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vetSRb725k .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vetSRb725k .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetSRb725k .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetSRb725k .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetSRb725k .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetSRb725k .carousel-control,
.cid-vetSRb725k .close {
  background: #1b1b1b;
}
.cid-vetSRb725k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetSRb725k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetSRb725k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetSRb725k .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetSRb725k .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetSRb725k .close::before {
  content: '\e91a';
}
.cid-vetSRb725k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetSRb725k .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetSRb725k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetSRb725k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetSRb725k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetSRb725k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetSRb725k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetSRb725k .carousel-indicators li.active,
.cid-vetSRb725k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetSRb725k .carousel-indicators li::after,
.cid-vetSRb725k .carousel-indicators li::before {
  content: none;
}
.cid-vetSRb725k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetSRb725k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetSRb725k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetSRb725k .carousel-indicators {
    display: none;
  }
}
.cid-vetSRb725k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetSRb725k .carousel-inner > .active {
  display: block;
}
.cid-vetSRb725k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetSRb725k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetSRb725k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetSRb725k .carousel-control,
  .cid-vetSRb725k .carousel-indicators,
  .cid-vetSRb725k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetSRb725k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetSRb725k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetSRb725k .carousel-indicators .active,
.cid-vetSRb725k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetSRb725k .carousel-indicators .active {
  background: #fff;
}
.cid-vetSRb725k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetSRb725k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetSRb725k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetSRb725k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetSRb725k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetSRb725k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetSRb725k .carousel {
  width: 100%;
}
.cid-vetSRb725k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetSRb725k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetSRb725k .modal.fade .modal-dialog,
.cid-vetSRb725k .modal.in .modal-dialog {
  transform: none;
}
.cid-vetSRb725k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetSRb725k H6 {
  text-align: center;
}
.cid-vetSRhfvC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vetSRhfvC8 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vetSRhfvC8 .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-vetSRhfvC8 .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKTJHDjMG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKTJHDjMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKTJHDjMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKTJHDjMG .row {
  justify-content: flex-start;
}
.cid-veKTJHDjMG .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKTJHDjMG .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKTJHDjMG .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKTJHDjMG .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vetWtQwPWv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vetWtQwPWv .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;
}
.cid-vetWtQwPWv .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vetWtQwPWv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vetWtQwPWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vetWtQwPWv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vetWtQwPWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vetWtQwPWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vetWtQwPWv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vetWtQwPWv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vetWtQwPWv .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vetWtQwPWv .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vetWtQwPWv .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vetWtQwPWv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vetWtQwPWv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vetWtQwPWv .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vetWtQwPWv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vetWtQwPWv .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vetWtQwPWv .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vetWtQwPWv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vetWtQwPWv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vetWtQwPWv .container,
.cid-vetWtQwPWv .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .container,
  .cid-vetWtQwPWv .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vetWtQwPWv .container,
  .cid-vetWtQwPWv .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vetWtQwPWv .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vetWtQwPWv .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vetWtQwPWv .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vetWtQwPWv .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vetWtQwPWv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vetWtQwPWv .nav-item:focus,
.cid-vetWtQwPWv .nav-link:focus {
  outline: none;
}
.cid-vetWtQwPWv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vetWtQwPWv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vetWtQwPWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vetWtQwPWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vetWtQwPWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vetWtQwPWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vetWtQwPWv .navbar {
  min-height: 77px;
  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-vetWtQwPWv .navbar.opened {
  transition: all 0.3s;
}
.cid-vetWtQwPWv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vetWtQwPWv .navbar .navbar-logo img {
  width: auto;
}
.cid-vetWtQwPWv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vetWtQwPWv .navbar.collapsed {
  justify-content: center;
}
.cid-vetWtQwPWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vetWtQwPWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vetWtQwPWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vetWtQwPWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vetWtQwPWv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vetWtQwPWv .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-vetWtQwPWv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vetWtQwPWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vetWtQwPWv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vetWtQwPWv .navbar {
    min-height: 72px;
  }
  .cid-vetWtQwPWv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vetWtQwPWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vetWtQwPWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vetWtQwPWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vetWtQwPWv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vetWtQwPWv .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-vetWtQwPWv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vetWtQwPWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vetWtQwPWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vetWtQwPWv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vetWtQwPWv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vetWtQwPWv .dropdown-item.active,
.cid-vetWtQwPWv .dropdown-item:active {
  background-color: transparent;
}
.cid-vetWtQwPWv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vetWtQwPWv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vetWtQwPWv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vetWtQwPWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vetWtQwPWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vetWtQwPWv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vetWtQwPWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vetWtQwPWv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .navbar-buttons {
    text-align: left;
  }
}
.cid-vetWtQwPWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vetWtQwPWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vetWtQwPWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vetWtQwPWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetWtQwPWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetWtQwPWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vetWtQwPWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetWtQwPWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vetWtQwPWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vetWtQwPWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetWtQwPWv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vetWtQwPWv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vetWtQwPWv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vetWtQwPWv .navbar {
    height: 77px;
  }
  .cid-vetWtQwPWv .navbar.opened {
    height: auto;
  }
  .cid-vetWtQwPWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vetWtQwPWv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vetWtQwPWv .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vetWtQwPWv .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vetWtQwPWv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vetWtQwPWv .navbar-brand {
    margin-right: auto;
  }
  .cid-vetWtQwPWv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vetWtQwPWv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vetWtQwPWv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vetWtQwPWv .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vetWtQwPWv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vetWtQwPWv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vetWtQwPWv .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veu1oe4tJt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ulysses20guimarc3a3es20e20o20texto20consolidado20da20constituic3a7c3a3o20em20abril20de20198820-20celio20azevedo-2000x1366.webp");
  position: relative;
  overflow: hidden;
}
.cid-veu1oe4tJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veu1oe4tJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veu1oe4tJt .content-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veu1oe4tJt .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veu1oe4tJt .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veu1oe4tJt .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veu1oe4tJt .card-wrapper {
  width: 100%;
}
.cid-veu1oe4tJt .card-box {
  width: 100%;
}
.cid-veu1oe4tJt .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-veu1oe4tJt .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veu1oe4tJt .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-veu1oe4tJt .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-veu1oe4tJt .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-veu1oe4tJt .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-veu1oe4tJt .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-veu1oe4tJt .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veu1oe4tJt .image-wrapper {
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-veu1oe4tJt .image-wrapper {
    width: 100%;
  }
}
.cid-veu1oe4tJt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veu1oe4tJt .bg-img {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veu1oe4tJt .bg-img {
    width: 150%;
  }
}
.cid-veu1oe4tJt .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-veu1oe4tJt .bg-img2 {
    width: 120%;
  }
}
.cid-veu1oe4tJt .mbr-text,
.cid-veu1oe4tJt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vetWtRv7Zq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetWtRv7Zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetWtRv7Zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetWtRv7Zq .row {
  justify-content: flex-start;
}
.cid-vetWtRv7Zq .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vetWtRv7Zq .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetWtSL8cG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-vetWtSL8cG blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-vetWtSL8cG div,
.cid-vetWtSL8cG .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-vetWtSL8cG .mbr-text {
  text-align: left;
}
.cid-vetWtSjqJH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetWtSjqJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetWtSjqJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetWtSjqJH .row {
  justify-content: flex-start;
}
.cid-vetWtSjqJH .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetWtSjqJH .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vetWtRVOuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vetWtRVOuj .line {
  background-color: #ff4545;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vetWtRVOuj .mbr-text {
  color: #1f1d1a;
  text-align: center;
}
.cid-vetWtTcWdB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetWtTcWdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetWtTcWdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetWtTcWdB .row {
  justify-content: flex-start;
}
.cid-vetWtTcWdB .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vetWtTcWdB .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veu8Po6uQz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veu8Po6uQz blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #eeeeee;
  margin-bottom: 0px;
}
.cid-veu8Po6uQz div,
.cid-veu8Po6uQz .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veu8Po6uQz .mbr-text {
  text-align: left;
}
.cid-vetWtUBOlJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vetWtUBOlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetWtUBOlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetWtUBOlJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vetWtUBOlJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vetWtUBOlJ .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-vetWtUBOlJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vetWtUBOlJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vetWtUBOlJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vetWtUBOlJ .carousel-control,
.cid-vetWtUBOlJ .close {
  background: #1b1b1b;
}
.cid-vetWtUBOlJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vetWtUBOlJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vetWtUBOlJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vetWtUBOlJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vetWtUBOlJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vetWtUBOlJ .close::before {
  content: '\e91a';
}
.cid-vetWtUBOlJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vetWtUBOlJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vetWtUBOlJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetWtUBOlJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vetWtUBOlJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vetWtUBOlJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vetWtUBOlJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vetWtUBOlJ .carousel-indicators li.active,
.cid-vetWtUBOlJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vetWtUBOlJ .carousel-indicators li::after,
.cid-vetWtUBOlJ .carousel-indicators li::before {
  content: none;
}
.cid-vetWtUBOlJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vetWtUBOlJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vetWtUBOlJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vetWtUBOlJ .carousel-indicators {
    display: none;
  }
}
.cid-vetWtUBOlJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vetWtUBOlJ .carousel-inner > .active {
  display: block;
}
.cid-vetWtUBOlJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vetWtUBOlJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vetWtUBOlJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vetWtUBOlJ .carousel-control,
  .cid-vetWtUBOlJ .carousel-indicators,
  .cid-vetWtUBOlJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vetWtUBOlJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vetWtUBOlJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vetWtUBOlJ .carousel-indicators .active,
.cid-vetWtUBOlJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vetWtUBOlJ .carousel-indicators .active {
  background: #fff;
}
.cid-vetWtUBOlJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vetWtUBOlJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vetWtUBOlJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vetWtUBOlJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vetWtUBOlJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vetWtUBOlJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vetWtUBOlJ .carousel {
  width: 100%;
}
.cid-vetWtUBOlJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vetWtUBOlJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vetWtUBOlJ .modal.fade .modal-dialog,
.cid-vetWtUBOlJ .modal.in .modal-dialog {
  transform: none;
}
.cid-vetWtUBOlJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vetWtUBOlJ H6 {
  text-align: center;
}
.cid-vetWtU8eHL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vetWtU8eHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetWtU8eHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetWtU8eHL .row {
  justify-content: flex-start;
}
.cid-vetWtU8eHL .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vetWtU8eHL .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veu9szqBzT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veu9szqBzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veu9szqBzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veu9szqBzT .row {
  justify-content: flex-start;
}
.cid-veu9szqBzT .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veu9szqBzT .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veucevRL16 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veucevRL16 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-veucevRL16 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5rem;
}
.cid-veucevRL16 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ad8115;
  background-color: #ad8115;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-veua4VznnN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veua4VznnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veua4VznnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veua4VznnN .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veua4VznnN .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veua4VznnN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veua4VznnN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veua4VznnN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veua4VznnN .carousel-control,
.cid-veua4VznnN .close {
  background: #1b1b1b;
}
.cid-veua4VznnN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veua4VznnN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veua4VznnN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veua4VznnN .carousel-control-next span {
  margin-left: 5px;
}
.cid-veua4VznnN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veua4VznnN .close::before {
  content: '\e91a';
}
.cid-veua4VznnN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veua4VznnN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veua4VznnN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veua4VznnN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veua4VznnN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veua4VznnN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veua4VznnN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veua4VznnN .carousel-indicators li.active,
.cid-veua4VznnN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veua4VznnN .carousel-indicators li::after,
.cid-veua4VznnN .carousel-indicators li::before {
  content: none;
}
.cid-veua4VznnN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veua4VznnN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veua4VznnN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veua4VznnN .carousel-indicators {
    display: none;
  }
}
.cid-veua4VznnN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veua4VznnN .carousel-inner > .active {
  display: block;
}
.cid-veua4VznnN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veua4VznnN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veua4VznnN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veua4VznnN .carousel-control,
  .cid-veua4VznnN .carousel-indicators,
  .cid-veua4VznnN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veua4VznnN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veua4VznnN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veua4VznnN .carousel-indicators .active,
.cid-veua4VznnN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veua4VznnN .carousel-indicators .active {
  background: #fff;
}
.cid-veua4VznnN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veua4VznnN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veua4VznnN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veua4VznnN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veua4VznnN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veua4VznnN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veua4VznnN .carousel {
  width: 100%;
}
.cid-veua4VznnN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veua4VznnN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veua4VznnN .modal.fade .modal-dialog,
.cid-veua4VznnN .modal.in .modal-dialog {
  transform: none;
}
.cid-veua4VznnN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veua4VznnN H6 {
  text-align: center;
}
.cid-veucP3K4TU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veucP3K4TU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veucP3K4TU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veucP3K4TU .row {
  justify-content: flex-start;
}
.cid-veucP3K4TU .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veucP3K4TU .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veudRWQA28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veudRWQA28 blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veudRWQA28 div,
.cid-veudRWQA28 .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veudRWQA28 .mbr-text {
  text-align: left;
}
.cid-veue3eGDU5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veue3eGDU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veue3eGDU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veue3eGDU5 .row {
  justify-content: flex-start;
}
.cid-veue3eGDU5 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veue3eGDU5 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veuenMEhKV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veuenMEhKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veuenMEhKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veuenMEhKV .row {
  justify-content: flex-start;
}
.cid-veuenMEhKV .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veuenMEhKV .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veukkMFdfp {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veukkMFdfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veukkMFdfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veukkMFdfp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veukkMFdfp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-veukkMFdfp .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veukkMFdfp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veukkMFdfp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veukkMFdfp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veukkMFdfp .carousel-control,
.cid-veukkMFdfp .close {
  background: #1b1b1b;
}
.cid-veukkMFdfp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veukkMFdfp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veukkMFdfp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veukkMFdfp .carousel-control-next span {
  margin-left: 5px;
}
.cid-veukkMFdfp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veukkMFdfp .close::before {
  content: '\e91a';
}
.cid-veukkMFdfp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veukkMFdfp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veukkMFdfp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veukkMFdfp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veukkMFdfp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veukkMFdfp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veukkMFdfp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veukkMFdfp .carousel-indicators li.active,
.cid-veukkMFdfp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veukkMFdfp .carousel-indicators li::after,
.cid-veukkMFdfp .carousel-indicators li::before {
  content: none;
}
.cid-veukkMFdfp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veukkMFdfp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veukkMFdfp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veukkMFdfp .carousel-indicators {
    display: none;
  }
}
.cid-veukkMFdfp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veukkMFdfp .carousel-inner > .active {
  display: block;
}
.cid-veukkMFdfp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veukkMFdfp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veukkMFdfp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veukkMFdfp .carousel-control,
  .cid-veukkMFdfp .carousel-indicators,
  .cid-veukkMFdfp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veukkMFdfp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veukkMFdfp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veukkMFdfp .carousel-indicators .active,
.cid-veukkMFdfp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veukkMFdfp .carousel-indicators .active {
  background: #fff;
}
.cid-veukkMFdfp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veukkMFdfp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veukkMFdfp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veukkMFdfp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veukkMFdfp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veukkMFdfp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veukkMFdfp .carousel {
  width: 100%;
}
.cid-veukkMFdfp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veukkMFdfp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veukkMFdfp .modal.fade .modal-dialog,
.cid-veukkMFdfp .modal.in .modal-dialog {
  transform: none;
}
.cid-veukkMFdfp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veukkMFdfp H6 {
  text-align: center;
}
.cid-veukFTAr6n {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/promulgac3a7c3a3o20da20constituic3a7c3a3o-1024x667.webp");
}
.cid-veukFTAr6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-veukFTAr6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veukFTAr6n .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veukFTAr6n .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veukFTAr6n .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-veukFTAr6n .content-head {
  max-width: 800px;
}
.cid-veukFTAr6n .mbr-section-title {
  color: #ffffff;
}
.cid-veukFTAr6n .card-title {
  color: #fef9ee;
  text-align: justify;
}
.cid-vetWtVanU8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vetWtVanU8 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vetWtVanU8 .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-vetWtVanU8 .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veKTSZ7FZD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKTSZ7FZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKTSZ7FZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKTSZ7FZD .row {
  justify-content: flex-start;
}
.cid-veKTSZ7FZD .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKTSZ7FZD .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKTSZ7FZD .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKTSZ7FZD .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-vezCE3TlgO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vezCE3TlgO .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;
}
.cid-vezCE3TlgO .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-vezCE3TlgO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vezCE3TlgO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vezCE3TlgO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vezCE3TlgO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vezCE3TlgO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vezCE3TlgO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vezCE3TlgO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vezCE3TlgO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-vezCE3TlgO .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-vezCE3TlgO .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vezCE3TlgO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vezCE3TlgO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vezCE3TlgO .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vezCE3TlgO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vezCE3TlgO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vezCE3TlgO .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vezCE3TlgO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vezCE3TlgO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vezCE3TlgO .container,
.cid-vezCE3TlgO .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .container,
  .cid-vezCE3TlgO .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vezCE3TlgO .container,
  .cid-vezCE3TlgO .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-vezCE3TlgO .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-vezCE3TlgO .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-vezCE3TlgO .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-vezCE3TlgO .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-vezCE3TlgO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-vezCE3TlgO .nav-item:focus,
.cid-vezCE3TlgO .nav-link:focus {
  outline: none;
}
.cid-vezCE3TlgO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vezCE3TlgO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vezCE3TlgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vezCE3TlgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vezCE3TlgO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vezCE3TlgO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vezCE3TlgO .navbar {
  min-height: 77px;
  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-vezCE3TlgO .navbar.opened {
  transition: all 0.3s;
}
.cid-vezCE3TlgO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vezCE3TlgO .navbar .navbar-logo img {
  width: auto;
}
.cid-vezCE3TlgO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vezCE3TlgO .navbar.collapsed {
  justify-content: center;
}
.cid-vezCE3TlgO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vezCE3TlgO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vezCE3TlgO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vezCE3TlgO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vezCE3TlgO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vezCE3TlgO .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-vezCE3TlgO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vezCE3TlgO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vezCE3TlgO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vezCE3TlgO .navbar {
    min-height: 72px;
  }
  .cid-vezCE3TlgO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vezCE3TlgO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vezCE3TlgO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vezCE3TlgO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vezCE3TlgO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vezCE3TlgO .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-vezCE3TlgO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vezCE3TlgO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vezCE3TlgO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vezCE3TlgO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vezCE3TlgO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vezCE3TlgO .dropdown-item.active,
.cid-vezCE3TlgO .dropdown-item:active {
  background-color: transparent;
}
.cid-vezCE3TlgO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vezCE3TlgO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vezCE3TlgO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-vezCE3TlgO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vezCE3TlgO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vezCE3TlgO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vezCE3TlgO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vezCE3TlgO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .navbar-buttons {
    text-align: left;
  }
}
.cid-vezCE3TlgO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vezCE3TlgO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vezCE3TlgO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vezCE3TlgO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vezCE3TlgO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vezCE3TlgO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vezCE3TlgO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vezCE3TlgO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vezCE3TlgO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vezCE3TlgO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vezCE3TlgO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vezCE3TlgO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vezCE3TlgO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vezCE3TlgO .navbar {
    height: 77px;
  }
  .cid-vezCE3TlgO .navbar.opened {
    height: auto;
  }
  .cid-vezCE3TlgO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vezCE3TlgO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vezCE3TlgO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vezCE3TlgO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vezCE3TlgO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vezCE3TlgO .navbar-brand {
    margin-right: auto;
  }
  .cid-vezCE3TlgO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-vezCE3TlgO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vezCE3TlgO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vezCE3TlgO .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vezCE3TlgO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vezCE3TlgO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vezCE3TlgO .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-vezCE4Bh60 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/protesto-movimentos-topo-2000x1509.webp");
  position: relative;
  overflow: hidden;
}
.cid-vezCE4Bh60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vezCE4Bh60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vezCE4Bh60 .content-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vezCE4Bh60 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-vezCE4Bh60 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vezCE4Bh60 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vezCE4Bh60 .card-wrapper {
  width: 100%;
}
.cid-vezCE4Bh60 .card-box {
  width: 100%;
}
.cid-vezCE4Bh60 .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-vezCE4Bh60 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-vezCE4Bh60 .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-vezCE4Bh60 .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-vezCE4Bh60 .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-vezCE4Bh60 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-vezCE4Bh60 .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-vezCE4Bh60 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-vezCE4Bh60 .image-wrapper {
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vezCE4Bh60 .image-wrapper {
    width: 100%;
  }
}
.cid-vezCE4Bh60 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vezCE4Bh60 .bg-img {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-vezCE4Bh60 .bg-img {
    width: 150%;
  }
}
.cid-vezCE4Bh60 .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-vezCE4Bh60 .bg-img2 {
    width: 120%;
  }
}
.cid-vezCE4Bh60 .mbr-text,
.cid-vezCE4Bh60 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vezCE5d7YZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vezCE5d7YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vezCE5d7YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vezCE5d7YZ .row {
  justify-content: flex-start;
}
.cid-vezCE5d7YZ .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vezCE5d7YZ .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vezCE6qo8j {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vezCE6qo8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vezCE6qo8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vezCE6qo8j .row {
  justify-content: flex-start;
}
.cid-vezCE6qo8j .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vezCE6qo8j .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vezCE7xJo4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vezCE7xJo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vezCE7xJo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vezCE7xJo4 .row {
  justify-content: flex-start;
}
.cid-vezCE7xJo4 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vezCE7xJo4 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veDAr6aIQt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veDAr6aIQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDAr6aIQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDAr6aIQt .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veDAr6aIQt .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veDAr6aIQt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veDAr6aIQt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veDAr6aIQt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veDAr6aIQt .carousel-control,
.cid-veDAr6aIQt .close {
  background: #1b1b1b;
}
.cid-veDAr6aIQt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veDAr6aIQt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veDAr6aIQt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veDAr6aIQt .carousel-control-next span {
  margin-left: 5px;
}
.cid-veDAr6aIQt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veDAr6aIQt .close::before {
  content: '\e91a';
}
.cid-veDAr6aIQt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veDAr6aIQt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veDAr6aIQt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veDAr6aIQt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veDAr6aIQt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veDAr6aIQt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veDAr6aIQt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veDAr6aIQt .carousel-indicators li.active,
.cid-veDAr6aIQt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veDAr6aIQt .carousel-indicators li::after,
.cid-veDAr6aIQt .carousel-indicators li::before {
  content: none;
}
.cid-veDAr6aIQt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veDAr6aIQt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veDAr6aIQt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veDAr6aIQt .carousel-indicators {
    display: none;
  }
}
.cid-veDAr6aIQt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veDAr6aIQt .carousel-inner > .active {
  display: block;
}
.cid-veDAr6aIQt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veDAr6aIQt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veDAr6aIQt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veDAr6aIQt .carousel-control,
  .cid-veDAr6aIQt .carousel-indicators,
  .cid-veDAr6aIQt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veDAr6aIQt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veDAr6aIQt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veDAr6aIQt .carousel-indicators .active,
.cid-veDAr6aIQt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veDAr6aIQt .carousel-indicators .active {
  background: #fff;
}
.cid-veDAr6aIQt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veDAr6aIQt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veDAr6aIQt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veDAr6aIQt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veDAr6aIQt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veDAr6aIQt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veDAr6aIQt .carousel {
  width: 100%;
}
.cid-veDAr6aIQt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veDAr6aIQt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veDAr6aIQt .modal.fade .modal-dialog,
.cid-veDAr6aIQt .modal.in .modal-dialog {
  transform: none;
}
.cid-veDAr6aIQt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veDAr6aIQt H6 {
  text-align: center;
}
.cid-veDAr6aIQt .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veDC0Bzkwc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-veDC0Bzkwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDC0Bzkwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDC0Bzkwc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veDC0Bzkwc .team-card:hover {
  transform: translateY(-10px);
}
.cid-veDC0Bzkwc .card-wrap {
  background: #f1e5c8;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-veDC0Bzkwc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veDC0Bzkwc .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .cid-veDC0Bzkwc .card-wrap .content-wrap {
    padding: 2rem;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .cid-veDC0Bzkwc .card-wrap .content-wrap {
    padding: 1rem;
    min-width: 200px;
  }
}
.cid-veDC0Bzkwc .social-row {
  text-align: center;
}
.cid-veDC0Bzkwc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veDC0Bzkwc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veDC0Bzkwc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veDC0Bzkwc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veDC0Bzkwc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-veDC0Bzkwc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veDC0Bzkwc .embla__button--next,
.cid-veDC0Bzkwc .embla__button--prev {
  display: flex;
}
.cid-veDC0Bzkwc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veDC0Bzkwc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veDC0Bzkwc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-veDC0Bzkwc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veDC0Bzkwc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veDC0Bzkwc .embla__button {
    top: auto;
  }
}
.cid-veDC0Bzkwc .embla {
  position: relative;
  width: 100%;
}
.cid-veDC0Bzkwc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veDC0Bzkwc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veDC0Bzkwc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veDC0Bzkwc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veDC0Bzkwc .mbr-role,
.cid-veDC0Bzkwc .social-row {
  color: #86661a;
  text-align: center;
}
.cid-veDC0Bzkwc .linha-oculta {
  visibility: hidden;
}
.cid-vezQo4BQQO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vezQo4BQQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vezQo4BQQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vezQo4BQQO .row {
  justify-content: flex-start;
}
.cid-vezQo4BQQO .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vezQo4BQQO .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veDB6mERle {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veDB6mERle .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDB6mERle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDB6mERle .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veDB6mERle .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veDB6mERle .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veDB6mERle .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veDB6mERle .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veDB6mERle .carousel-control,
.cid-veDB6mERle .close {
  background: #1b1b1b;
}
.cid-veDB6mERle .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veDB6mERle .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veDB6mERle .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veDB6mERle .carousel-control-next span {
  margin-left: 5px;
}
.cid-veDB6mERle .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veDB6mERle .close::before {
  content: '\e91a';
}
.cid-veDB6mERle .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veDB6mERle .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veDB6mERle .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veDB6mERle .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veDB6mERle .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veDB6mERle .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veDB6mERle .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veDB6mERle .carousel-indicators li.active,
.cid-veDB6mERle .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veDB6mERle .carousel-indicators li::after,
.cid-veDB6mERle .carousel-indicators li::before {
  content: none;
}
.cid-veDB6mERle .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veDB6mERle .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veDB6mERle .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veDB6mERle .carousel-indicators {
    display: none;
  }
}
.cid-veDB6mERle .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veDB6mERle .carousel-inner > .active {
  display: block;
}
.cid-veDB6mERle .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veDB6mERle .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veDB6mERle .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veDB6mERle .carousel-control,
  .cid-veDB6mERle .carousel-indicators,
  .cid-veDB6mERle .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veDB6mERle .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veDB6mERle .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veDB6mERle .carousel-indicators .active,
.cid-veDB6mERle .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veDB6mERle .carousel-indicators .active {
  background: #fff;
}
.cid-veDB6mERle .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veDB6mERle .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veDB6mERle .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veDB6mERle .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veDB6mERle .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veDB6mERle .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veDB6mERle .carousel {
  width: 100%;
}
.cid-veDB6mERle .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veDB6mERle .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veDB6mERle .modal.fade .modal-dialog,
.cid-veDB6mERle .modal.in .modal-dialog {
  transform: none;
}
.cid-veDB6mERle .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veDB6mERle H6 {
  text-align: center;
}
.cid-veDB6mERle .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veKwiZolPy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKwiZolPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwiZolPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKwiZolPy .row {
  justify-content: flex-start;
}
.cid-veKwiZolPy .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKwiZolPy .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veKwoXo5OP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veKwoXo5OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKwoXo5OP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKwoXo5OP .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veKwoXo5OP .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veKwoXo5OP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veKwoXo5OP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veKwoXo5OP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veKwoXo5OP .carousel-control,
.cid-veKwoXo5OP .close {
  background: #1b1b1b;
}
.cid-veKwoXo5OP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veKwoXo5OP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veKwoXo5OP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veKwoXo5OP .carousel-control-next span {
  margin-left: 5px;
}
.cid-veKwoXo5OP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veKwoXo5OP .close::before {
  content: '\e91a';
}
.cid-veKwoXo5OP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veKwoXo5OP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veKwoXo5OP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veKwoXo5OP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veKwoXo5OP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veKwoXo5OP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veKwoXo5OP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veKwoXo5OP .carousel-indicators li.active,
.cid-veKwoXo5OP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veKwoXo5OP .carousel-indicators li::after,
.cid-veKwoXo5OP .carousel-indicators li::before {
  content: none;
}
.cid-veKwoXo5OP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veKwoXo5OP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veKwoXo5OP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veKwoXo5OP .carousel-indicators {
    display: none;
  }
}
.cid-veKwoXo5OP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veKwoXo5OP .carousel-inner > .active {
  display: block;
}
.cid-veKwoXo5OP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veKwoXo5OP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veKwoXo5OP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veKwoXo5OP .carousel-control,
  .cid-veKwoXo5OP .carousel-indicators,
  .cid-veKwoXo5OP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veKwoXo5OP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veKwoXo5OP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veKwoXo5OP .carousel-indicators .active,
.cid-veKwoXo5OP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veKwoXo5OP .carousel-indicators .active {
  background: #fff;
}
.cid-veKwoXo5OP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veKwoXo5OP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veKwoXo5OP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veKwoXo5OP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veKwoXo5OP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veKwoXo5OP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veKwoXo5OP .carousel {
  width: 100%;
}
.cid-veKwoXo5OP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veKwoXo5OP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veKwoXo5OP .modal.fade .modal-dialog,
.cid-veKwoXo5OP .modal.in .modal-dialog {
  transform: none;
}
.cid-veKwoXo5OP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veKwoXo5OP H6 {
  text-align: center;
}
.cid-veKwoXo5OP .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veIei22MF1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-veIei22MF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIei22MF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIei22MF1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veIei22MF1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veIei22MF1 .card-wrap {
  background: #f1e5c8;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-veIei22MF1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veIei22MF1 .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .cid-veIei22MF1 .card-wrap .content-wrap {
    padding: 2rem;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .cid-veIei22MF1 .card-wrap .content-wrap {
    padding: 1rem;
    min-width: 200px;
  }
}
.cid-veIei22MF1 .social-row {
  text-align: center;
}
.cid-veIei22MF1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veIei22MF1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veIei22MF1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veIei22MF1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veIei22MF1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-veIei22MF1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veIei22MF1 .embla__button--next,
.cid-veIei22MF1 .embla__button--prev {
  display: flex;
}
.cid-veIei22MF1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veIei22MF1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veIei22MF1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-veIei22MF1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veIei22MF1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veIei22MF1 .embla__button {
    top: auto;
  }
}
.cid-veIei22MF1 .embla {
  position: relative;
  width: 100%;
}
.cid-veIei22MF1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veIei22MF1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veIei22MF1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veIei22MF1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veIei22MF1 .mbr-role,
.cid-veIei22MF1 .social-row {
  color: #86661a;
  text-align: center;
}
.cid-veIei22MF1 .linha-oculta {
  visibility: hidden;
}
.cid-veIei22MF1 .mbr-section-title {
  color: #901e52;
}
.cid-veIei22MF1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veIig0pDQU {
  margin-top: 5rem;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-veIig0pDQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIig0pDQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIig0pDQU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veIig0pDQU .team-card:hover {
  transform: translateY(-10px);
}
.cid-veIig0pDQU .card-wrap {
  background: #56454b;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-veIig0pDQU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veIig0pDQU .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .cid-veIig0pDQU .card-wrap .content-wrap {
    padding: 2rem;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .cid-veIig0pDQU .card-wrap .content-wrap {
    padding: 1rem;
    min-width: 200px;
  }
}
.cid-veIig0pDQU .social-row {
  text-align: center;
}
.cid-veIig0pDQU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veIig0pDQU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veIig0pDQU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veIig0pDQU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veIig0pDQU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-veIig0pDQU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veIig0pDQU .embla__button--next,
.cid-veIig0pDQU .embla__button--prev {
  display: flex;
}
.cid-veIig0pDQU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veIig0pDQU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veIig0pDQU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-veIig0pDQU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veIig0pDQU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veIig0pDQU .embla__button {
    top: auto;
  }
}
.cid-veIig0pDQU .embla {
  position: relative;
  width: 100%;
}
.cid-veIig0pDQU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veIig0pDQU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veIig0pDQU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veIig0pDQU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veIig0pDQU .mbr-role,
.cid-veIig0pDQU .social-row {
  color: #e7ce97;
  text-align: center;
}
.cid-veIig0pDQU .linha-oculta {
  visibility: hidden;
}
.cid-veIig0pDQU .mbr-section-title {
  color: #ffffff;
}
.cid-vezCEa7xIB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vezCEa7xIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vezCEa7xIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vezCEa7xIB .row {
  justify-content: flex-start;
}
.cid-vezCEa7xIB .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-vezCEa7xIB .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-vezCEgR9TH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vezCEgR9TH .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vezCEgR9TH .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-vezCEgR9TH .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veA34I6yF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA34I6yF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA34I6yF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA34I6yF7 .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA34I6yF7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA34I6yF7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA34I6yF7 .panel-title-edit {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text {
  color: #d7d2d2;
}
.cid-veA34I6yF7 .mbr-section-title,
.cid-veA34I6yF7 .mbr-section-btn,
.cid-veA34I6yF7 .title-wrapper {
  color: #353535;
}
.cid-veA34I6yF7 .panel-text,
.cid-veA34I6yF7 .panel-body {
  color: #353535;
}
.cid-veA4pDX6pm {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA4pDX6pm .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA4pDX6pm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA4pDX6pm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA4pDX6pm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA4pDX6pm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA4pDX6pm .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA4pDX6pm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA4pDX6pm .logo-title {
  text-align: center;
}
.cid-veA4pDX6pm .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA4pDX6pm .links {
  text-align: center;
  color: #656565;
}
.cid-veA4pDX6pm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA4pDX6pm .links,
.cid-veA4pDX6pm .social-list {
  color: #1f1d1a;
}
.cid-veA6bgcchK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veA6bgcchK .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;
}
.cid-veA6bgcchK .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veA6bgcchK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veA6bgcchK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veA6bgcchK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veA6bgcchK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veA6bgcchK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veA6bgcchK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veA6bgcchK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veA6bgcchK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veA6bgcchK .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veA6bgcchK .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veA6bgcchK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veA6bgcchK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veA6bgcchK .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veA6bgcchK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veA6bgcchK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veA6bgcchK .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veA6bgcchK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veA6bgcchK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veA6bgcchK .container,
.cid-veA6bgcchK .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .container,
  .cid-veA6bgcchK .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veA6bgcchK .container,
  .cid-veA6bgcchK .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veA6bgcchK .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veA6bgcchK .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veA6bgcchK .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veA6bgcchK .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veA6bgcchK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veA6bgcchK .nav-item:focus,
.cid-veA6bgcchK .nav-link:focus {
  outline: none;
}
.cid-veA6bgcchK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veA6bgcchK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veA6bgcchK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veA6bgcchK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veA6bgcchK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veA6bgcchK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veA6bgcchK .navbar {
  min-height: 77px;
  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-veA6bgcchK .navbar.opened {
  transition: all 0.3s;
}
.cid-veA6bgcchK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veA6bgcchK .navbar .navbar-logo img {
  width: auto;
}
.cid-veA6bgcchK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veA6bgcchK .navbar.collapsed {
  justify-content: center;
}
.cid-veA6bgcchK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veA6bgcchK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veA6bgcchK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veA6bgcchK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veA6bgcchK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veA6bgcchK .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-veA6bgcchK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veA6bgcchK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veA6bgcchK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veA6bgcchK .navbar {
    min-height: 72px;
  }
  .cid-veA6bgcchK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veA6bgcchK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veA6bgcchK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veA6bgcchK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veA6bgcchK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veA6bgcchK .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-veA6bgcchK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veA6bgcchK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veA6bgcchK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veA6bgcchK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veA6bgcchK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veA6bgcchK .dropdown-item.active,
.cid-veA6bgcchK .dropdown-item:active {
  background-color: transparent;
}
.cid-veA6bgcchK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veA6bgcchK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veA6bgcchK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veA6bgcchK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veA6bgcchK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veA6bgcchK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veA6bgcchK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veA6bgcchK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .navbar-buttons {
    text-align: left;
  }
}
.cid-veA6bgcchK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veA6bgcchK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veA6bgcchK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veA6bgcchK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veA6bgcchK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veA6bgcchK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veA6bgcchK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veA6bgcchK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veA6bgcchK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veA6bgcchK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veA6bgcchK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veA6bgcchK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veA6bgcchK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veA6bgcchK .navbar {
    height: 77px;
  }
  .cid-veA6bgcchK .navbar.opened {
    height: auto;
  }
  .cid-veA6bgcchK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veA6bgcchK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veA6bgcchK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veA6bgcchK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veA6bgcchK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veA6bgcchK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veA6bgcchK .navbar-brand {
    margin-right: auto;
  }
  .cid-veA6bgcchK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veA6bgcchK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veA6bgcchK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veA6bgcchK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veA6bgcchK .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veA6bgcchK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veA6bgcchK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veA6bgcchK .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veA6bgRHrc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/campanha-governador20capa-2000x1341.webp");
  position: relative;
  overflow: hidden;
}
.cid-veA6bgRHrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA6bgRHrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA6bgRHrc .content-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veA6bgRHrc .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veA6bgRHrc .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veA6bgRHrc .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veA6bgRHrc .card-wrapper {
  width: 100%;
}
.cid-veA6bgRHrc .card-box {
  width: 100%;
}
.cid-veA6bgRHrc .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-veA6bgRHrc .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veA6bgRHrc .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-veA6bgRHrc .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-veA6bgRHrc .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-veA6bgRHrc .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-veA6bgRHrc .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-veA6bgRHrc .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veA6bgRHrc .image-wrapper {
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-veA6bgRHrc .image-wrapper {
    width: 100%;
  }
}
.cid-veA6bgRHrc .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veA6bgRHrc .bg-img {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veA6bgRHrc .bg-img {
    width: 150%;
  }
}
.cid-veA6bgRHrc .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-veA6bgRHrc .bg-img2 {
    width: 120%;
  }
}
.cid-veA6bgRHrc .mbr-text,
.cid-veA6bgRHrc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veA6bhmmX8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veA6bhmmX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA6bhmmX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA6bhmmX8 .row {
  justify-content: flex-start;
}
.cid-veA6bhmmX8 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veA6bhmmX8 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veANYYAVWI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veANYYAVWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veANYYAVWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veANYYAVWI .row {
  justify-content: flex-start;
}
.cid-veANYYAVWI .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: center;
}
.cid-veANYYAVWI .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veA8JmDMuw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 5rem;
  background-image: url("../../../assets/images/simon2086-1024x720.webp");
  position: relative;
  overflow: hidden;
}
.cid-veA8JmDMuw #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-veA8JmDMuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA8JmDMuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA8JmDMuw .content-container {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veA8JmDMuw .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veA8JmDMuw .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veA8JmDMuw .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veA8JmDMuw .card-wrapper {
  width: 100%;
}
.cid-veA8JmDMuw .card-box {
  width: 100%;
}
.cid-veA8JmDMuw .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veA8JmDMuw .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veA8JmDMuw .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-veA8JmDMuw .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-veA8JmDMuw .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veA8JmDMuw .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-veA8JmDMuw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veA8JmDMuw .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veA8JmDMuw .bg-img {
    width: 150%;
  }
}
.cid-veA8JmDMuw .mbr-text,
.cid-veA8JmDMuw .mbr-section-btn {
  color: #ffffff;
}
.cid-veA9oTyDA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 5rem;
  background-image: url("../../../assets/images/britto2094-1022x768.webp");
  position: relative;
  overflow: hidden;
}
.cid-veA9oTyDA2 #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-veA9oTyDA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA9oTyDA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA9oTyDA2 .content-container {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veA9oTyDA2 .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veA9oTyDA2 .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veA9oTyDA2 .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veA9oTyDA2 .card-wrapper {
  width: 100%;
}
.cid-veA9oTyDA2 .card-box {
  width: 100%;
}
.cid-veA9oTyDA2 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veA9oTyDA2 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veA9oTyDA2 .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-veA9oTyDA2 .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-veA9oTyDA2 .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-veA9oTyDA2 .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veA9oTyDA2 .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-veA9oTyDA2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veA9oTyDA2 .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veA9oTyDA2 .bg-img {
    width: 150%;
  }
}
.cid-veA9oTyDA2 .mbr-text,
.cid-veA9oTyDA2 .mbr-section-btn {
  color: #ffffff;
}
.cid-veAihNkErM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 5rem;
  background-image: url("../../../assets/images/rigotto202002202-2000x1329.webp");
  position: relative;
  overflow: hidden;
}
.cid-veAihNkErM #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-veAihNkErM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAihNkErM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAihNkErM .content-container {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veAihNkErM .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veAihNkErM .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veAihNkErM .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veAihNkErM .card-wrapper {
  width: 100%;
}
.cid-veAihNkErM .card-box {
  width: 100%;
}
.cid-veAihNkErM .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veAihNkErM .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veAihNkErM .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-veAihNkErM .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-veAihNkErM .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veAihNkErM .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-veAihNkErM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veAihNkErM .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veAihNkErM .bg-img {
    width: 150%;
  }
}
.cid-veAihNkErM .mbr-text,
.cid-veAihNkErM .mbr-section-btn {
  color: #ffffff;
}
.cid-veAj61jkVb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sartori202015-2000x1331.webp");
  position: relative;
  overflow: hidden;
}
.cid-veAj61jkVb #jarallax-container-1 {
  filter: blur(5px) !important;
}
.cid-veAj61jkVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAj61jkVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAj61jkVb .content-container {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veAj61jkVb .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veAj61jkVb .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veAj61jkVb .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veAj61jkVb .card-wrapper {
  width: 100%;
}
.cid-veAj61jkVb .card-box {
  width: 100%;
}
.cid-veAj61jkVb .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veAj61jkVb .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veAj61jkVb .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-veAj61jkVb .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-veAj61jkVb .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-veAj61jkVb .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veAj61jkVb .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-veAj61jkVb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veAj61jkVb .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veAj61jkVb .bg-img {
    width: 150%;
  }
}
.cid-veAj61jkVb .mbr-text,
.cid-veAj61jkVb .mbr-section-btn {
  color: #ffffff;
}
.cid-veA6biGEkl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veA6biGEkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA6biGEkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA6biGEkl .row {
  justify-content: flex-start;
}
.cid-veA6biGEkl .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veA6biGEkl .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veADjjFZ7W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veADjjFZ7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-veADjjFZ7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veADjjFZ7W .row {
  justify-content: flex-start;
}
.cid-veADjjFZ7W .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veADjjFZ7W .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veAElEqeLj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veAElEqeLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAElEqeLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAElEqeLj .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veAElEqeLj .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veAElEqeLj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veAElEqeLj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veAElEqeLj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veAElEqeLj .carousel-control,
.cid-veAElEqeLj .close {
  background: #1b1b1b;
}
.cid-veAElEqeLj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veAElEqeLj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veAElEqeLj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veAElEqeLj .carousel-control-next span {
  margin-left: 5px;
}
.cid-veAElEqeLj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veAElEqeLj .close::before {
  content: '\e91a';
}
.cid-veAElEqeLj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veAElEqeLj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veAElEqeLj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAElEqeLj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veAElEqeLj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veAElEqeLj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veAElEqeLj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veAElEqeLj .carousel-indicators li.active,
.cid-veAElEqeLj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veAElEqeLj .carousel-indicators li::after,
.cid-veAElEqeLj .carousel-indicators li::before {
  content: none;
}
.cid-veAElEqeLj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veAElEqeLj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veAElEqeLj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veAElEqeLj .carousel-indicators {
    display: none;
  }
}
.cid-veAElEqeLj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veAElEqeLj .carousel-inner > .active {
  display: block;
}
.cid-veAElEqeLj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAElEqeLj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veAElEqeLj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veAElEqeLj .carousel-control,
  .cid-veAElEqeLj .carousel-indicators,
  .cid-veAElEqeLj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veAElEqeLj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veAElEqeLj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veAElEqeLj .carousel-indicators .active,
.cid-veAElEqeLj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veAElEqeLj .carousel-indicators .active {
  background: #fff;
}
.cid-veAElEqeLj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veAElEqeLj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veAElEqeLj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veAElEqeLj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veAElEqeLj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veAElEqeLj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veAElEqeLj .carousel {
  width: 100%;
}
.cid-veAElEqeLj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veAElEqeLj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veAElEqeLj .modal.fade .modal-dialog,
.cid-veAElEqeLj .modal.in .modal-dialog {
  transform: none;
}
.cid-veAElEqeLj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veAElEqeLj H6 {
  text-align: center;
}
.cid-veAElEqeLj .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veAwEMXsBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272414;
}
.cid-veAwEMXsBI .row {
  justify-content: center;
}
.cid-veAwEMXsBI .col-title {
  margin-bottom: 2.5rem;
}
.cid-veAwEMXsBI .mbr-section-title {
  color: #fed243;
}
.cid-veAwEMXsBI .mbr-section-subtitle {
  color: #FCF0D5;
  margin-top: 0.5rem;
}
.cid-veAwEMXsBI .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-veAwEMXsBI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-veAwEMXsBI .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veAwEMXsBI .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veAwEMXsBI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.cid-veAwEMXsBI .card-img {
  width: 100%;
  height: 400px;
}
@media (max-width: 991px) {
  .cid-veAwEMXsBI .card-img {
    height: 460px;
  }
}
@media (max-width: 639px) {
  .cid-veAwEMXsBI .card-img {
    height: auto;
  }
}
.cid-veAwEMXsBI .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-veAwEMXsBI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
}
.cid-veAwEMXsBI .card-label {
  margin-bottom: 0.5rem;
  color: #1F1D1A;
  opacity: 0.8;
}
.cid-veAwEMXsBI .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #75083A;
}
.cid-veAwEMXsBI .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-veAwEMXsBI .mbr-section-btn {
  margin-top: 14px;
}
.cid-veAwEMXsBI .card-title-1 {
  color: #1f1d1a;
}
.cid-veAwEMXsBI .card-text,
.cid-veAwEMXsBI .mbr-section-btn {
  color: #1f1d1a;
}
.cid-veAAJ3v3C6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veAAJ3v3C6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAAJ3v3C6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAAJ3v3C6 .row {
  justify-content: flex-start;
}
.cid-veAAJ3v3C6 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veAAJ3v3C6 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veAFVpGkHt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veAFVpGkHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAFVpGkHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAFVpGkHt .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veAFVpGkHt .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veAFVpGkHt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veAFVpGkHt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veAFVpGkHt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veAFVpGkHt .carousel-control,
.cid-veAFVpGkHt .close {
  background: #1b1b1b;
}
.cid-veAFVpGkHt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veAFVpGkHt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veAFVpGkHt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veAFVpGkHt .carousel-control-next span {
  margin-left: 5px;
}
.cid-veAFVpGkHt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veAFVpGkHt .close::before {
  content: '\e91a';
}
.cid-veAFVpGkHt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veAFVpGkHt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veAFVpGkHt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAFVpGkHt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veAFVpGkHt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veAFVpGkHt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veAFVpGkHt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veAFVpGkHt .carousel-indicators li.active,
.cid-veAFVpGkHt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veAFVpGkHt .carousel-indicators li::after,
.cid-veAFVpGkHt .carousel-indicators li::before {
  content: none;
}
.cid-veAFVpGkHt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veAFVpGkHt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veAFVpGkHt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veAFVpGkHt .carousel-indicators {
    display: none;
  }
}
.cid-veAFVpGkHt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veAFVpGkHt .carousel-inner > .active {
  display: block;
}
.cid-veAFVpGkHt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAFVpGkHt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veAFVpGkHt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veAFVpGkHt .carousel-control,
  .cid-veAFVpGkHt .carousel-indicators,
  .cid-veAFVpGkHt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veAFVpGkHt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veAFVpGkHt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veAFVpGkHt .carousel-indicators .active,
.cid-veAFVpGkHt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veAFVpGkHt .carousel-indicators .active {
  background: #fff;
}
.cid-veAFVpGkHt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veAFVpGkHt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veAFVpGkHt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veAFVpGkHt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veAFVpGkHt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veAFVpGkHt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veAFVpGkHt .carousel {
  width: 100%;
}
.cid-veAFVpGkHt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veAFVpGkHt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veAFVpGkHt .modal.fade .modal-dialog,
.cid-veAFVpGkHt .modal.in .modal-dialog {
  transform: none;
}
.cid-veAFVpGkHt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veAFVpGkHt H6 {
  text-align: center;
}
.cid-veAFVpGkHt .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veABEYhbIY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veABEYhbIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veABEYhbIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veABEYhbIY .row {
  justify-content: flex-start;
}
.cid-veABEYhbIY .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veABEYhbIY .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veABLJsP4h {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veABLJsP4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-veABLJsP4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veABLJsP4h .row {
  justify-content: flex-start;
}
.cid-veABLJsP4h .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veABLJsP4h .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veAGEYrxGR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veAGEYrxGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAGEYrxGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAGEYrxGR .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veAGEYrxGR .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veAGEYrxGR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veAGEYrxGR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veAGEYrxGR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veAGEYrxGR .carousel-control,
.cid-veAGEYrxGR .close {
  background: #1b1b1b;
}
.cid-veAGEYrxGR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veAGEYrxGR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veAGEYrxGR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veAGEYrxGR .carousel-control-next span {
  margin-left: 5px;
}
.cid-veAGEYrxGR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veAGEYrxGR .close::before {
  content: '\e91a';
}
.cid-veAGEYrxGR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veAGEYrxGR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veAGEYrxGR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAGEYrxGR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veAGEYrxGR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veAGEYrxGR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veAGEYrxGR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veAGEYrxGR .carousel-indicators li.active,
.cid-veAGEYrxGR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veAGEYrxGR .carousel-indicators li::after,
.cid-veAGEYrxGR .carousel-indicators li::before {
  content: none;
}
.cid-veAGEYrxGR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veAGEYrxGR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veAGEYrxGR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veAGEYrxGR .carousel-indicators {
    display: none;
  }
}
.cid-veAGEYrxGR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veAGEYrxGR .carousel-inner > .active {
  display: block;
}
.cid-veAGEYrxGR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAGEYrxGR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veAGEYrxGR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veAGEYrxGR .carousel-control,
  .cid-veAGEYrxGR .carousel-indicators,
  .cid-veAGEYrxGR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veAGEYrxGR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veAGEYrxGR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veAGEYrxGR .carousel-indicators .active,
.cid-veAGEYrxGR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veAGEYrxGR .carousel-indicators .active {
  background: #fff;
}
.cid-veAGEYrxGR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veAGEYrxGR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veAGEYrxGR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veAGEYrxGR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veAGEYrxGR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veAGEYrxGR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veAGEYrxGR .carousel {
  width: 100%;
}
.cid-veAGEYrxGR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veAGEYrxGR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veAGEYrxGR .modal.fade .modal-dialog,
.cid-veAGEYrxGR .modal.in .modal-dialog {
  transform: none;
}
.cid-veAGEYrxGR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veAGEYrxGR H6 {
  text-align: center;
}
.cid-veAGEYrxGR .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veAC7r3NKK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veAC7r3NKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAC7r3NKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAC7r3NKK .row {
  justify-content: flex-start;
}
.cid-veAC7r3NKK .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veAC7r3NKK .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veKGNJcNKe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veKGNJcNKe blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veKGNJcNKe div,
.cid-veKGNJcNKe .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veKGNJcNKe .mbr-text {
  text-align: left;
}
.cid-veKGbQHvBb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKGbQHvBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKGbQHvBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKGbQHvBb .row {
  justify-content: flex-start;
}
.cid-veKGbQHvBb .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKGbQHvBb .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veAHmOuFjy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veAHmOuFjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veAHmOuFjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veAHmOuFjy .item {
  padding-bottom: 2rem;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.cid-veAHmOuFjy .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veAHmOuFjy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veAHmOuFjy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veAHmOuFjy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veAHmOuFjy .carousel-control,
.cid-veAHmOuFjy .close {
  background: #1b1b1b;
}
.cid-veAHmOuFjy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veAHmOuFjy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veAHmOuFjy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veAHmOuFjy .carousel-control-next span {
  margin-left: 5px;
}
.cid-veAHmOuFjy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veAHmOuFjy .close::before {
  content: '\e91a';
}
.cid-veAHmOuFjy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veAHmOuFjy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veAHmOuFjy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAHmOuFjy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veAHmOuFjy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veAHmOuFjy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veAHmOuFjy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veAHmOuFjy .carousel-indicators li.active,
.cid-veAHmOuFjy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veAHmOuFjy .carousel-indicators li::after,
.cid-veAHmOuFjy .carousel-indicators li::before {
  content: none;
}
.cid-veAHmOuFjy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veAHmOuFjy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veAHmOuFjy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veAHmOuFjy .carousel-indicators {
    display: none;
  }
}
.cid-veAHmOuFjy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veAHmOuFjy .carousel-inner > .active {
  display: block;
}
.cid-veAHmOuFjy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veAHmOuFjy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veAHmOuFjy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veAHmOuFjy .carousel-control,
  .cid-veAHmOuFjy .carousel-indicators,
  .cid-veAHmOuFjy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veAHmOuFjy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veAHmOuFjy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veAHmOuFjy .carousel-indicators .active,
.cid-veAHmOuFjy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veAHmOuFjy .carousel-indicators .active {
  background: #fff;
}
.cid-veAHmOuFjy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veAHmOuFjy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veAHmOuFjy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veAHmOuFjy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veAHmOuFjy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veAHmOuFjy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veAHmOuFjy .carousel {
  width: 100%;
}
.cid-veAHmOuFjy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veAHmOuFjy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veAHmOuFjy .modal.fade .modal-dialog,
.cid-veAHmOuFjy .modal.in .modal-dialog {
  transform: none;
}
.cid-veAHmOuFjy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veAHmOuFjy H6 {
  text-align: center;
}
.cid-veAHmOuFjy .row > [class*="col"] {
  padding-left: unset;
  padding-right: unset;
}
.cid-veA6brsUGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veA6brsUGy .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veA6brsUGy .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veA6brsUGy .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veA6bs3VAv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veA6bs3VAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veA6bs3VAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veA6bs3VAv .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veA6bs3VAv .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veA6bs3VAv .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veA6bs3VAv .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veA6bs3VAv .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veA6bs3VAv .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veA6bs3VAv .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veA6bs3VAv .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA6bs3VAv .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veA6bs3VAv .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veA6bs3VAv .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veA6bs3VAv .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veA6bs3VAv .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veA6bs3VAv .panel-title-edit {
  color: #353535;
}
.cid-veA6bs3VAv .panel-text {
  color: #d7d2d2;
}
.cid-veA6bs3VAv .mbr-section-title,
.cid-veA6bs3VAv .mbr-section-btn,
.cid-veA6bs3VAv .title-wrapper {
  color: #353535;
}
.cid-veA6bs3VAv .panel-text,
.cid-veA6bs3VAv .panel-body {
  color: #353535;
}
.cid-veA6bsPoxC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veA6bsPoxC .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veA6bsPoxC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veA6bsPoxC .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veA6bsPoxC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veA6bsPoxC .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veA6bsPoxC .text2 {
  color: #000000;
  text-align: left;
}
.cid-veA6bsPoxC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veA6bsPoxC .logo-title {
  text-align: center;
}
.cid-veA6bsPoxC .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veA6bsPoxC .links {
  text-align: center;
  color: #656565;
}
.cid-veA6bsPoxC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veA6bsPoxC .links,
.cid-veA6bsPoxC .social-list {
  color: #1f1d1a;
}
.cid-veGKKIVXkO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veGKKIVXkO .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;
}
.cid-veGKKIVXkO .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veGKKIVXkO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veGKKIVXkO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veGKKIVXkO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veGKKIVXkO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veGKKIVXkO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGKKIVXkO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veGKKIVXkO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veGKKIVXkO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veGKKIVXkO .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veGKKIVXkO .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veGKKIVXkO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veGKKIVXkO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veGKKIVXkO .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veGKKIVXkO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veGKKIVXkO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veGKKIVXkO .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veGKKIVXkO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veGKKIVXkO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veGKKIVXkO .container,
.cid-veGKKIVXkO .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .container,
  .cid-veGKKIVXkO .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veGKKIVXkO .container,
  .cid-veGKKIVXkO .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veGKKIVXkO .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veGKKIVXkO .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veGKKIVXkO .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veGKKIVXkO .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veGKKIVXkO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veGKKIVXkO .nav-item:focus,
.cid-veGKKIVXkO .nav-link:focus {
  outline: none;
}
.cid-veGKKIVXkO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGKKIVXkO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGKKIVXkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGKKIVXkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGKKIVXkO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGKKIVXkO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGKKIVXkO .navbar {
  min-height: 77px;
  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-veGKKIVXkO .navbar.opened {
  transition: all 0.3s;
}
.cid-veGKKIVXkO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veGKKIVXkO .navbar .navbar-logo img {
  width: auto;
}
.cid-veGKKIVXkO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veGKKIVXkO .navbar.collapsed {
  justify-content: center;
}
.cid-veGKKIVXkO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGKKIVXkO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veGKKIVXkO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veGKKIVXkO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGKKIVXkO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGKKIVXkO .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-veGKKIVXkO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGKKIVXkO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veGKKIVXkO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veGKKIVXkO .navbar {
    min-height: 72px;
  }
  .cid-veGKKIVXkO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veGKKIVXkO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGKKIVXkO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGKKIVXkO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGKKIVXkO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veGKKIVXkO .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-veGKKIVXkO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veGKKIVXkO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veGKKIVXkO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGKKIVXkO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veGKKIVXkO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veGKKIVXkO .dropdown-item.active,
.cid-veGKKIVXkO .dropdown-item:active {
  background-color: transparent;
}
.cid-veGKKIVXkO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veGKKIVXkO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGKKIVXkO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veGKKIVXkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veGKKIVXkO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veGKKIVXkO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veGKKIVXkO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veGKKIVXkO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .navbar-buttons {
    text-align: left;
  }
}
.cid-veGKKIVXkO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veGKKIVXkO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veGKKIVXkO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGKKIVXkO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGKKIVXkO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGKKIVXkO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGKKIVXkO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGKKIVXkO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGKKIVXkO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGKKIVXkO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGKKIVXkO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veGKKIVXkO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veGKKIVXkO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veGKKIVXkO .navbar {
    height: 77px;
  }
  .cid-veGKKIVXkO .navbar.opened {
    height: auto;
  }
  .cid-veGKKIVXkO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veGKKIVXkO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veGKKIVXkO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veGKKIVXkO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veGKKIVXkO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veGKKIVXkO .navbar-brand {
    margin-right: auto;
  }
  .cid-veGKKIVXkO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veGKKIVXkO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veGKKIVXkO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veGKKIVXkO .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veGKKIVXkO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veGKKIVXkO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGKKIVXkO .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veGKKJDDtN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/imagem-15-futuro-topo-1-1280x853.webp");
  position: relative;
  overflow: hidden;
}
.cid-veGKKJDDtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGKKJDDtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGKKJDDtN .content-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veGKKJDDtN .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veGKKJDDtN .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veGKKJDDtN .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veGKKJDDtN .card-wrapper {
  width: 100%;
}
.cid-veGKKJDDtN .card-box {
  width: 100%;
}
.cid-veGKKJDDtN .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-veGKKJDDtN .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veGKKJDDtN .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-veGKKJDDtN .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-veGKKJDDtN .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-veGKKJDDtN .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-veGKKJDDtN .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-veGKKJDDtN .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veGKKJDDtN .image-wrapper {
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-veGKKJDDtN .image-wrapper {
    width: 100%;
  }
}
.cid-veGKKJDDtN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veGKKJDDtN .bg-img {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veGKKJDDtN .bg-img {
    width: 150%;
  }
}
.cid-veGKKJDDtN .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-veGKKJDDtN .bg-img2 {
    width: 120%;
  }
}
.cid-veGKKJDDtN .mbr-text,
.cid-veGKKJDDtN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-veGKKKfeqa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGKKKfeqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGKKKfeqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGKKKfeqa .row {
  justify-content: flex-start;
}
.cid-veGKKKfeqa .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veGKKKfeqa .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veKABUilT1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKABUilT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKABUilT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKABUilT1 .row {
  justify-content: flex-start;
}
.cid-veKABUilT1 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veKABUilT1 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGKKKOjJI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGKKKOjJI blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGKKKOjJI div,
.cid-veGKKKOjJI .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGKKKOjJI .mbr-text {
  text-align: left;
}
.cid-veGKKO4b13 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veGKKO4b13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGKKO4b13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGKKO4b13 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veGKKO4b13 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-veGKKO4b13 .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veGKKO4b13 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veGKKO4b13 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veGKKO4b13 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veGKKO4b13 .carousel-control,
.cid-veGKKO4b13 .close {
  background: #1b1b1b;
}
.cid-veGKKO4b13 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veGKKO4b13 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veGKKO4b13 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veGKKO4b13 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veGKKO4b13 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veGKKO4b13 .close::before {
  content: '\e91a';
}
.cid-veGKKO4b13 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veGKKO4b13 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veGKKO4b13 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGKKO4b13 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veGKKO4b13 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veGKKO4b13 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veGKKO4b13 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veGKKO4b13 .carousel-indicators li.active,
.cid-veGKKO4b13 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veGKKO4b13 .carousel-indicators li::after,
.cid-veGKKO4b13 .carousel-indicators li::before {
  content: none;
}
.cid-veGKKO4b13 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veGKKO4b13 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veGKKO4b13 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veGKKO4b13 .carousel-indicators {
    display: none;
  }
}
.cid-veGKKO4b13 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veGKKO4b13 .carousel-inner > .active {
  display: block;
}
.cid-veGKKO4b13 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGKKO4b13 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veGKKO4b13 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veGKKO4b13 .carousel-control,
  .cid-veGKKO4b13 .carousel-indicators,
  .cid-veGKKO4b13 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veGKKO4b13 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veGKKO4b13 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veGKKO4b13 .carousel-indicators .active,
.cid-veGKKO4b13 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veGKKO4b13 .carousel-indicators .active {
  background: #fff;
}
.cid-veGKKO4b13 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veGKKO4b13 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veGKKO4b13 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veGKKO4b13 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veGKKO4b13 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veGKKO4b13 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veGKKO4b13 .carousel {
  width: 100%;
}
.cid-veGKKO4b13 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veGKKO4b13 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veGKKO4b13 .modal.fade .modal-dialog,
.cid-veGKKO4b13 .modal.in .modal-dialog {
  transform: none;
}
.cid-veGKKO4b13 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veGKKO4b13 H6 {
  text-align: center;
}
.cid-veGKKLk5Cb {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGKKLk5Cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGKKLk5Cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGKKLk5Cb .row {
  justify-content: flex-start;
}
.cid-veGKKLk5Cb .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGKKLk5Cb .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veKBGrBkyI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veKBGrBkyI blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veKBGrBkyI div,
.cid-veKBGrBkyI .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veKBGrBkyI .mbr-text {
  text-align: left;
}
.cid-veKBSrU99B {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKBSrU99B .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKBSrU99B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKBSrU99B .row {
  justify-content: flex-start;
}
.cid-veKBSrU99B .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKBSrU99B .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGMjrfFtU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGMjrfFtU blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGMjrfFtU div,
.cid-veGMjrfFtU .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGMjrfFtU .mbr-text {
  text-align: left;
}
.cid-veGKKMCkFY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGKKMCkFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGKKMCkFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGKKMCkFY .row {
  justify-content: flex-start;
}
.cid-veGKKMCkFY .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veGKKMCkFY .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGMRPSXWP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGMRPSXWP blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGMRPSXWP div,
.cid-veGMRPSXWP .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGMRPSXWP .mbr-text {
  text-align: left;
}
.cid-veGVAWnuO6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veGVAWnuO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGVAWnuO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGVAWnuO6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veGVAWnuO6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-veGVAWnuO6 .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veGVAWnuO6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veGVAWnuO6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veGVAWnuO6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veGVAWnuO6 .carousel-control,
.cid-veGVAWnuO6 .close {
  background: #1b1b1b;
}
.cid-veGVAWnuO6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veGVAWnuO6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veGVAWnuO6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veGVAWnuO6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-veGVAWnuO6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veGVAWnuO6 .close::before {
  content: '\e91a';
}
.cid-veGVAWnuO6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veGVAWnuO6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veGVAWnuO6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGVAWnuO6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veGVAWnuO6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veGVAWnuO6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veGVAWnuO6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veGVAWnuO6 .carousel-indicators li.active,
.cid-veGVAWnuO6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veGVAWnuO6 .carousel-indicators li::after,
.cid-veGVAWnuO6 .carousel-indicators li::before {
  content: none;
}
.cid-veGVAWnuO6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veGVAWnuO6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veGVAWnuO6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veGVAWnuO6 .carousel-indicators {
    display: none;
  }
}
.cid-veGVAWnuO6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veGVAWnuO6 .carousel-inner > .active {
  display: block;
}
.cid-veGVAWnuO6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGVAWnuO6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veGVAWnuO6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veGVAWnuO6 .carousel-control,
  .cid-veGVAWnuO6 .carousel-indicators,
  .cid-veGVAWnuO6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veGVAWnuO6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veGVAWnuO6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veGVAWnuO6 .carousel-indicators .active,
.cid-veGVAWnuO6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veGVAWnuO6 .carousel-indicators .active {
  background: #fff;
}
.cid-veGVAWnuO6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veGVAWnuO6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veGVAWnuO6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veGVAWnuO6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veGVAWnuO6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veGVAWnuO6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veGVAWnuO6 .carousel {
  width: 100%;
}
.cid-veGVAWnuO6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veGVAWnuO6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veGVAWnuO6 .modal.fade .modal-dialog,
.cid-veGVAWnuO6 .modal.in .modal-dialog {
  transform: none;
}
.cid-veGVAWnuO6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veGVAWnuO6 H6 {
  text-align: center;
}
.cid-veGN3fWP7C {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGN3fWP7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGN3fWP7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGN3fWP7C .row {
  justify-content: flex-start;
}
.cid-veGN3fWP7C .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGN3fWP7C .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGNn1slzo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGNn1slzo blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGNn1slzo div,
.cid-veGNn1slzo .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGNn1slzo .mbr-text {
  text-align: left;
}
.cid-veGNGrfIuO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGNGrfIuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGNGrfIuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGNGrfIuO .row {
  justify-content: flex-start;
}
.cid-veGNGrfIuO .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veGNGrfIuO .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGNLgIPnj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGNLgIPnj blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGNLgIPnj div,
.cid-veGNLgIPnj .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGNLgIPnj .mbr-text {
  text-align: left;
}
.cid-veGVMotpFP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veGVMotpFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGVMotpFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGVMotpFP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veGVMotpFP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-veGVMotpFP .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veGVMotpFP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veGVMotpFP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veGVMotpFP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veGVMotpFP .carousel-control,
.cid-veGVMotpFP .close {
  background: #1b1b1b;
}
.cid-veGVMotpFP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veGVMotpFP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veGVMotpFP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veGVMotpFP .carousel-control-next span {
  margin-left: 5px;
}
.cid-veGVMotpFP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veGVMotpFP .close::before {
  content: '\e91a';
}
.cid-veGVMotpFP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veGVMotpFP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veGVMotpFP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGVMotpFP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veGVMotpFP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veGVMotpFP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veGVMotpFP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veGVMotpFP .carousel-indicators li.active,
.cid-veGVMotpFP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veGVMotpFP .carousel-indicators li::after,
.cid-veGVMotpFP .carousel-indicators li::before {
  content: none;
}
.cid-veGVMotpFP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veGVMotpFP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veGVMotpFP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veGVMotpFP .carousel-indicators {
    display: none;
  }
}
.cid-veGVMotpFP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veGVMotpFP .carousel-inner > .active {
  display: block;
}
.cid-veGVMotpFP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGVMotpFP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veGVMotpFP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veGVMotpFP .carousel-control,
  .cid-veGVMotpFP .carousel-indicators,
  .cid-veGVMotpFP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veGVMotpFP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veGVMotpFP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veGVMotpFP .carousel-indicators .active,
.cid-veGVMotpFP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veGVMotpFP .carousel-indicators .active {
  background: #fff;
}
.cid-veGVMotpFP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veGVMotpFP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veGVMotpFP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veGVMotpFP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veGVMotpFP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veGVMotpFP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veGVMotpFP .carousel {
  width: 100%;
}
.cid-veGVMotpFP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veGVMotpFP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veGVMotpFP .modal.fade .modal-dialog,
.cid-veGVMotpFP .modal.in .modal-dialog {
  transform: none;
}
.cid-veGVMotpFP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veGVMotpFP H6 {
  text-align: center;
}
.cid-veGNSCJUJn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGNSCJUJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGNSCJUJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGNSCJUJn .row {
  justify-content: flex-start;
}
.cid-veGNSCJUJn .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGNSCJUJn .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGO2eocTF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGO2eocTF blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGO2eocTF div,
.cid-veGO2eocTF .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGO2eocTF .mbr-text {
  text-align: left;
}
.cid-veGO6yzLhy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGO6yzLhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGO6yzLhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGO6yzLhy .row {
  justify-content: flex-start;
}
.cid-veGO6yzLhy .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veGO6yzLhy .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGOd68Ubr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGOd68Ubr blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGOd68Ubr div,
.cid-veGOd68Ubr .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGOd68Ubr .mbr-text {
  text-align: left;
}
.cid-veGVYHAd3O {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veGVYHAd3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGVYHAd3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGVYHAd3O .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veGVYHAd3O .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-veGVYHAd3O .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veGVYHAd3O .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veGVYHAd3O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veGVYHAd3O .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veGVYHAd3O .carousel-control,
.cid-veGVYHAd3O .close {
  background: #1b1b1b;
}
.cid-veGVYHAd3O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veGVYHAd3O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veGVYHAd3O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veGVYHAd3O .carousel-control-next span {
  margin-left: 5px;
}
.cid-veGVYHAd3O .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veGVYHAd3O .close::before {
  content: '\e91a';
}
.cid-veGVYHAd3O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veGVYHAd3O .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veGVYHAd3O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGVYHAd3O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veGVYHAd3O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veGVYHAd3O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veGVYHAd3O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veGVYHAd3O .carousel-indicators li.active,
.cid-veGVYHAd3O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veGVYHAd3O .carousel-indicators li::after,
.cid-veGVYHAd3O .carousel-indicators li::before {
  content: none;
}
.cid-veGVYHAd3O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veGVYHAd3O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veGVYHAd3O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veGVYHAd3O .carousel-indicators {
    display: none;
  }
}
.cid-veGVYHAd3O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veGVYHAd3O .carousel-inner > .active {
  display: block;
}
.cid-veGVYHAd3O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGVYHAd3O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veGVYHAd3O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veGVYHAd3O .carousel-control,
  .cid-veGVYHAd3O .carousel-indicators,
  .cid-veGVYHAd3O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veGVYHAd3O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veGVYHAd3O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veGVYHAd3O .carousel-indicators .active,
.cid-veGVYHAd3O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veGVYHAd3O .carousel-indicators .active {
  background: #fff;
}
.cid-veGVYHAd3O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veGVYHAd3O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veGVYHAd3O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veGVYHAd3O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veGVYHAd3O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veGVYHAd3O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veGVYHAd3O .carousel {
  width: 100%;
}
.cid-veGVYHAd3O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veGVYHAd3O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veGVYHAd3O .modal.fade .modal-dialog,
.cid-veGVYHAd3O .modal.in .modal-dialog {
  transform: none;
}
.cid-veGVYHAd3O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veGVYHAd3O H6 {
  text-align: center;
}
.cid-veGOjcH3hp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGOjcH3hp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGOjcH3hp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGOjcH3hp .row {
  justify-content: flex-start;
}
.cid-veGOjcH3hp .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGOjcH3hp .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGOuYAA0a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGOuYAA0a blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGOuYAA0a div,
.cid-veGOuYAA0a .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGOuYAA0a .mbr-text {
  text-align: left;
}
.cid-veGOxmAnVn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGOxmAnVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGOxmAnVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGOxmAnVn .row {
  justify-content: flex-start;
}
.cid-veGOxmAnVn .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGOxmAnVn .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGODmUjTS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGODmUjTS blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGODmUjTS div,
.cid-veGODmUjTS .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGODmUjTS .mbr-text {
  text-align: left;
}
.cid-veGOM3LPtL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGOM3LPtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGOM3LPtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGOM3LPtL .row {
  justify-content: flex-start;
}
.cid-veGOM3LPtL .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veGOM3LPtL .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGPaLdJvD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGPaLdJvD blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGPaLdJvD div,
.cid-veGPaLdJvD .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGPaLdJvD .mbr-text {
  text-align: left;
}
.cid-veGX7LAINi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veGX7LAINi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGX7LAINi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGX7LAINi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veGX7LAINi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-veGX7LAINi .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veGX7LAINi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veGX7LAINi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veGX7LAINi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veGX7LAINi .carousel-control,
.cid-veGX7LAINi .close {
  background: #1b1b1b;
}
.cid-veGX7LAINi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veGX7LAINi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veGX7LAINi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veGX7LAINi .carousel-control-next span {
  margin-left: 5px;
}
.cid-veGX7LAINi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veGX7LAINi .close::before {
  content: '\e91a';
}
.cid-veGX7LAINi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veGX7LAINi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veGX7LAINi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGX7LAINi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veGX7LAINi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veGX7LAINi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veGX7LAINi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veGX7LAINi .carousel-indicators li.active,
.cid-veGX7LAINi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veGX7LAINi .carousel-indicators li::after,
.cid-veGX7LAINi .carousel-indicators li::before {
  content: none;
}
.cid-veGX7LAINi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veGX7LAINi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veGX7LAINi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veGX7LAINi .carousel-indicators {
    display: none;
  }
}
.cid-veGX7LAINi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veGX7LAINi .carousel-inner > .active {
  display: block;
}
.cid-veGX7LAINi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGX7LAINi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veGX7LAINi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veGX7LAINi .carousel-control,
  .cid-veGX7LAINi .carousel-indicators,
  .cid-veGX7LAINi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veGX7LAINi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veGX7LAINi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veGX7LAINi .carousel-indicators .active,
.cid-veGX7LAINi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veGX7LAINi .carousel-indicators .active {
  background: #fff;
}
.cid-veGX7LAINi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veGX7LAINi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veGX7LAINi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veGX7LAINi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veGX7LAINi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veGX7LAINi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veGX7LAINi .carousel {
  width: 100%;
}
.cid-veGX7LAINi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veGX7LAINi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veGX7LAINi .modal.fade .modal-dialog,
.cid-veGX7LAINi .modal.in .modal-dialog {
  transform: none;
}
.cid-veGX7LAINi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veGX7LAINi H6 {
  text-align: center;
}
.cid-veGPi41txT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGPi41txT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGPi41txT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGPi41txT .row {
  justify-content: flex-start;
}
.cid-veGPi41txT .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGPi41txT .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGPlHCdaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGPlHCdaK blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGPlHCdaK div,
.cid-veGPlHCdaK .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGPlHCdaK .mbr-text {
  text-align: left;
}
.cid-veGPL4lSUD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGPL4lSUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGPL4lSUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGPL4lSUD .row {
  justify-content: flex-start;
}
.cid-veGPL4lSUD .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGPL4lSUD .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGPPCoFtt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGPPCoFtt blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGPPCoFtt div,
.cid-veGPPCoFtt .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGPPCoFtt .mbr-text {
  text-align: left;
}
.cid-veGPVAIOAt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGPVAIOAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGPVAIOAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGPVAIOAt .row {
  justify-content: flex-start;
}
.cid-veGPVAIOAt .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: left;
}
.cid-veGPVAIOAt .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGQbERqHD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.cid-veGQbERqHD blockquote {
  border-color: #ff4545;
  border-radius: 4px;
  background-color: #fcf1e2;
  margin-bottom: 0px;
}
.cid-veGQbERqHD div,
.cid-veGQbERqHD .row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  justify-content: center !important;
}
.cid-veGQbERqHD .mbr-text {
  text-align: left;
}
.cid-veGXAbjQMk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veGXAbjQMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGXAbjQMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGXAbjQMk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veGXAbjQMk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-veGXAbjQMk .item-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  position: relative;
}
.cid-veGXAbjQMk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veGXAbjQMk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-veGXAbjQMk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-veGXAbjQMk .carousel-control,
.cid-veGXAbjQMk .close {
  background: #1b1b1b;
}
.cid-veGXAbjQMk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-veGXAbjQMk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-veGXAbjQMk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-veGXAbjQMk .carousel-control-next span {
  margin-left: 5px;
}
.cid-veGXAbjQMk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-veGXAbjQMk .close::before {
  content: '\e91a';
}
.cid-veGXAbjQMk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-veGXAbjQMk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-veGXAbjQMk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGXAbjQMk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veGXAbjQMk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veGXAbjQMk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-veGXAbjQMk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-veGXAbjQMk .carousel-indicators li.active,
.cid-veGXAbjQMk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-veGXAbjQMk .carousel-indicators li::after,
.cid-veGXAbjQMk .carousel-indicators li::before {
  content: none;
}
.cid-veGXAbjQMk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-veGXAbjQMk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-veGXAbjQMk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veGXAbjQMk .carousel-indicators {
    display: none;
  }
}
.cid-veGXAbjQMk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-veGXAbjQMk .carousel-inner > .active {
  display: block;
}
.cid-veGXAbjQMk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veGXAbjQMk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-veGXAbjQMk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-veGXAbjQMk .carousel-control,
  .cid-veGXAbjQMk .carousel-indicators,
  .cid-veGXAbjQMk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-veGXAbjQMk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-veGXAbjQMk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-veGXAbjQMk .carousel-indicators .active,
.cid-veGXAbjQMk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-veGXAbjQMk .carousel-indicators .active {
  background: #fff;
}
.cid-veGXAbjQMk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-veGXAbjQMk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-veGXAbjQMk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-veGXAbjQMk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-veGXAbjQMk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-veGXAbjQMk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-veGXAbjQMk .carousel {
  width: 100%;
}
.cid-veGXAbjQMk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-veGXAbjQMk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-veGXAbjQMk .modal.fade .modal-dialog,
.cid-veGXAbjQMk .modal.in .modal-dialog {
  transform: none;
}
.cid-veGXAbjQMk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-veGXAbjQMk H6 {
  text-align: center;
}
.cid-veGQfvdX33 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veGQfvdX33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGQfvdX33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGQfvdX33 .row {
  justify-content: flex-start;
}
.cid-veGQfvdX33 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veGQfvdX33 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veGKKVHeI3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGKKVHeI3 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-veGKKVHeI3 .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-veGKKVHeI3 .mobi-mbri-left {
  order: 0;
  margin-right: 0.5rem;
}
.cid-veGKKWlQds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veGKKWlQds .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGKKWlQds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGKKWlQds .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veGKKWlQds .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veGKKWlQds .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veGKKWlQds .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veGKKWlQds .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veGKKWlQds .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGKKWlQds .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veGKKWlQds .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veGKKWlQds .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veGKKWlQds .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veGKKWlQds .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veGKKWlQds .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veGKKWlQds .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veGKKWlQds .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veGKKWlQds .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veGKKWlQds .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veGKKWlQds .panel-title-edit {
  color: #353535;
}
.cid-veGKKWlQds .panel-text {
  color: #d7d2d2;
}
.cid-veGKKWlQds .mbr-section-title,
.cid-veGKKWlQds .mbr-section-btn,
.cid-veGKKWlQds .title-wrapper {
  color: #353535;
}
.cid-veGKKWlQds .panel-text,
.cid-veGKKWlQds .panel-body {
  color: #353535;
}
.cid-veGKKXg2dV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veGKKXg2dV .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veGKKXg2dV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veGKKXg2dV .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veGKKXg2dV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veGKKXg2dV .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veGKKXg2dV .text2 {
  color: #000000;
  text-align: left;
}
.cid-veGKKXg2dV .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veGKKXg2dV .logo-title {
  text-align: center;
}
.cid-veGKKXg2dV .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veGKKXg2dV .links {
  text-align: center;
  color: #656565;
}
.cid-veGKKXg2dV .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veGKKXg2dV .links,
.cid-veGKKXg2dV .social-list {
  color: #1f1d1a;
}
.cid-veIzokNbsu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veIzokNbsu .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;
}
.cid-veIzokNbsu .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veIzokNbsu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veIzokNbsu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veIzokNbsu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veIzokNbsu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veIzokNbsu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veIzokNbsu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veIzokNbsu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veIzokNbsu .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veIzokNbsu .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veIzokNbsu .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veIzokNbsu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veIzokNbsu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veIzokNbsu .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veIzokNbsu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veIzokNbsu .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veIzokNbsu .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veIzokNbsu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veIzokNbsu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veIzokNbsu .container,
.cid-veIzokNbsu .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .container,
  .cid-veIzokNbsu .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veIzokNbsu .container,
  .cid-veIzokNbsu .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veIzokNbsu .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veIzokNbsu .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veIzokNbsu .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veIzokNbsu .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veIzokNbsu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veIzokNbsu .nav-item:focus,
.cid-veIzokNbsu .nav-link:focus {
  outline: none;
}
.cid-veIzokNbsu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veIzokNbsu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veIzokNbsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veIzokNbsu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veIzokNbsu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veIzokNbsu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veIzokNbsu .navbar {
  min-height: 77px;
  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-veIzokNbsu .navbar.opened {
  transition: all 0.3s;
}
.cid-veIzokNbsu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veIzokNbsu .navbar .navbar-logo img {
  width: auto;
}
.cid-veIzokNbsu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veIzokNbsu .navbar.collapsed {
  justify-content: center;
}
.cid-veIzokNbsu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veIzokNbsu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veIzokNbsu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veIzokNbsu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veIzokNbsu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veIzokNbsu .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-veIzokNbsu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veIzokNbsu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veIzokNbsu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veIzokNbsu .navbar {
    min-height: 72px;
  }
  .cid-veIzokNbsu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veIzokNbsu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veIzokNbsu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veIzokNbsu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veIzokNbsu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veIzokNbsu .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-veIzokNbsu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veIzokNbsu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veIzokNbsu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veIzokNbsu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veIzokNbsu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veIzokNbsu .dropdown-item.active,
.cid-veIzokNbsu .dropdown-item:active {
  background-color: transparent;
}
.cid-veIzokNbsu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veIzokNbsu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veIzokNbsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veIzokNbsu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veIzokNbsu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veIzokNbsu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veIzokNbsu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veIzokNbsu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .navbar-buttons {
    text-align: left;
  }
}
.cid-veIzokNbsu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veIzokNbsu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veIzokNbsu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veIzokNbsu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veIzokNbsu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veIzokNbsu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veIzokNbsu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIzokNbsu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veIzokNbsu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veIzokNbsu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIzokNbsu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veIzokNbsu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veIzokNbsu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veIzokNbsu .navbar {
    height: 77px;
  }
  .cid-veIzokNbsu .navbar.opened {
    height: auto;
  }
  .cid-veIzokNbsu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veIzokNbsu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veIzokNbsu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veIzokNbsu .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veIzokNbsu .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veIzokNbsu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veIzokNbsu .navbar-brand {
    margin-right: auto;
  }
  .cid-veIzokNbsu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veIzokNbsu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veIzokNbsu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veIzokNbsu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veIzokNbsu .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veIzokNbsu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veIzokNbsu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veIzokNbsu .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veIzolJlX4 {
  padding-top: 13.5rem;
  padding-bottom: 4.5rem;
  background-image: url("../../../assets/images/60anos-banner-fundo-1920x800.webp");
}
.cid-veIzolJlX4 .image-wrap img {
  width: 100%;
  bottom: 80px;
  position: relative;
}
@media (min-width: 992px) {
  .cid-veIzolJlX4 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-veIzolJlX4 div {
  background-position: 88% 8% !important;
}
@media (max-width: 768px) {
  .cid-veIzolJlX4 div {
    background-position: 90% 8% !important;
  }
}
.cid-veIzolJlX4 .mbr-section-title {
  color: #ad8115;
}
.cid-veIzolJlX4 .mbr-text,
.cid-veIzolJlX4 .mbr-section-btn {
  color: #504a24;
}
.cid-veIzomqZ7a {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veIzomqZ7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIzomqZ7a .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-veIzomqZ7a .mbr-figure {
    margin-top: 2.5rem;
  }
}
.cid-veIzomqZ7a .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-veIzomqZ7a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veIzomqZ7a .media-content,
.cid-veIzomqZ7a .mbr-figure {
  align-self: center;
}
.cid-veIzomqZ7a .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-veIzomqZ7a .mbr-figure {
  margin-top: 2.5rem;
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-veIzomqZ7a .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-veIzomqZ7a .mbr-section-maintitle {
  text-align: center;
}
.cid-veIzomqZ7a .mbr-section-title {
  text-align: left;
}
.cid-veIzomqZ7a .mbr-text,
.cid-veIzomqZ7a .mbr-section-btn {
  text-align: left;
}
.cid-veIzonKo0E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veIzonKo0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIzonKo0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIzonKo0E .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veIzonKo0E .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veIzonKo0E .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veIzonKo0E .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veIzonKo0E .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veIzonKo0E .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veIzonKo0E .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veIzonKo0E .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veIzonKo0E .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veIzonKo0E .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veIzonKo0E .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veIzonKo0E .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veIzonKo0E .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veIzonKo0E .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veIzonKo0E .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veIzonKo0E .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veIzonKo0E .panel-title-edit {
  color: #353535;
}
.cid-veIzonKo0E .panel-text {
  color: #d7d2d2;
}
.cid-veIzonKo0E .mbr-section-title,
.cid-veIzonKo0E .mbr-section-btn,
.cid-veIzonKo0E .title-wrapper {
  color: #353535;
}
.cid-veIzonKo0E .panel-text,
.cid-veIzonKo0E .panel-body {
  color: #353535;
}
.cid-veIzoog7JQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veIzoog7JQ .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veIzoog7JQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veIzoog7JQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veIzoog7JQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veIzoog7JQ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veIzoog7JQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-veIzoog7JQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veIzoog7JQ .logo-title {
  text-align: center;
}
.cid-veIzoog7JQ .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veIzoog7JQ .links {
  text-align: center;
  color: #656565;
}
.cid-veIzoog7JQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veIzoog7JQ .links,
.cid-veIzoog7JQ .social-list {
  color: #1f1d1a;
}
.cid-veKPda9aon {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veKPda9aon .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;
}
.cid-veKPda9aon .navbar-caption-wrap {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .cid-veKPda9aon .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veKPda9aon .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 0 12px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veKPda9aon .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veKPda9aon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veKPda9aon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veKPda9aon .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veKPda9aon .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veKPda9aon .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veKPda9aon .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #ffe199, #ffe199, #ad8115);
}
.cid-veKPda9aon .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veKPda9aon .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veKPda9aon .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veKPda9aon .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #876d2f;
  font-weight: 400;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veKPda9aon .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veKPda9aon .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veKPda9aon .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veKPda9aon .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veKPda9aon .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veKPda9aon .container,
.cid-veKPda9aon .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 7px 8px 0 24px;
  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;
  margin-top: 14px;
  background-color: #876d2f;
  border-radius: 60px !important;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .container,
  .cid-veKPda9aon .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veKPda9aon .container,
  .cid-veKPda9aon .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veKPda9aon .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #876d2f;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veKPda9aon .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veKPda9aon .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #1f1d1a !important;
  transition: all .3s ease;
}
.cid-veKPda9aon .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veKPda9aon .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-veKPda9aon .nav-item:focus,
.cid-veKPda9aon .nav-link:focus {
  outline: none;
}
.cid-veKPda9aon .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veKPda9aon .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veKPda9aon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veKPda9aon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veKPda9aon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veKPda9aon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veKPda9aon .navbar {
  min-height: 77px;
  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-veKPda9aon .navbar.opened {
  transition: all 0.3s;
}
.cid-veKPda9aon .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veKPda9aon .navbar .navbar-logo img {
  width: auto;
}
.cid-veKPda9aon .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veKPda9aon .navbar.collapsed {
  justify-content: center;
}
.cid-veKPda9aon .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veKPda9aon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veKPda9aon .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veKPda9aon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veKPda9aon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veKPda9aon .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-veKPda9aon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veKPda9aon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veKPda9aon .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veKPda9aon .navbar {
    min-height: 72px;
  }
  .cid-veKPda9aon .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veKPda9aon .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veKPda9aon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veKPda9aon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veKPda9aon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veKPda9aon .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-veKPda9aon .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veKPda9aon .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veKPda9aon .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veKPda9aon .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veKPda9aon .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veKPda9aon .dropdown-item.active,
.cid-veKPda9aon .dropdown-item:active {
  background-color: transparent;
}
.cid-veKPda9aon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veKPda9aon .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veKPda9aon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0em 1.667em;
}
.cid-veKPda9aon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veKPda9aon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veKPda9aon .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veKPda9aon ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veKPda9aon .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .navbar-buttons {
    text-align: left;
  }
}
.cid-veKPda9aon button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veKPda9aon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-veKPda9aon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veKPda9aon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veKPda9aon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veKPda9aon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veKPda9aon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKPda9aon nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veKPda9aon nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veKPda9aon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKPda9aon .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veKPda9aon a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veKPda9aon .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veKPda9aon .navbar {
    height: 77px;
  }
  .cid-veKPda9aon .navbar.opened {
    height: auto;
  }
  .cid-veKPda9aon .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veKPda9aon .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veKPda9aon .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veKPda9aon .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veKPda9aon .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veKPda9aon .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veKPda9aon .navbar-brand {
    margin-right: auto;
  }
  .cid-veKPda9aon .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #876d2f;
    backdrop-filter: blur(8px);
    border-radius: 30px !important;
  }
  .cid-veKPda9aon .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veKPda9aon .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veKPda9aon .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veKPda9aon .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veKPda9aon .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veKPda9aon .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veKPda9aon .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: 0rem;
}
.cid-veKPdaGZnb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pessoas-mdb.webp");
  position: relative;
  overflow: hidden;
}
.cid-veKPdaGZnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKPdaGZnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKPdaGZnb .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-veKPdaGZnb .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-veKPdaGZnb .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-veKPdaGZnb .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-veKPdaGZnb .card-wrapper {
  width: 100%;
}
.cid-veKPdaGZnb .card-box {
  width: 100%;
}
.cid-veKPdaGZnb .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-veKPdaGZnb .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-veKPdaGZnb .mbr-section-btn {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .cid-veKPdaGZnb .mbr-section-btn {
    max-width: 150px;
  }
}
.cid-veKPdaGZnb .mbr-section-btn .btn {
  padding: 5px 22px 0px 24px !important;
}
.cid-veKPdaGZnb .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (min-width: 768px) {
  .cid-veKPdaGZnb .col-img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .cid-veKPdaGZnb .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-veKPdaGZnb .image-wrapper {
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-veKPdaGZnb .image-wrapper {
    width: 100%;
  }
}
.cid-veKPdaGZnb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veKPdaGZnb .bg-img {
  position: absolute;
  width: 100%;
  background-color: rgba(106, 55, 35, 0.7);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-veKPdaGZnb .bg-img {
    width: 150%;
  }
}
.cid-veKPdaGZnb .bg-img2 {
  position: absolute;
  width: 100%;
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(139, 82, 59, 0.2);
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(75%) translateX(36%);
}
@media (max-width: 767px) {
  .cid-veKPdaGZnb .bg-img2 {
    width: 120%;
  }
}
.cid-veKPdaGZnb .mbr-text,
.cid-veKPdaGZnb .mbr-section-btn {
  color: #ffffff;
}
.cid-veKPdb6v87 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKPdb6v87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKPdb6v87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKPdb6v87 .row {
  justify-content: flex-start;
}
.cid-veKPdb6v87 .mbr-section-title {
  color: #823b1f;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKPdb6v87 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
  text-align: left;
}
.cid-veKPdcjTVg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-veKPdcjTVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKPdcjTVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKPdcjTVg .row {
  justify-content: flex-start;
}
.cid-veKPdcjTVg .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
  text-align: justify;
}
.cid-veKPdcjTVg .mbr-text {
  color: #353535;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-veKPdcjTVg .creditos h5 {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.cid-veKPdcjTVg .creditos p {
  padding-top: 0rem;
  margin-top: 0rem;
}
.cid-veKPdcKjsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-veKPdcKjsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKPdcKjsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKPdcKjsM .card-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dedede;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-veKPdcKjsM .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-veKPdcKjsM .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-veKPdcKjsM .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-veKPdcKjsM .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veKPdcKjsM .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veKPdcKjsM .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 8fr 0fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-veKPdcKjsM .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veKPdcKjsM .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #bbbbbb;
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-veKPdcKjsM .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #5e593d;
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #5e593d;
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-veKPdcKjsM .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-veKPdcKjsM .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veKPdcKjsM .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-veKPdcKjsM .panel-title-edit {
  color: #353535;
}
.cid-veKPdcKjsM .panel-text {
  color: #d7d2d2;
}
.cid-veKPdcKjsM .mbr-section-title,
.cid-veKPdcKjsM .mbr-section-btn,
.cid-veKPdcKjsM .title-wrapper {
  color: #353535;
}
.cid-veKPdcKjsM .panel-text,
.cid-veKPdcKjsM .panel-body {
  color: #353535;
}
.cid-veKPddeWuW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.cid-veKPddeWuW .navbar-logo {
  width: 130px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-veKPddeWuW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-veKPddeWuW .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-veKPddeWuW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-veKPddeWuW .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-veKPddeWuW .text2 {
  color: #000000;
  text-align: left;
}
.cid-veKPddeWuW .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-veKPddeWuW .logo-title {
  text-align: center;
}
.cid-veKPddeWuW .logo-sub-title {
  text-align: center;
  color: #353535;
}
.cid-veKPddeWuW .links {
  text-align: center;
  color: #656565;
}
.cid-veKPddeWuW .logo-sub-title i {
  color: #9e9e9e;
}
.cid-veKPddeWuW .links,
.cid-veKPddeWuW .social-list {
  color: #1f1d1a;
}
