.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .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) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1f6463 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #a6a99c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1f6463;
  color: #1f6463;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a2221 !important;
  background-color: transparent !important;
  border-color: #0a2221 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1f6463 !important;
}
.text-secondary {
  color: #393193 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #a6a99c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #071616 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b1846 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #747768 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1f6463;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #a6a99c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f6463;
  border-color: #1f6463;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1f6463;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3fc3c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3e4e0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #1f6463 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1f6463;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f6463;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f6463;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1f6463;
  border-bottom-color: #1f6463;
}
.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: #1f6463 !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: #393193 !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='%231f6463' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uF9ZxU361f {
  display: flex;
  background-image: url("../../../assets/images/topo-1920x1080.jpg");
}
.cid-uF9ZxU361f .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uF9ZxU361f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9ZxU361f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9ZxU361f .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uF9ZxU361f .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uF9ZxU361f {
    align-items: center;
  }
  .cid-uF9ZxU361f .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uF9ZxU361f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uF9ZxU361f {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uF9ZxU361f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF9ZxU361f .content-wrap {
    width: 100%;
  }
}
.cid-uF9ZxU361f .mbr-section-title {
  text-align: center;
}
.cid-uF9ZxU361f .mbr-text,
.cid-uF9ZxU361f .mbr-section-btn {
  text-align: center;
}
.cid-uFasgFunqY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFasgFunqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFasgFunqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFanCIOPPE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFanCIOPPE .counter-container {
  color: #767676;
}
.cid-uFanCIOPPE .counter-container ul {
  margin-bottom: 0;
}
.cid-uFanCIOPPE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uFanCIOPPE .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #2ad031;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uFanCIOPPE .mbr-text {
  color: #000000;
}
.cid-uFavF1VrC8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFavF1VrC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFavF1VrC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFavF1VrC8 a {
  font-weight: bold;
}
.cid-uFavF1VrC8 .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uFavF1VrC8 .mbr-text,
.cid-uFavF1VrC8 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uFavF1VrC8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFaxSQTGLr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaxSQTGLr .card-heading {
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uFaxSQTGLr .row {
  justify-content: center;
}
.cid-uFaxSQTGLr .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uFaxSQTGLr .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uFaxSQTGLr .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFaxSQTGLr .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uFaxSQTGLr .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFaxSQTGLr .text,
.cid-uFaxSQTGLr .article {
  text-align: left;
  color: #ffffff;
}
.cid-uFaFDazYCN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaFDazYCN .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uFaFDazYCN .row {
  justify-content: center;
}
.cid-uFaFDazYCN .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uFaFDazYCN .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uFaFDazYCN .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFaFDazYCN .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uFaFDazYCN .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFaFDazYCN .text,
.cid-uFaFDazYCN .article {
  text-align: left;
  color: #000000;
}
.cid-uFaFDazYCN .p {
  color: #ffffff;
}
.cid-uFax7L486e {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFax7L486e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFax7L486e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFax7L486e .mbr-section-title {
  color: #ffffff;
}
.cid-uFax7L486e .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFax98HJ2L {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFax98HJ2L .counter-container {
  color: #767676;
}
.cid-uFax98HJ2L .counter-container ul {
  margin-bottom: 0;
}
.cid-uFax98HJ2L .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uFax98HJ2L .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #2ad031;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uFax98HJ2L .mbr-text {
  color: #ffffff;
}
.cid-uFaxa6I4Aq {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uFaxa6I4Aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaxa6I4Aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaxa6I4Aq a {
  font-weight: bold;
}
.cid-uFaxa6I4Aq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFaxa6I4Aq .mbr-text,
.cid-uFaxa6I4Aq .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uFaxa6I4Aq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uFaIye3Wpm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFaIye3Wpm .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uFaIye3Wpm .row {
  justify-content: center;
}
.cid-uFaIye3Wpm .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uFaIye3Wpm .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uFaIye3Wpm .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFaIye3Wpm .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uFaIye3Wpm .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFaIye3Wpm .text,
.cid-uFaIye3Wpm .article {
  text-align: left;
  color: #000000;
}
.cid-uFaIye3Wpm .p {
  color: #000000;
}
.cid-uFaJ0sdcdl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFaJ0sdcdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaJ0sdcdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaJ0sdcdl .mbr-section-title {
  color: #000000;
}
.cid-uFaJ0sdcdl .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFaLcLc3YB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFaLcLc3YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaLcLc3YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaLcLc3YB .mbr-section-title {
  color: #000000;
}
.cid-uFaLcLc3YB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFaL9QhJ0g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFaL9QhJ0g .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uFaL9QhJ0g .row {
  justify-content: center;
}
.cid-uFaL9QhJ0g .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uFaL9QhJ0g .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uFaL9QhJ0g .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFaL9QhJ0g .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uFaL9QhJ0g .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFaL9QhJ0g .text,
.cid-uFaL9QhJ0g .article {
  text-align: left;
  color: #000000;
}
.cid-uFaL9QhJ0g .p {
  color: #000000;
}
.cid-uFaL6isqpp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFaL6isqpp .counter-container {
  color: #767676;
}
.cid-uFaL6isqpp .counter-container ul {
  margin-bottom: 0;
}
.cid-uFaL6isqpp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uFaL6isqpp .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #2ad031;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uFaL6isqpp .mbr-text {
  color: #000000;
}
.cid-uFaL1WjgQJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFaL1WjgQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaL1WjgQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaL1WjgQJ a {
  font-weight: bold;
}
.cid-uFaL1WjgQJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFaL1WjgQJ .mbr-text,
.cid-uFaL1WjgQJ .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uFaL1WjgQJ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFgOGKg7Ao {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFgOGKg7Ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgOGKg7Ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgOGKg7Ao .mbr-section-title {
  color: #000000;
}
.cid-uFgOGKg7Ao .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFgSHmyace {
  background-color: #000000;
}
.cid-uFgSHmyace .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgSHmyace .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgSHmyace .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFgSHmyace .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFgSHmyace .container {
    padding: 0 16px;
  }
}
.cid-uFgSHmyace .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uFgSHmyace .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uFgSHmyace .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d8f3c7;
}
.cid-uFgSHmyace .item .item-wrapper {
  height: 100%;
}
.cid-uFgSHmyace .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ffe3e3;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFgSHmyace .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uFgSHmyace .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uFgSHmyace .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uFgSHmyace .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFgSHmyace .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uFgSHmyace .item-emoji {
  color: #000000;
}
.cid-uFgSHmyace .item-title {
  color: #000000;
}
.cid-uFgSHmyace .item-text {
  color: #000000;
}
.cid-uFgSHmyace .item-title,
.cid-uFgSHmyace .mbr-section-btn {
  color: #000000;
}
.cid-uFaStflEDB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaStflEDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaStflEDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaStflEDB .mbr-section-title {
  color: #ffffff;
}
.cid-uFaStflEDB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFaStflEDB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uFb7fcgU5v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uFb7fcgU5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb7fcgU5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb7fcgU5v .title .num {
  width: 100%;
  display: block;
}
.cid-uFb7fcgU5v .title .card-title {
  z-index: 1;
}
.cid-uFb7fcgU5v .num {
  color: #2ad031;
}
.cid-uFb7fcgU5v .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFb7fcgU5v .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFb7fcgU5v * {
    text-align: center !important;
  }
  .cid-uFb7fcgU5v .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uFb7fcgU5v .content-head {
  max-width: 800px;
}
.cid-uFb7fcgU5v .mbr-section-title,
.cid-uFb7fcgU5v .card-box {
  color: #ffffff;
}
.cid-uFb7fcgU5v .card-title,
.cid-uFb7fcgU5v .card-img {
  color: #bcef9b;
}
.cid-uFb7fcgU5v .card-text {
  color: #ffffff;
}
.cid-uFbtJ17pc7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFbtJ17pc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbtJ17pc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbtJ17pc7 a {
  font-weight: bold;
}
.cid-uFbtJ17pc7 .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uFbtJ17pc7 .mbr-text,
.cid-uFbtJ17pc7 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uFbtJ17pc7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFgZauRwc7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFgZauRwc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgZauRwc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgZauRwc7 a {
  font-weight: bold;
}
.cid-uFgZauRwc7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFgZauRwc7 .mbr-text,
.cid-uFgZauRwc7 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uFgZauRwc7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uFgWC3qK4s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFgWC3qK4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgWC3qK4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgWC3qK4s a {
  font-weight: bold;
}
.cid-uFgWC3qK4s .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFgWC3qK4s .mbr-text,
.cid-uFgWC3qK4s .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uFgWC3qK4s .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uFgWw0fN5L {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFgWw0fN5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgWw0fN5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgWw0fN5L .mbr-section-title {
  color: #000000;
}
.cid-uFgWw0fN5L .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFgWp1DvBK {
  background-color: #ffffff;
}
.cid-uFgWp1DvBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgWp1DvBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgWp1DvBK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uFgWp1DvBK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFgWp1DvBK .container {
    padding: 0 16px;
  }
}
.cid-uFgWp1DvBK .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uFgWp1DvBK .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uFgWp1DvBK .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d8f3c7;
}
.cid-uFgWp1DvBK .item .item-wrapper {
  height: 100%;
}
.cid-uFgWp1DvBK .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ffe3e3;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFgWp1DvBK .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uFgWp1DvBK .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uFgWp1DvBK .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uFgWp1DvBK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFgWp1DvBK .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uFgWp1DvBK .item-emoji {
  color: #000000;
}
.cid-uFgWp1DvBK .item-title {
  color: #000000;
}
.cid-uFgWp1DvBK .item-text {
  color: #000000;
}
.cid-uFgWp1DvBK .item-title,
.cid-uFgWp1DvBK .mbr-section-btn {
  color: #000000;
}
.cid-uFbnQYAoRu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFbnQYAoRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbnQYAoRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbnQYAoRu .mbr-section-title {
  color: #d4af37;
}
.cid-uFbnQYAoRu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFbl4upwXV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFbl4upwXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbl4upwXV .container {
  max-width: 1300px;
}
.cid-uFbl4upwXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbl4upwXV .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFbl4upwXV .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFbl4upwXV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFbl4upwXV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFbl4upwXV .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uFbl4upwXV .mbr-section-title {
  color: #d4af37;
  text-align: left;
}
.cid-uFbl4upwXV .mbr-text,
.cid-uFbl4upwXV .mbr-section-btn {
  color: #ffffff;
}
.cid-uFb7jTDDxD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uFb7jTDDxD .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uFb7jTDDxD .panel-group {
  border: none;
}
.cid-uFb7jTDDxD .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFb7jTDDxD .card-header {
    padding: 0rem;
  }
}
.cid-uFb7jTDDxD .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uFb7jTDDxD .img-col {
  padding: 0;
}
.cid-uFb7jTDDxD .img-item {
  height: 100%;
}
.cid-uFb7jTDDxD img {
  height: 100%;
  object-fit: cover;
}
.cid-uFb7jTDDxD .collapsed span {
  transform: rotate(0deg);
}
.cid-uFb7jTDDxD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFb7jTDDxD p {
  margin-bottom: 0.3rem;
}
.cid-uFb7jTDDxD .panel-title-edit {
  color: #000000;
}
.cid-uFb7jTDDxD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uFb7jTDDxD .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uFb7jTDDxD .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFb7jTDDxD .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uFb7jTDDxD .panel-text {
  color: #000000;
}
.cid-uFb7jTDDxD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uFb7jTDDxD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFb7jTDDxD .panel-title-edit,
.cid-uFb7jTDDxD .mbr-iconfont {
  color: #000000;
}
.cid-uFbhOx9GpE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFbhOx9GpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbhOx9GpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbhOx9GpE a {
  font-weight: bold;
}
.cid-uFbhOx9GpE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFbhOx9GpE .mbr-text,
.cid-uFbhOx9GpE .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uFbhOx9GpE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uK3yxrOmzA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0000;
}
.cid-uK3yxrOmzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK3yxrOmzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK3yxrOmzA .content-head {
  max-width: 800px;
}
.cid-uK3yxrOmzA .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uK3yxrOmzA .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uK3yxrOmzA .item {
    min-height: 45px;
  }
}
.cid-uJ2hqwMLmd {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uJ2hqwMLmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2hqwMLmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2hqwMLmd .items-wrap {
  justify-content: space-between;
}
.cid-uJ2hqwMLmd .items-wrap .card {
  justify-content: center;
}
.cid-uJ2hqwMLmd .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uJ2hqwMLmd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ2hqwMLmd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJ2hqwMLmd .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uJ2hqwMLmd .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uJ2hqwMLmd .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uJ2hqwMLmd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJ2hqwMLmd .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ2hqwMLmd .image-wrapper img {
    height: 350px;
  }
}
.cid-uJ2hqwMLmd .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2hqwMLmd .mbr-text {
  color: #000000;
}
.cid-uJ2hqwMLmd .mbr-text,
.cid-uJ2hqwMLmd .mbr-section-btn {
  color: #fdfde1;
}
.cid-uJ2hqwMLmd .mbr-desc {
  color: #fdfde1;
}
.cid-uJ2hqwMLmd .mbr-section-subtitle {
  color: #d4af37;
}
.cid-uJ2hqwMLmd .mbr-desc,
.cid-uJ2hqwMLmd .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ2hqwMLmd .mbr-text,
.cid-uJ2hqwMLmd .mbr-section-btn mb-4 {
  color: #d4af37;
}
.cid-uJ26spzDxg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ26spzDxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ26spzDxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ26spzDxg .mbr-section-title {
  color: #d4af37;
}
.cid-uJ2kyt4me6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ2kyt4me6 .mbr-text {
  color: #000000;
}
.cid-uJ2kyt4me6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uJ2kyt4me6 .mbr-section-title {
  color: #000000;
}
.cid-uJ2lz5ycbD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJ2nVIDD63 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJ2nVIDD63 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJ2nVIDD63 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJ2nVIDD63 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJ2nVIDD63 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2nVIDD63 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ2nVIDD63 .mbr-text {
  color: #ffffff;
}
.cid-uJ2q0PzLWO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJ2q0PzLWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2q0PzLWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2q0PzLWO .mbr-section-title {
  color: #d4af37;
}
.cid-uJ2q0PzLWO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ2pVbetlL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJ2pVbetlL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uJ2pVbetlL .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uJ2pVbetlL .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uJ2pVbetlL .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2pVbetlL .mbr-text {
  color: #ffffff;
}
.cid-uJ2rJ2ZveJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uJ2v5PVl2G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ2v5PVl2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2v5PVl2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2v5PVl2G ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uJ2v5PVl2G li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uJ2v5PVl2G ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uJ26ssmcYR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJ26ssmcYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ26ssmcYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ26ssmcYR a {
  font-weight: bold;
}
.cid-uJ26ssmcYR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJ26ssmcYR .mbr-text,
.cid-uJ26ssmcYR .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uJ26ssmcYR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJ26svq7ll {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJ26svq7ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ26svq7ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ26svq7ll .mbr-section-title {
  color: #ffffff;
}
.cid-uJ26svq7ll .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uJ26svVDOl {
  background-color: #000000;
}
.cid-uJ26svVDOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ26svVDOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ26svVDOl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uJ26svVDOl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJ26svVDOl .container {
    padding: 0 16px;
  }
}
.cid-uJ26svVDOl .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uJ26svVDOl .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uJ26svVDOl .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fffbe3;
}
.cid-uJ26svVDOl .item .item-wrapper {
  height: 100%;
}
.cid-uJ26svVDOl .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #fffbe3;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJ26svVDOl .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uJ26svVDOl .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uJ26svVDOl .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uJ26svVDOl .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJ26svVDOl .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uJ26svVDOl .item-emoji {
  color: #000000;
}
.cid-uJ26svVDOl .item-title {
  color: #000000;
}
.cid-uJ26svVDOl .item-text {
  color: #000000;
}
.cid-uJ26svVDOl .item-title,
.cid-uJ26svVDOl .mbr-section-btn {
  color: #d4af37;
}
.cid-uJ2yiNlVlX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJ2yiNlVlX .mbr-text {
  color: #ffffff;
}
.cid-uJ2yiNlVlX .mbr-section-subtitle {
  color: #000000;
}
.cid-uJ2yiNlVlX .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2yTjok0T {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJ2yTjok0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2yTjok0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2yTjok0T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uJ2yTjok0T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uJ2yTjok0T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uJ2yTjok0T .list {
  color: #ffffff;
}
.cid-uJ2ABMiuZu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJTtXsPyO3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJTtXsPyO3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uJTtXsPyO3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJTtXsPyO3 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJTtXsPyO3 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uJTtXsPyO3 .card-title,
.cid-uJTtXsPyO3 .iconfont-wrapper {
  color: #000000;
}
.cid-uJTtXsPyO3 .card-text {
  color: #000000;
  text-align: left;
}
.cid-uJTtXsPyO3 .content-head {
  max-width: 800px;
}
.cid-uJTtXsPyO3 .mbr-section-title {
  color: #d4af37;
}
.cid-uJTtXsPyO3 .card-title,
.cid-uJTtXsPyO3 .img-wrapper {
  text-align: center;
}
.cid-uJTtXsPyO3 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uJ2IDOcpqL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/narcisista-ebook-1-1920x1080.jpg");
}
.cid-uJ2IDOcpqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2IDOcpqL .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ2IDOcpqL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ2IDOcpqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2IDOcpqL .card-text {
  max-width: 400px;
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-uJ2IDOcpqL .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJ2IDOcpqL .iconfont-wrapper .mbr-iconfont:hover {
  transform: scale(1.2);
}
.cid-uJ2IDOcpqL .card-title,
.cid-uJ2IDOcpqL .iconfont-wrapper {
  color: #d4af37;
  text-align: center;
}
.cid-uJ2IDOcpqL .content-head {
  max-width: 800px;
}
.cid-uJ2IDOcpqL .mbr-section-title {
  color: #d4af37;
}
.cid-uJ2IDOcpqL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJTxs9wPV6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJTxs9wPV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTxs9wPV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTxs9wPV6 .items-wrap {
  justify-content: space-between;
}
.cid-uJTxs9wPV6 .items-wrap .card {
  justify-content: center;
}
.cid-uJTxs9wPV6 .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uJTxs9wPV6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJTxs9wPV6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJTxs9wPV6 .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uJTxs9wPV6 .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uJTxs9wPV6 .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uJTxs9wPV6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJTxs9wPV6 .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJTxs9wPV6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uJTxs9wPV6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJTxs9wPV6 .mbr-text {
  color: #000000;
}
.cid-uJTxs9wPV6 .mbr-text,
.cid-uJTxs9wPV6 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uJTxs9wPV6 .mbr-desc {
  color: #fdfde1;
}
.cid-uJTxs9wPV6 .mbr-section-subtitle {
  color: #d4af37;
  text-align: center;
}
.cid-uJTxs9wPV6 .mbr-desc,
.cid-uJTxs9wPV6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJTxs9wPV6 .mbr-text,
.cid-uJTxs9wPV6 .mbr-section-btn mb-4 {
  color: #d4af37;
}
.cid-uJTAJEyLCZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJTAJEyLCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTAJEyLCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTAJEyLCZ a {
  font-weight: bold;
}
.cid-uJTAJEyLCZ .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-uJTAJEyLCZ .mbr-text,
.cid-uJTAJEyLCZ .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uJTAJEyLCZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJTCyYBVkl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJTCyYBVkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTCyYBVkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTCyYBVkl a {
  font-weight: bold;
}
.cid-uJTCyYBVkl .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJTCyYBVkl .mbr-text,
.cid-uJTCyYBVkl .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uJTCyYBVkl .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJTCOPglzU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJTCOPglzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTCOPglzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTCOPglzU a {
  font-weight: bold;
}
.cid-uJTCOPglzU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJTCOPglzU .mbr-text,
.cid-uJTCOPglzU .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uJTCOPglzU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJ26sBxBLr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uJ26sBxBLr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJ26sBxBLr .panel-group {
  border: none;
}
.cid-uJ26sBxBLr .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJ26sBxBLr .card-header {
    padding: 0rem;
  }
}
.cid-uJ26sBxBLr .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJ26sBxBLr .img-col {
  padding: 0;
}
.cid-uJ26sBxBLr .img-item {
  height: 100%;
}
.cid-uJ26sBxBLr img {
  height: 100%;
  object-fit: cover;
}
.cid-uJ26sBxBLr .collapsed span {
  transform: rotate(0deg);
}
.cid-uJ26sBxBLr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJ26sBxBLr p {
  margin-bottom: 0.3rem;
}
.cid-uJ26sBxBLr .panel-title-edit {
  color: #000000;
}
.cid-uJ26sBxBLr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJ26sBxBLr .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJ26sBxBLr .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJ26sBxBLr .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJ26sBxBLr .panel-text {
  color: #000000;
}
.cid-uJ26sBxBLr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJ26sBxBLr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJ26sBxBLr .panel-title-edit,
.cid-uJ26sBxBLr .mbr-iconfont {
  color: #000000;
}
.cid-uJ26syy08p {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJ26syy08p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ26syy08p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ26syy08p a {
  font-weight: bold;
}
.cid-uJ26syy08p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJ26syy08p .mbr-text,
.cid-uJ26syy08p .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uJ26syy08p .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJTEOjNFOp {
  background-image: url("../../../assets/images/img-20200921-094234-905-966x966.jpg");
}
.cid-uJTEOjNFOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTEOjNFOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTEOjNFOp .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uJTEOjNFOp .mbr-section-subtitle {
  color: #d4af37;
  margin-bottom: 30px;
}
.cid-uJTEOjNFOp .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uJTEOjNFOp .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJTEOjNFOp .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uJTEOjNFOp .mbr-text,
.cid-uJTEOjNFOp .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ2IT1wzUb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uJ2IT1wzUb .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uJ2IT1wzUb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uJ2IT1wzUb .socicon {
  font-size: 1.3rem;
  background: #fef5db;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJ2IT1wzUb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uJ2IT1wzUb .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uJ2IT1wzUb .text2 {
  color: #000000;
  text-align: left;
}
.cid-uJ2IT1wzUb .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uJ2IT1wzUb .logo-title {
  text-align: center;
}
.cid-uJ2IT1wzUb .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJ2IT1wzUb .links {
  text-align: center;
  color: #656565;
}
.cid-uJ2IT1wzUb .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uJ2IT1wzUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2IT1wzUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2IT1wzUb .logo-title,
.cid-uJ2IT1wzUb .logo {
  color: #aa891d;
}
.cid-uJ2IT1wzUb .links,
.cid-uJ2IT1wzUb .social-list {
  color: #ffffff;
}
.cid-uJ2IVcZVYe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #18284c;
}
.cid-uJ2IVcZVYe .links {
  text-align: center;
  color: #ffffff;
}
.cid-uJ2IVcZVYe p {
  margin: 0;
}
.cid-uQ2hWLfq5X {
  display: flex;
  background-color: #294c8d;
}
.cid-uQ2hWLfq5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWLfq5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWLfq5X .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uQ2hWLfq5X .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uQ2hWLfq5X {
    align-items: center;
  }
  .cid-uQ2hWLfq5X .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ2hWLfq5X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ2hWLfq5X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQ2hWLfq5X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ2hWLfq5X .content-wrap {
    width: 100%;
  }
}
.cid-uQ2hWLfq5X .mbr-section-title {
  text-align: left;
}
.cid-uQ2hWLfq5X .mbr-text,
.cid-uQ2hWLfq5X .mbr-section-btn {
  text-align: left;
}
.cid-uQ2hWLH3al {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ2hWLH3al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWLH3al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWM4Lzl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQ2hWM4Lzl .counter-container {
  color: #767676;
}
.cid-uQ2hWM4Lzl .counter-container ul {
  margin-bottom: 0;
}
.cid-uQ2hWM4Lzl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uQ2hWM4Lzl .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #2ad031;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uQ2hWM4Lzl .mbr-text {
  color: #000000;
}
.cid-uQ2hWMLTK9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQ2hWMLTK9 .card-heading {
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uQ2hWMLTK9 .row {
  justify-content: center;
}
.cid-uQ2hWMLTK9 .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uQ2hWMLTK9 .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uQ2hWMLTK9 .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uQ2hWMLTK9 .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uQ2hWMLTK9 .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uQ2hWMLTK9 .text,
.cid-uQ2hWMLTK9 .article {
  text-align: left;
  color: #ffffff;
}
.cid-uQ2hWNeMGF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQ2hWNeMGF .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uQ2hWNeMGF .row {
  justify-content: center;
}
.cid-uQ2hWNeMGF .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uQ2hWNeMGF .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uQ2hWNeMGF .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uQ2hWNeMGF .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uQ2hWNeMGF .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uQ2hWNeMGF .text,
.cid-uQ2hWNeMGF .article {
  text-align: left;
  color: #000000;
}
.cid-uQ2hWNeMGF .p {
  color: #ffffff;
}
.cid-uQ2hWNEZ89 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQ2hWNEZ89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWNEZ89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWNEZ89 .mbr-section-title {
  color: #ffffff;
}
.cid-uQ2hWNEZ89 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uQ2hWO5Q1S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQ2hWO5Q1S .counter-container {
  color: #767676;
}
.cid-uQ2hWO5Q1S .counter-container ul {
  margin-bottom: 0;
}
.cid-uQ2hWO5Q1S .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uQ2hWO5Q1S .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #2ad031;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uQ2hWO5Q1S .mbr-text {
  color: #ffffff;
}
.cid-uQ2hWOrWaY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uQ2hWOrWaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWOrWaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWOrWaY a {
  font-weight: bold;
}
.cid-uQ2hWOrWaY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ2hWOrWaY .mbr-text,
.cid-uQ2hWOrWaY .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uQ2hWOrWaY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQ2hWOQ0TX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ2hWOQ0TX .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uQ2hWOQ0TX .row {
  justify-content: center;
}
.cid-uQ2hWOQ0TX .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uQ2hWOQ0TX .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uQ2hWOQ0TX .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uQ2hWOQ0TX .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uQ2hWOQ0TX .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uQ2hWOQ0TX .text,
.cid-uQ2hWOQ0TX .article {
  text-align: left;
  color: #000000;
}
.cid-uQ2hWOQ0TX .p {
  color: #000000;
}
.cid-uQ2hWPkxmu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ2hWPkxmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWPkxmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWPkxmu .mbr-section-title {
  color: #000000;
}
.cid-uQ2hWPkxmu .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uQ2hWPJap7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ2hWPJap7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWPJap7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWPJap7 .mbr-section-title {
  color: #000000;
}
.cid-uQ2hWPJap7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQ2hWQ94SI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ2hWQ94SI .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uQ2hWQ94SI .row {
  justify-content: center;
}
.cid-uQ2hWQ94SI .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uQ2hWQ94SI .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uQ2hWQ94SI .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uQ2hWQ94SI .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uQ2hWQ94SI .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uQ2hWQ94SI .text,
.cid-uQ2hWQ94SI .article {
  text-align: left;
  color: #000000;
}
.cid-uQ2hWQ94SI .p {
  color: #000000;
}
.cid-uQ2hWQCS5I {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQ2hWQCS5I .counter-container {
  color: #767676;
}
.cid-uQ2hWQCS5I .counter-container ul {
  margin-bottom: 0;
}
.cid-uQ2hWQCS5I .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uQ2hWQCS5I .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #2ad031;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uQ2hWQCS5I .mbr-text {
  color: #000000;
}
.cid-uQ2ApNO1Kk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQ2ApNO1Kk .row {
  flex-direction: row-reverse;
}
.cid-uQ2ApNO1Kk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uQ2ApNO1Kk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ2ApNO1Kk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ2ApNO1Kk .mbr-section-title {
  color: #103178;
}
.cid-uQ2ApNO1Kk .mbr-text,
.cid-uQ2ApNO1Kk .mbr-section-btn {
  color: #103178;
}
.cid-uQ2ApNO1Kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2ApNO1Kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWU47Kp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uQ2hWU47Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWU47Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWU47Kp a {
  font-weight: bold;
}
.cid-uQ2hWU47Kp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ2hWU47Kp .mbr-text,
.cid-uQ2hWU47Kp .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uQ2hWU47Kp .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQ2hWUzHdY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQ2hWUzHdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2hWUzHdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2hWUzHdY a {
  font-weight: bold;
}
.cid-uQ2hWUzHdY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ2hWUzHdY .mbr-text,
.cid-uQ2hWUzHdY .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uQ2hWUzHdY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQ2uwMVOIr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uQ2uwMVOIr .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQ2uwMVOIr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQ2uwMVOIr .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ2uwMVOIr .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQ2uwMVOIr .card-title,
.cid-uQ2uwMVOIr .iconfont-wrapper {
  color: #000000;
}
.cid-uQ2uwMVOIr .card-text {
  color: #000000;
  text-align: center;
}
.cid-uQ2uwMVOIr .content-head {
  max-width: 800px;
}
.cid-uQ2uwMVOIr .mbr-section-title {
  color: #d4af37;
}
.cid-uQ2uwMVOIr .card-title,
.cid-uQ2uwMVOIr .img-wrapper {
  text-align: center;
}
.cid-uQ2uwMVOIr .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uQ2rKPavte {
  background-image: url("../../../assets/images/quem-e-alice-salgado-2-1920x1080.jpg");
}
.cid-uQ2rKPavte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2rKPavte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2rKPavte .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uQ2rKPavte .mbr-section-subtitle {
  color: #d4af37;
  margin-bottom: 30px;
}
.cid-uQ2rKPavte .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uQ2rKPavte .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQ2rKPavte .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uQ2rKPavte .mbr-text,
.cid-uQ2rKPavte .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ2hWXli6C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uQ2hWXli6C .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uQ2hWXli6C .panel-group {
  border: none;
}
.cid-uQ2hWXli6C .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uQ2hWXli6C .card-header {
    padding: 0rem;
  }
}
.cid-uQ2hWXli6C .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uQ2hWXli6C .img-col {
  padding: 0;
}
.cid-uQ2hWXli6C .img-item {
  height: 100%;
}
.cid-uQ2hWXli6C img {
  height: 100%;
  object-fit: cover;
}
.cid-uQ2hWXli6C .collapsed span {
  transform: rotate(0deg);
}
.cid-uQ2hWXli6C .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQ2hWXli6C p {
  margin-bottom: 0.3rem;
}
.cid-uQ2hWXli6C .panel-title-edit {
  color: #000000;
}
.cid-uQ2hWXli6C .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uQ2hWXli6C .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uQ2hWXli6C .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQ2hWXli6C .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uQ2hWXli6C .panel-text {
  color: #000000;
}
.cid-uQ2hWXli6C .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQ2hWXli6C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQ2hWXli6C .panel-title-edit,
.cid-uQ2hWXli6C .mbr-iconfont {
  color: #000000;
}
.cid-uQ2rC0YeMy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uQ2rC0YeMy .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uQ2rC0YeMy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uQ2rC0YeMy .socicon {
  font-size: 1.3rem;
  background: #fef5db;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQ2rC0YeMy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uQ2rC0YeMy .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-uQ2rC0YeMy .text2 {
  color: #000000;
  text-align: left;
}
.cid-uQ2rC0YeMy .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uQ2rC0YeMy .logo-title {
  text-align: center;
}
.cid-uQ2rC0YeMy .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQ2rC0YeMy .links {
  text-align: center;
  color: #656565;
}
.cid-uQ2rC0YeMy .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uQ2rC0YeMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2rC0YeMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2rC0YeMy .logo-title,
.cid-uQ2rC0YeMy .logo {
  color: #aa891d;
}
.cid-uQ2rC0YeMy .links,
.cid-uQ2rC0YeMy .social-list {
  color: #ffffff;
}
.cid-uQ2rDI8SHP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #18284c;
}
.cid-uQ2rDI8SHP .links {
  text-align: center;
  color: #ffffff;
}
.cid-uQ2rDI8SHP p {
  margin: 0;
}
.cid-uYtLM7dUgW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-retiro-rodaestelar-1000x650.jpg");
}
.cid-uYtLM7dUgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtLM7dUgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYtLM7dUgW .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYtLM7dUgW .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uYtLM7dUgW .mbr-section-title {
  color: #393193;
}
.cid-uYtLM7dUgW .mbr-text,
.cid-uYtLM7dUgW .mbr-section-btn {
  color: #393193;
}
.cid-uYzn8yFphk {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYzn8yFphk img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYtHVaMEtE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6ffff;
}
.cid-uYtHVaMEtE .mbr-text {
  color: #0a8672;
  text-align: center;
}
.cid-uYtHVaMEtE .mbr-section-subtitle {
  color: #000000;
}
.cid-uYtHVaMEtE .mbr-section-title {
  color: #0a8672;
  text-align: center;
}
.cid-uYtVzn1AeZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6ffff;
}
.cid-uYtVzn1AeZ .line {
  background-color: #2e22b7;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYtVzn1AeZ .mbr-text {
  color: #0a8672;
}
.cid-uYzs0NYNHS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #d4e3fe;
}
.cid-uYzs0NYNHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzs0NYNHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzs0NYNHS .mbr-section-subtitle {
  color: #2e22b7;
}
.cid-uYzs0NYNHS .mbr-section-title {
  color: #2e22b7;
}
.cid-uYzs25RtCt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d4e3fe;
}
.cid-uYzs25RtCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzs25RtCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzs25RtCt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uYzs25RtCt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uYzs25RtCt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uYzs25RtCt img,
.cid-uYzs25RtCt .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% top;
}
@media (max-width: 767px) {
  .cid-uYzs25RtCt img,
  .cid-uYzs25RtCt .item-img {
    max-height: 350px;
  }
}
.cid-uYzs2TRLhF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #d4e3fe;
}
.cid-uYzs2TRLhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzs2TRLhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYzs2TRLhF .container {
    max-width: 1400px;
  }
}
.cid-uYzs2TRLhF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uYzs2TRLhF .row {
  justify-content: center;
}
.cid-uYzs2TRLhF .mbr-section-title {
  color: #2e22b7;
}
.cid-uYzs2TRLhF .card-title,
.cid-uYzs2TRLhF .iconfont-wrapper {
  color: #2e22b7;
}
.cid-uYzwWfMnMB {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYzwWfMnMB img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYzhT1eFcD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fffbe1;
}
.cid-uYzhT1eFcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzhT1eFcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzhT1eFcD .mbr-section-title {
  color: #ccb520;
}
.cid-uYzhT1eFcD .mbr-section-subtitle {
  color: #ac9818;
}
.cid-uYzi2fMRJ6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fffbe1;
}
.cid-uYzi2fMRJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzi2fMRJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzi2fMRJ6 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uYzi2fMRJ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYzi2fMRJ6 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uYzi2fMRJ6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYzi2fMRJ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYzi2fMRJ6 .mbr-section-title {
  color: #ccb520;
}
.cid-uYzi2fMRJ6 .mbr-text,
.cid-uYzi2fMRJ6 .mbr-section-btn {
  color: #000000;
}
.cid-uYzi2fMRJ6 img {
  width: 100%;
  height: 100%;
}
.cid-uYzEC1gtJg {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYzEC1gtJg img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYumgHFjRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe4f4;
}
.cid-uYumgHFjRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYumgHFjRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYumgHFjRY .timeline-element {
  position: relative;
}
.cid-uYumgHFjRY .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYumgHFjRY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uYumgHFjRY .mbr-section-title,
.cid-uYumgHFjRY .mbr-section-subtitle,
.cid-uYumgHFjRY .timeline-date {
  text-align: center;
}
.cid-uYumgHFjRY .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uYumgHFjRY .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uYumgHFjRY .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uYumgHFjRY .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uYumgHFjRY .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uYumgHFjRY .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYumgHFjRY .timeline-date-wrapper,
  .cid-uYumgHFjRY .timeline-text-wrapper,
  .cid-uYumgHFjRY .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uYumgHFjRY .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uYumgHFjRY .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYumgHFjRY .timeline-date-wrapper,
  .cid-uYumgHFjRY .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYumgHFjRY .timeline-date-wrapper,
  .cid-uYumgHFjRY .timeline-text-wrapper,
  .cid-uYumgHFjRY .image-wrapper {
    padding: 2rem;
  }
}
.cid-uYumgHFjRY .mbr-section-title {
  color: #d70081;
}
.cid-uYumgHFjRY .mbr-timeline-title {
  color: #d70081;
}
.cid-uYtESx4eBk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe4f4;
}
.cid-uYtESx4eBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtESx4eBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYtESx4eBk .mbr-section-title {
  color: #d70081;
}
.cid-uYtESx4eBk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYzNOntauR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffe4f4;
}
.cid-uYzNOntauR .counter-container {
  color: #767676;
}
.cid-uYzNOntauR .counter-container ul {
  margin-bottom: 0;
}
.cid-uYzNOntauR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uYzNOntauR .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #2ad031;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYzNOntauR .mbr-text {
  color: #000000;
}
.cid-uYzNNxAVzb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe4f4;
}
.cid-uYzNNxAVzb .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uYzNNxAVzb .row {
  justify-content: center;
}
.cid-uYzNNxAVzb .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #1f6463;
}
.cid-uYzNNxAVzb .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uYzNNxAVzb .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uYzNNxAVzb .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uYzNNxAVzb .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uYzNNxAVzb .text,
.cid-uYzNNxAVzb .article {
  text-align: left;
  color: #000000;
}
.cid-uYzNNxAVzb .p {
  color: #000000;
}
.cid-uYtESvZwIG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe4f4;
}
.cid-uYtESvZwIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtESvZwIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYtESvZwIG .mbr-section-title {
  color: #d70081;
}
.cid-uYtESvZwIG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uYtESwnv3T {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffe4f4;
}
.cid-uYtESwnv3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtESwnv3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYtESwnv3T a {
  font-weight: bold;
}
.cid-uYtESwnv3T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYtESwnv3T .mbr-text,
.cid-uYtESwnv3T .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uYtESwnv3T .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uYzXu6hcun {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6ffff;
}
.cid-uYzXu6hcun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzXu6hcun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzXu6hcun .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uYzXu6hcun .card-title,
.cid-uYzXu6hcun .iconfont-wrapper {
  color: #232323;
}
.cid-uYzXu6hcun .card-text {
  color: #393193;
}
.cid-uYzXu6hcun .mbr-section-title {
  color: #393193;
}
.cid-uYzXu6hcun .mbr-section-subtitle {
  color: #232323;
}
.cid-uYzXu6hcun .content-head {
  max-width: 800px;
}
.cid-uYtESA7ZDd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #18284c;
}
.cid-uYtESA7ZDd .links {
  text-align: center;
  color: #ffffff;
}
.cid-uYtESA7ZDd p {
  margin: 0;
}
.cid-v3eDK4Ii1R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/constelacao-familiar-sistemica-1920x1080.jpg");
}
.cid-v3eDK4Ii1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eDK4Ii1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eDK4Ii1R .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3eDK4Ii1R .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-v3eDK4Ii1R .mbr-section-title {
  color: #645600;
}
.cid-v3eDK4Ii1R .mbr-text,
.cid-v3eDK4Ii1R .mbr-section-btn {
  color: #645600;
}
.cid-v3Huki177S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.png");
}
.cid-v3Huki177S .container {
  max-width: 1312px;
}
.cid-v3Huki177S .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-v3Huki177S .label-text {
  color: #645600;
  width: 100%;
}
.cid-v3Huki177S .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-v3Huki177S .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-v3Huki177S .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-v3Huki177S .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-v3Huki177S .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-v3Huki177S .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #1f6463;
}
.cid-v3Huki177S .advantage-icon span {
  color: #fffce9;
}
.cid-v3Huki177S .advantage-text {
  color: #645600;
}
.cid-v3Huki177S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Huki177S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Huki177S .mbr-section-title,
.cid-v3Huki177S .mbr-section-btn {
  color: #1f6463;
}
.cid-v3eDK55GS0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3eDK55GS0 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-v3eDK55GS0 .mbr-section-subtitle {
  color: #000000;
}
.cid-v3eDK55GS0 .mbr-section-title {
  color: #645600;
  text-align: center;
}
.cid-v3f0zDcpVp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3f0zDcpVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3f0zDcpVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3f0zDcpVp .row {
  flex-direction: row-reverse;
}
.cid-v3f0zDcpVp .mbr-description {
  text-align: left;
  color: #645600;
}
.cid-v3eY5xKWaj {
  background-color: #ffffff;
}
.cid-v3eY5xKWaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eY5xKWaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eY5xKWaj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-v3eY5xKWaj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3eY5xKWaj .container {
    padding: 0 16px;
  }
}
.cid-v3eY5xKWaj .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-v3eY5xKWaj .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-v3eY5xKWaj .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #ffe5d5;
}
.cid-v3eY5xKWaj .item .item-wrapper {
  height: 100%;
}
.cid-v3eY5xKWaj .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ffe5d5;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v3eY5xKWaj .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-v3eY5xKWaj .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-v3eY5xKWaj .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-v3eY5xKWaj .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v3eY5xKWaj .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-v3eY5xKWaj .item-emoji {
  color: #000000;
}
.cid-v3eY5xKWaj .item-title {
  color: #000000;
}
.cid-v3eY5xKWaj .item-text {
  color: #645600;
}
.cid-v3eY5xKWaj .item-title,
.cid-v3eY5xKWaj .mbr-section-btn {
  color: #000000;
}
.cid-v3eDK5si8J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3eDK5si8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eDK5si8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eDK5si8J .mbr-section-subtitle {
  color: #645600;
}
.cid-v3eDK5si8J .mbr-section-title {
  color: #645600;
}
.cid-v3f2KxV0Z9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3f2KxV0Z9 blockquote {
  border-color: #1f6463;
  border-radius: 4px;
  background-color: #dbfafa;
}
.cid-v3f2KxV0Z9 .mbr-text {
  color: #1f6463;
  text-align: center;
}
.cid-v3f6wD9fqs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fff5ef;
}
.cid-v3f6wD9fqs .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-v3f6wD9fqs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3f6wD9fqs .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-v3eDK8ro2d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fff5ef;
}
.cid-v3eDK8ro2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eDK8ro2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eDK8ro2d .mbr-section-title {
  color: #d70081;
}
.cid-v3eDK8ro2d .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3f7bZprBZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff5ef;
}
.cid-v3f7bZprBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3f7bZprBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3f7bZprBZ .row {
  flex-direction: row-reverse;
}
.cid-v3f7bZprBZ .mbr-description {
  text-align: left;
  color: #d70081;
}
.cid-v3eDK97Lrm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-v3eDK97Lrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eDK97Lrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eDK97Lrm .mbr-section-title {
  color: #d70081;
}
.cid-v3eDK97Lrm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v3eDK8FA6q {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #fff5ef;
}
.cid-v3eDK8FA6q .counter-container {
  color: #767676;
}
.cid-v3eDK8FA6q .counter-container ul {
  margin-bottom: 0;
}
.cid-v3eDK8FA6q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-v3eDK8FA6q .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d70081;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-v3eDK8FA6q .mbr-text {
  color: #d70081;
}
.cid-v3f8Txbqys {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-v3f8Txbqys .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-v3f8Txbqys .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3f8Txbqys .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-v3BZkepTZ0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-v3BZkepTZ0 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v3BZkepTZ0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3BZkepTZ0 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3BZkepTZ0 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v3BZkepTZ0 .card-title,
.cid-v3BZkepTZ0 .iconfont-wrapper {
  color: #000000;
}
.cid-v3BZkepTZ0 .card-text {
  color: #645600;
  text-align: center;
}
.cid-v3BZkepTZ0 .content-head {
  max-width: 800px;
}
.cid-v3BZkepTZ0 .mbr-section-title {
  color: #645600;
}
.cid-v3BZkepTZ0 .card-title,
.cid-v3BZkepTZ0 .img-wrapper {
  text-align: center;
  color: #d70081;
}
.cid-v3BZkepTZ0 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v3C11oyrk9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-v3C11oyrk9 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-v3C11oyrk9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v3C11oyrk9 .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-v3C1g4f3cY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-v3C1g4f3cY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3C1g4f3cY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3C1g4f3cY .row {
  flex-direction: row-reverse;
}
.cid-v3C1g4f3cY .mbr-description {
  text-align: left;
  color: #232323;
}
.cid-v3C1JZB50I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-v3C1JZB50I .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-v3C1JZB50I .mbr-section-subtitle {
  color: #000000;
}
.cid-v3C1JZB50I .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-v3HpmN5A25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff5ef;
}
.cid-v3HpmN5A25 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3HpmN5A25 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3HpmN5A25 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3HpmN5A25 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-v3HpmN5A25 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-v3HpmN5A25 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3HpmN5A25 .margin {
  margin-right: 14px;
}
.cid-v3HpmN5A25 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-v3HpmN5A25 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-v3HpmN5A25 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-v3HpmN5A25 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-v3HpmN5A25 .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-v3HpmN5A25 .socicon-bg-mail {
  background-color: #134785;
}
.cid-v3HpmN5A25 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #1f6463;
  cursor: pointer;
}
.cid-v3HpmN5A25 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-v3HpmN5A25 .btn-social:hover {
  color: #fff;
}
.cid-v3HpmN5A25 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3HpmN5A25 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-v3HpmN5A25 .mbr-social-likes {
  max-width: 454px;
}
.cid-v3HpmN5A25 .card-title {
  margin-bottom: 8px;
  color: #d70081;
}
.cid-v3HpmN5A25 .card-subtitle {
  margin-bottom: 22px;
  color: #645600;
}
.cid-v3HpmN5A25 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-v3HpmN5A25 .card-title,
.cid-v3HpmN5A25 .card-subtitle,
.cid-v3HpmN5A25 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-v3HpmN5A25 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-v3HpmN5A25 .al {
    flex-direction: column;
  }
  .cid-v3HpmN5A25 .shadow {
    padding: 39px 36px;
  }
  .cid-v3HpmN5A25 img {
    padding-bottom: 20px;
  }
  .cid-v3HpmN5A25 .card-title,
  .cid-v3HpmN5A25 .card-subtitle,
  .cid-v3HpmN5A25 .card-text,
  .cid-v3HpmN5A25 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-v3HpmN5A25 .shadow {
    padding: 35px 15px;
  }
}
.cid-v3HpmN5A25 .mbr-iconfont {
  margin-left: 0;
}
.cid-v3HpmN5A25 .card-text,
.cid-v3HpmN5A25 .mbr-social-likes {
  color: #645600;
}
.cid-v3HIFdRBwY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff5ef;
}
.cid-v3HIFdRBwY .container {
  max-width: 1312px;
}
.cid-v3HIFdRBwY .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-v3HIFdRBwY .label-text {
  color: #645600;
  width: 100%;
}
.cid-v3HIFdRBwY .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-v3HIFdRBwY .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-v3HIFdRBwY .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-v3HIFdRBwY .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-v3HIFdRBwY .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-v3HIFdRBwY .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #1f6463;
}
.cid-v3HIFdRBwY .advantage-icon span {
  color: #fffce9;
}
.cid-v3HIFdRBwY .advantage-text {
  color: #645600;
}
.cid-v3HIFdRBwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3HIFdRBwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3HIFdRBwY .mbr-section-title,
.cid-v3HIFdRBwY .mbr-section-btn {
  color: #1f6463;
}
.cid-v3HM4iROSa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff5ef;
}
@media (max-width: 991px) {
  .cid-v3HM4iROSa .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v3HM4iROSa .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v3HM4iROSa .card-wrap {
  background: #ffe5d5;
  border-radius: 30px;
  height: 100%;
}
.cid-v3HM4iROSa .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-v3HM4iROSa .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-v3HM4iROSa .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-v3HM4iROSa .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-v3HM4iROSa .card-text {
  color: #d70081;
}
.cid-v3HM4iROSa .card-title {
  color: #d70081;
}
.cid-v3HM4iROSa .mbr-text {
  color: #d70081;
}
.cid-v3HO9CoQuq {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fff5ef;
}
.cid-v3HO9CoQuq .container {
  max-width: 1312px;
}
.cid-v3HO9CoQuq .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-v3HO9CoQuq .label-text {
  color: #645600;
  width: 100%;
}
.cid-v3HO9CoQuq .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-v3HO9CoQuq .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-v3HO9CoQuq .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-v3HO9CoQuq .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-v3HO9CoQuq .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-v3HO9CoQuq .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #1f6463;
}
.cid-v3HO9CoQuq .advantage-icon span {
  color: #fffce9;
}
.cid-v3HO9CoQuq .advantage-text {
  color: #645600;
}
.cid-v3HO9CoQuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3HO9CoQuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3HO9CoQuq .mbr-section-title,
.cid-v3HO9CoQuq .mbr-section-btn {
  color: #1f6463;
}
.cid-v3NJRKSawi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3NJRKSawi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3NJRKSawi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3NJRKSawi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v3NJRKSawi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3NJRKSawi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #1f6463;
}
.cid-v3NJRKSawi .panel-body,
.cid-v3NJRKSawi .card-header {
  padding: 1rem 0;
}
.cid-v3NJRKSawi .panel-title-edit {
  color: #645600;
}
.cid-v3NJRKSawi H3 {
  color: #645600;
}
.cid-v3HOZIbyQW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1f6463;
}
.cid-v3HOZIbyQW .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3HOZIbyQW .social-row .soc-item {
  margin: 8px;
}
.cid-v3HOZIbyQW .social-row .soc-item a:hover .mbr-iconfont,
.cid-v3HOZIbyQW .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a0e1e1;
}
.cid-v3HOZIbyQW .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #1f6463;
  transition: all 0.3s ease-in-out;
}
.cid-v3HOZIbyQW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3HOZIbyQW .mbr-section-title {
  color: #ffffff;
}
.cid-v3HOZIbyQW .mbr-section-title,
.cid-v3HOZIbyQW .social-list {
  color: #ffffff;
}
.cid-v3HTDvQevw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-v3HTDvQevw .media-container-row .mbr-text {
  text-align: center;
}
.cid-v3eDKa13UC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #18284c;
}
.cid-v3eDKa13UC .links {
  text-align: center;
  color: #ffffff;
}
.cid-v3eDKa13UC p {
  margin: 0;
}
.cid-vaEvd1VQc9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/libertacao-e-serenidade-celestial-1536x1024.png");
}
.cid-vaEvd1VQc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaEvd1VQc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaEvd1VQc9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaEvd1VQc9 .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-vaEvd1VQc9 .mbr-section-title {
  color: #d70081;
}
.cid-vaEvd1VQc9 .mbr-text,
.cid-vaEvd1VQc9 .mbr-section-btn {
  color: #232323;
}
.cid-vaEvd2Z3ts {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-vaEvd2Z3ts .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-vaEvd2Z3ts .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaEvd2Z3ts .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-vaFazFu4tb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff5ef;
}
.cid-vaFazFu4tb .counter-container {
  color: #767676;
}
.cid-vaFazFu4tb .counter-container ul {
  margin-bottom: 0;
}
.cid-vaFazFu4tb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-vaFazFu4tb .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #d70081;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-vaFazFu4tb .mbr-text {
  color: #d70081;
}
.cid-vaGfU5CxBi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dependencia-emocional-alice-salgado-1920x1080.jpeg");
}
.cid-vaGfU5CxBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaGfU5CxBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaGfU5CxBi .mbr-text,
.cid-vaGfU5CxBi .mbr-section-btn {
  color: #232323;
}
.cid-vaGfU5CxBi .card-title,
.cid-vaGfU5CxBi .card-box {
  color: #d70081;
  text-align: center;
}
.cid-vaGfU5CxBi .mbr-text,
.cid-vaGfU5CxBi .link-wrap {
  color: #ffffff;
}
.cid-vaGfU5CxBi .card-box .mbr-text,
.cid-vaGfU5CxBi .mbr-section-btn {
  color: #232323;
}
.cid-vaFtOItR6T {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-vaFtOItR6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaFtOItR6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaFtOItR6T .mbr-section-title {
  color: #d70081;
}
.cid-vaFtOItR6T .mbr-section-subtitle {
  color: #d70081;
}
.cid-vaFtQ6lOKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-vaFtQ6lOKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaFtQ6lOKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaFtQ6lOKh .mbr-section-title {
  color: #232323;
}
.cid-vaFtQ6lOKh .mbr-section-subtitle {
  color: #1f6463;
}
.cid-vaFrvI3N9R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-vaFrvI3N9R .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vaFrvI3N9R .item-wrapper {
  background: #ffe5d5;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaFrvI3N9R .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaFrvI3N9R .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vaFrvI3N9R .card-title,
.cid-vaFrvI3N9R .iconfont-wrapper {
  color: #000000;
}
.cid-vaFrvI3N9R .card-text {
  color: #d70081;
  text-align: center;
}
.cid-vaFrvI3N9R .content-head {
  max-width: 800px;
}
.cid-vaFrvI3N9R .mbr-section-title {
  color: #232323;
}
.cid-vaFrvI3N9R .card-title,
.cid-vaFrvI3N9R .img-wrapper {
  text-align: center;
  color: #d70081;
}
.cid-vaFrvI3N9R .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vaEvd5F0lu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff5ef;
}
.cid-vaEvd5F0lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaEvd5F0lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaEvd5F0lu .mbr-section-title {
  color: #d70081;
}
.cid-vaEvd5F0lu .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vaFwSWmkax {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff5ef;
}
.cid-vaFwSWmkax h3,
.cid-vaFwSWmkax h4,
.cid-vaFwSWmkax h5,
.cid-vaFwSWmkax h6,
.cid-vaFwSWmkax p {
  margin: 0;
}
.cid-vaFwSWmkax .section-head {
  margin-bottom: 2.5rem;
}
.cid-vaFwSWmkax .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vaFwSWmkax .card {
  background-color: #dad7fc;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cid-vaFwSWmkax .card-title {
  margin-bottom: 25px;
  color: #393193;
}
.cid-vaFwSWmkax .card-subtitle {
  color: #33d5ad;
}
.cid-vaFTND5DJV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff5ef;
}
.cid-vaFTND5DJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaFTND5DJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaFTND5DJV .mbr-section-title {
  color: #d70081;
}
.cid-vaFTND5DJV .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vaFVJWDmtH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fff5ef;
}
.cid-vaFVJWDmtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaFVJWDmtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaFVJWDmtH .mbr-section-title {
  color: #232323;
}
.cid-vaFVJWDmtH .mbr-section-subtitle {
  color: #1f6463;
}
.cid-vaGo4p95p7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fff5ef;
}
.cid-vaGo4p95p7 h3,
.cid-vaGo4p95p7 h4,
.cid-vaGo4p95p7 h5,
.cid-vaGo4p95p7 h6,
.cid-vaGo4p95p7 p {
  margin: 0;
}
.cid-vaGo4p95p7 .section-head {
  margin-bottom: 2.5rem;
}
.cid-vaGo4p95p7 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-vaGo4p95p7 .card {
  background-color: #ffe4f4;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cid-vaGo4p95p7 .card-title {
  margin-bottom: 25px;
  color: #d70081;
}
.cid-vaGo4p95p7 .card-subtitle {
  color: #1f6463;
}
.cid-vaGo4p95p7 .mbr-text {
  margin-bottom: 25px;
}
.cid-vaGo4p95p7 H3 {
  color: #d70081;
}
.cid-vaMUHJSXQr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaMUHJSXQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaMUHJSXQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaMUHJSXQr b,
.cid-vaMUHJSXQr strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-vaMUHJSXQr img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vaMUHJSXQr img {
    padding-bottom: 2rem;
  }
}
.cid-vaMUHJSXQr .row {
  align-items: center;
}
.cid-vaMUHJSXQr .mbr-section-title {
  color: #d70081;
}
.cid-vaMUHJSXQr .mbr-text,
.cid-vaMUHJSXQr .mbr-section-btn {
  color: #232323;
}
.cid-vaMUHJSXQr .mbr-section-subtitle {
  color: #232323;
}
.cid-vaFCi4irz0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vaFCi4irz0 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vaFCi4irz0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaFCi4irz0 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaFCi4irz0 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vaFCi4irz0 .card-title,
.cid-vaFCi4irz0 .iconfont-wrapper {
  color: #000000;
}
.cid-vaFCi4irz0 .card-text {
  color: #232323;
  text-align: center;
}
.cid-vaFCi4irz0 .content-head {
  max-width: 800px;
}
.cid-vaFCi4irz0 .mbr-section-title {
  color: #d70081;
}
.cid-vaFCi4irz0 .card-title,
.cid-vaFCi4irz0 .img-wrapper {
  text-align: center;
  color: #d70081;
}
.cid-vaFCi4irz0 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vaEvdbpq8f {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vaEvdbpq8f .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-vaEvdbpq8f .mbr-section-subtitle {
  color: #000000;
}
.cid-vaEvdbpq8f .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-vaGt1jVL3Q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vaGt1jVL3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaGt1jVL3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaGt1jVL3Q .mbr-section-title {
  color: #232323;
}
.cid-vaGt1jVL3Q .mbr-section-subtitle {
  color: #1f6463;
}
.cid-vaEvdemkJr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vaEvdemkJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaEvdemkJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaEvdemkJr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vaEvdemkJr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vaEvdemkJr .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #1f6463;
}
.cid-vaEvdemkJr .panel-body,
.cid-vaEvdemkJr .card-header {
  padding: 1rem 0;
}
.cid-vaEvdemkJr .panel-title-edit {
  color: #232323;
}
.cid-vaEvdemkJr H3 {
  color: #232323;
}
.cid-vaEvdeLui8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1f6463;
}
.cid-vaEvdeLui8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vaEvdeLui8 .social-row .soc-item {
  margin: 8px;
}
.cid-vaEvdeLui8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vaEvdeLui8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #a0e1e1;
}
.cid-vaEvdeLui8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #1f6463;
  transition: all 0.3s ease-in-out;
}
.cid-vaEvdeLui8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vaEvdeLui8 .mbr-section-title {
  color: #ffffff;
}
.cid-vaEvdeLui8 .mbr-section-title,
.cid-vaEvdeLui8 .social-list {
  color: #ffffff;
}
.cid-vaEvdf6nLf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vaEvdf6nLf .media-container-row .mbr-text {
  text-align: center;
}
.cid-vaEvdfqDoj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #18284c;
}
.cid-vaEvdfqDoj .links {
  text-align: center;
  color: #ffffff;
}
.cid-vaEvdfqDoj p {
  margin: 0;
}
