.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #005e96 !important;
}
.bg-success {
  background-color: #ff1616 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005e96 !important;
  border-color: #005e96 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #007ec9 !important;
  border-color: #007ec9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #007ec9 !important;
  border-color: #007ec9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbd25 !important;
  border-color: #ffbd25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffcc58 !important;
  border-color: #ffcc58 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffcc58 !important;
  border-color: #ffcc58 !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: #ff1616 !important;
  border-color: #ff1616 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff4949 !important;
  border-color: #ff4949 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff4949 !important;
  border-color: #ff4949 !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: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-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: #005e96;
  color: #005e96;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00283f !important;
  background-color: transparent !important;
  border-color: #00283f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005e96 !important;
  border-color: #005e96 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffbd25;
  color: #ffbd25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cd8f00 !important;
  background-color: transparent !important;
  border-color: #cd8f00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbd25 !important;
  border-color: #ffbd25 !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: #ff1616;
  color: #ff1616;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #be0000 !important;
  background-color: transparent !important;
  border-color: #be0000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1616 !important;
  border-color: #ff1616 !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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #005e96 !important;
}
.text-secondary {
  color: #ffbd25 !important;
}
.text-success {
  color: #ff1616 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001e30 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #be8400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #af0000 !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: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #005e96;
}
.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: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #005e96;
  border-color: #005e96;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #005e96;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #17a8ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe2e2;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #005e96 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #005e96;
}
/* 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: #005e96;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #005e96;
}
.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: #005e96;
  border-bottom-color: #005e96;
}
.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: #005e96 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffbd25 !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='%23005e96' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uKgNDqfnOf {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #005e96;
}
.cid-uKgNDqfnOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgNDqfnOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgNDqfnOf .mbr-section-title {
  color: #ffffff;
}
.cid-uKgNDqfnOf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKgNDyGHl0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uKgNDyGHl0 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uKgNDyGHl0 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uKgNDyGHl0 .card-phone:hover {
  color: #005e96;
}
.cid-uKgNDyGHl0 .mbr-text,
.cid-uKgNDyGHl0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKgNDyGHl0 .card-title,
.cid-uKgNDyGHl0 .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-uKgNDyGHl0 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uKgNDyGHl0 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uKgNDyGHl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgNDyGHl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgPWmr3eN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKgPWmr3eN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgPWmr3eN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgPWmr3eN .mbr-section-title {
  color: #0c2c68;
}
.cid-uKgPWmr3eN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1BTMvO3Ew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-vcfRQUK4q1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-vcfRQUK4q1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vcfRQUK4q1 .social-row .soc-item {
  margin: 8px;
}
.cid-vcfRQUK4q1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vcfRQUK4q1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffbd25;
}
.cid-vcfRQUK4q1 .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: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vcfRQUK4q1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcfRQUK4q1 .mbr-section-title {
  color: #ffffff;
}
.cid-vcfRQUK4q1 .mbr-section-title,
.cid-vcfRQUK4q1 .social-list {
  color: #000000;
}
.cid-v1BqXpi0wz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sophie201-1080x1920.jpg");
}
.cid-v1BqXpi0wz .mbr-section-title,
.cid-v1BqXpi0wz .mbr-section-subtitle {
  color: #000000;
}
.cid-v1BqXpi0wz .mbr-section-text {
  color: #232323;
}
.cid-v1BqXpi0wz .mbr-text,
.cid-v1BqXpi0wz .typed-text,
.cid-v1BqXpi0wz .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-v1BqXpi0wz .btn {
  margin-left: 4px !important;
}
.cid-v1BqXpi0wz .animated-element {
  color: #980704;
}
.cid-v1BqXpi0wz .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #980704;
}
.cid-v1BqXpi0wz .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1BqXpi0wz .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1BqXpi0wz .typed-text,
  .cid-v1BqXpi0wz .mbr-section-subtitle,
  .cid-v1BqXpi0wz .mbr-section-text,
  .cid-v1BqXpi0wz .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-v1BqXpi0wz .mbr-section-subtitle,
.cid-v1BqXpi0wz .typed-text {
  color: #ffffff;
}
.cid-v1BqXpi0wz .mbr-section-text,
.cid-v1BqXpi0wz .mbr-section-btn {
  color: #ffffff;
}
.cid-uQFbUzDOl6 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uQFbUzDOl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUzDOl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUzDOl6 .mbr-section-title {
  color: #005e96;
}
.cid-uQFbUzDOl6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUB18kR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uQFbUB18kR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUB18kR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUB18kR .content-text {
  max-width: 800px;
}
.cid-uQFbUB18kR .mbr-description {
  text-align: center;
}
.cid-uQFbUCrkkC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uQFbUCrkkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUCrkkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQFbUCrkkC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUCrkkC .row {
  flex-direction: row-reverse;
}
.cid-uQFbUCrkkC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQFbUCrkkC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQFbUCrkkC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQFbUCrkkC .mbr-section-title {
  color: #005e96;
}
.cid-uQFbUCrkkC .mbr-text,
.cid-uQFbUCrkkC .mbr-section-btn {
  color: #000000;
}
.cid-uQFbUDPkHy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uQFbUDPkHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUDPkHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUDPkHy .mbr-section-title {
  color: #0c2c68;
}
.cid-uQFbUDPkHy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUEPukR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uQFbUEPukR .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQFbUEPukR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUEPukR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUEPukR .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQFbUEPukR .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQFbUEPukR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQFbUEPukR .card-title,
.cid-uQFbUEPukR .iconfont-wrapper {
  color: #ff1616;
  text-align: center;
}
.cid-uQFbUEPukR .content-head {
  max-width: 800px;
}
.cid-uQFbUEPukR .mbr-section-title {
  color: #ffffff;
}
.cid-uQFbUEPukR .mbr-section-subtitle {
  color: #000000;
}
.cid-uQFbUEPukR .card-text {
  color: #000000;
}
.cid-uQFbUEPukR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFbUEPukR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUGKbVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQFbUGKbVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUGKbVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUGKbVt .row {
  flex-direction: row-reverse;
}
.cid-uQFbUGKbVt .mbr-description {
  text-align: left;
}
.cid-uQFbUGKbVt .item-wrapper {
  background: #fcb300;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uQFbUGKbVt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQFbUGKbVt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uQFbUGKbVt .card-title,
.cid-uQFbUGKbVt .iconfont-wrapper {
  color: #000000;
}
.cid-uQFbUGKbVt .card-text {
  color: #000000;
}
.cid-uQFbUGKbVt .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uQFbUGKbVt .mbr-number {
  color: #ffffff;
}
.cid-uQFbUGKbVt .mbr-text,
.cid-uQFbUGKbVt .mbr-section-btn {
  text-align: center;
}
.cid-uQFbUGKbVt .card-text,
.cid-uQFbUGKbVt .item .mbr-section-btn {
  text-align: left;
  color: #005e96;
}
.cid-uQFbUGKbVt .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFbUGKbVt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUI5vCY {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-3.png-1920x1080.png");
}
.cid-uQFbUI5vCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUI5vCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQFbUI5vCY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUI5vCY .row {
  flex-direction: row-reverse;
}
.cid-uQFbUI5vCY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQFbUI5vCY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQFbUI5vCY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQFbUI5vCY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQFbUI5vCY .mbr-text,
.cid-uQFbUI5vCY .mbr-section-btn {
  color: #ffffff;
}
.cid-uQFbUJg1fm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbUJg1fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUJg1fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUJg1fm .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbUJg1fm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .container {
    padding: 0 20px;
  }
}
.cid-uQFbUJg1fm .row {
  justify-content: center;
}
.cid-uQFbUJg1fm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbUJg1fm .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbUJg1fm .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbUJg1fm .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbUJg1fm .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUJg1fm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbUJg1fm .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uQFbUKCpyX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbUKCpyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUKCpyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUKCpyX .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbUKCpyX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .container {
    padding: 0 20px;
  }
}
.cid-uQFbUKCpyX .row {
  justify-content: center;
}
.cid-uQFbUKCpyX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbUKCpyX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbUKCpyX .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbUKCpyX .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbUKCpyX .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUKCpyX .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbUKCpyX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbULOyqR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbULOyqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbULOyqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbULOyqR .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbULOyqR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .container {
    padding: 0 20px;
  }
}
.cid-uQFbULOyqR .row {
  justify-content: center;
}
.cid-uQFbULOyqR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbULOyqR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbULOyqR .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbULOyqR .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbULOyqR .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbULOyqR .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbULOyqR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbUMRfGM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQFbUMRfGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUMRfGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUMRfGM .mbr-section-title {
  color: #0c2c68;
}
.cid-uQFbUMRfGM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUO1P94 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-uQFbUO1P94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUO1P94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUO1P94 .mbr-section-title {
  color: #ffffff;
}
.cid-uQFbUO1P94 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUPlQGj {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #005e96;
}
.cid-uQFbUPlQGj .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQFbUPlQGj .carousel-item.active,
.cid-uQFbUPlQGj .carousel-item-next,
.cid-uQFbUPlQGj .carousel-item-prev {
  display: flex;
}
.cid-uQFbUPlQGj .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-uQFbUPlQGj .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-uQFbUPlQGj .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uQFbUPlQGj .carousel-controls a span {
  color: #ff1616 !important;
  font-size: 30px !important;
}
.cid-uQFbUPlQGj .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uQFbUPlQGj .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uQFbUPlQGj .carousel-controls .carousel-control-next,
.cid-uQFbUPlQGj .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uQFbUPlQGj .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uQFbUPlQGj .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uQFbUPlQGj .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uQFbUPlQGj .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uQFbUPlQGj .author {
  margin: auto 0;
}
.cid-uQFbUPlQGj .mbr-text {
  margin-bottom: 34px !important;
}
.cid-uQFbUPlQGj h3,
.cid-uQFbUPlQGj h4 {
  margin: 0;
  padding: 0;
}
.cid-uQFbUPlQGj .mbr-bottom {
  color: #767676;
}
.cid-uQFbUPlQGj .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-uQFbUPlQGj .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uQFbUPlQGj .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-uQFbUPlQGj .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uQFbUPlQGj .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uQFbUPlQGj .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uQFbUPlQGj .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uQFbUPlQGj .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ffbd25;
  stroke: none;
  overflow: visible;
}
.cid-uQFbUPlQGj .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ffbd25;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uQFbUPlQGj .carousel-indicators li.active {
  background: #ffbd25;
}
.cid-uQFbUPlQGj .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uQFbUPlQGj .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uQFbUPlQGj .mbr-text,
.cid-uQFbUPlQGj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQFbUPlQGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUPlQGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUPlQGj H3 {
  color: #ffbd25;
}
.cid-uQFbURGtF3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uQFbURGtF3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQFbURGtF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbURGtF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbURGtF3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQFbURGtF3 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQFbURGtF3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQFbURGtF3 .card-title,
.cid-uQFbURGtF3 .iconfont-wrapper {
  color: #005e96;
}
.cid-uQFbURGtF3 .content-head {
  max-width: 800px;
}
.cid-uQFbURGtF3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQFbURGtF3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQFbURGtF3 .card-text {
  color: #000000;
}
.cid-uQFbURGtF3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFbURGtF3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQFbUTaxWQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uQFbUTaxWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUTaxWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUTaxWQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQFbUTaxWQ .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uQFbUTaxWQ .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uQFbUTaxWQ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uQFbUTaxWQ .card-header {
  border: none;
}
.cid-uQFbUTaxWQ .panel-group {
  border: none;
}
.cid-uQFbUTaxWQ .panel-body,
.cid-uQFbUTaxWQ .card-header {
  padding: 1rem 0;
}
.cid-uQFbUTaxWQ .panel-title-edit {
  color: #0c2c68;
  text-align: center;
}
.cid-uQFbUTaxWQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQFbUTaxWQ H3 {
  color: #ffffff;
}
.cid-uQFbUUNuMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uQFbUUNuMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUUNuMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUUNuMs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQFbUUNuMs .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uQFbUUNuMs .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uQFbUUNuMs .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uQFbUUNuMs .card-header {
  border: none;
}
.cid-uQFbUUNuMs .panel-group {
  border: none;
}
.cid-uQFbUUNuMs .panel-body,
.cid-uQFbUUNuMs .card-header {
  padding: 1rem 0;
}
.cid-uQFbUUNuMs .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-uQFbUUNuMs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQFbUUNuMs H3 {
  color: #003268;
}
.cid-uQFbUWvDlF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcb300;
}
.cid-uQFbUWvDlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUWvDlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUWvDlF .mbr-section-title {
  color: #0c2c68;
}
.cid-uQFbUWvDlF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbUXWAi2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQFbUXWAi2 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uQFbUXWAi2 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uQFbUXWAi2 .card-phone:hover {
  color: #005e96;
}
.cid-uQFbUXWAi2 .mbr-text,
.cid-uQFbUXWAi2 .mbr-section-btn {
  color: #000000;
}
.cid-uQFbUXWAi2 .card-title,
.cid-uQFbUXWAi2 .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-uQFbUXWAi2 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uQFbUXWAi2 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uQFbUXWAi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUXWAi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUZj52s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbUZj52s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbUZj52s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbUZj52s .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbUZj52s .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .container {
    padding: 0 20px;
  }
}
.cid-uQFbUZj52s .row {
  justify-content: center;
}
.cid-uQFbUZj52s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbUZj52s .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbUZj52s .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbUZj52s .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbUZj52s .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbUZj52s .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbUZj52s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbV0ThLf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQFbV0ThLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbV0ThLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbV0ThLf .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uQFbV0ThLf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .container {
    padding: 0 20px;
  }
}
.cid-uQFbV0ThLf .row {
  justify-content: center;
}
.cid-uQFbV0ThLf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uQFbV0ThLf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .video-block {
    margin-bottom: 30px;
  }
}
.cid-uQFbV0ThLf .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uQFbV0ThLf .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uQFbV0ThLf .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQFbV0ThLf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQFbV0ThLf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQFbV4aDaH.popup-builder {
  background-color: #ffffff;
}
.cid-uQFbV4aDaH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQFbV4aDaH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQFbV4aDaH .modal-content,
.cid-uQFbV4aDaH .modal-dialog {
  height: auto;
}
.cid-uQFbV4aDaH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQFbV4aDaH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQFbV4aDaH .form-wrapper .mbr-form .form-group,
  .cid-uQFbV4aDaH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQFbV4aDaH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQFbV4aDaH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQFbV4aDaH .mbr-text {
  text-align: center;
}
.cid-uQFbV4aDaH .pt-0 {
  padding-top: 0 !important;
}
.cid-uQFbV4aDaH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQFbV4aDaH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQFbV4aDaH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQFbV4aDaH .modal-open {
  overflow: hidden;
}
.cid-uQFbV4aDaH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQFbV4aDaH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQFbV4aDaH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQFbV4aDaH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQFbV4aDaH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQFbV4aDaH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQFbV4aDaH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQFbV4aDaH .modal-content {
  background: #ffbd25;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQFbV4aDaH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQFbV4aDaH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQFbV4aDaH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQFbV4aDaH .modal-backdrop.show {
  opacity: .5;
}
.cid-uQFbV4aDaH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uQFbV4aDaH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQFbV4aDaH .modal-header {
    padding: 1rem;
  }
}
.cid-uQFbV4aDaH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQFbV4aDaH .modal-header .close svg {
  fill: #353535;
}
.cid-uQFbV4aDaH .modal-header .close:hover {
  opacity: 1;
}
.cid-uQFbV4aDaH .modal-header .close:focus {
  outline: none;
}
.cid-uQFbV4aDaH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQFbV4aDaH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQFbV4aDaH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQFbV4aDaH .modal-body {
    padding: 1rem;
  }
}
.cid-uQFbV4aDaH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQFbV4aDaH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQFbV4aDaH .modal-footer {
    padding: 1rem;
  }
}
.cid-uQFbV4aDaH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQFbV4aDaH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQFbV4aDaH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQFbV4aDaH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQFbV4aDaH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQFbV4aDaH .modal-lg,
  .cid-uQFbV4aDaH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQFbV4aDaH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQFbV4aDaH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQFbV4aDaH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQFbV4aDaH .form-group {
  margin-bottom: 1rem;
}
.cid-uQFbV4aDaH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQFbV4aDaH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQFbV4aDaH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQFbV4aDaH .mbr-section-btn {
  margin: 0;
}
.cid-uQFbV4aDaH .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1BTMvO3Ew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-vcfRQUK4q1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-vcfRQUK4q1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vcfRQUK4q1 .social-row .soc-item {
  margin: 8px;
}
.cid-vcfRQUK4q1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vcfRQUK4q1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffbd25;
}
.cid-vcfRQUK4q1 .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: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vcfRQUK4q1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcfRQUK4q1 .mbr-section-title {
  color: #ffffff;
}
.cid-vcfRQUK4q1 .mbr-section-title,
.cid-vcfRQUK4q1 .social-list {
  color: #000000;
}
.cid-uHqHbromMV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sem-nome-1920-x-1080-px.png-1920x1080.png");
}
.cid-uHqHbromMV .mbr-section-title,
.cid-uHqHbromMV .mbr-section-subtitle {
  color: #000000;
}
.cid-uHqHbromMV .mbr-section-text {
  color: #232323;
}
.cid-uHqHbromMV .mbr-text,
.cid-uHqHbromMV .typed-text,
.cid-uHqHbromMV .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uHqHbromMV .btn {
  margin-left: 4px !important;
}
.cid-uHqHbromMV .animated-element {
  color: #980704;
}
.cid-uHqHbromMV .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #980704;
}
.cid-uHqHbromMV .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHqHbromMV .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHqHbromMV .typed-text,
  .cid-uHqHbromMV .mbr-section-subtitle,
  .cid-uHqHbromMV .mbr-section-text,
  .cid-uHqHbromMV .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uHqHbromMV .mbr-section-subtitle,
.cid-uHqHbromMV .typed-text {
  color: #ffffff;
}
.cid-uHqHbromMV .mbr-section-text,
.cid-uHqHbromMV .mbr-section-btn {
  color: #ffffff;
}
.cid-uHqJ8KPDoe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uHqJ8KPDoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqJ8KPDoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqJ8KPDoe .mbr-section-title {
  color: #005e96;
}
.cid-uHqJ8KPDoe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHqIxBfGfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uHqIxBfGfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqIxBfGfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqIxBfGfW .content-text {
  max-width: 800px;
}
.cid-uHqIxBfGfW .mbr-description {
  text-align: center;
}
.cid-uIuxDvU0n2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uIuxDvU0n2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuxDvU0n2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIuxDvU0n2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIuxDvU0n2 .row {
  flex-direction: row-reverse;
}
.cid-uIuxDvU0n2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIuxDvU0n2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIuxDvU0n2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIuxDvU0n2 .mbr-section-title {
  color: #005e96;
}
.cid-uIuxDvU0n2 .mbr-text,
.cid-uIuxDvU0n2 .mbr-section-btn {
  color: #000000;
}
.cid-uHqIPyUZIJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uHqIPyUZIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqIPyUZIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqIPyUZIJ .mbr-section-title {
  color: #0c2c68;
}
.cid-uHqIPyUZIJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHZu7MjInD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uHZu7MjInD .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uHZu7MjInD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZu7MjInD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZu7MjInD .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uHZu7MjInD .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHZu7MjInD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uHZu7MjInD .card-title,
.cid-uHZu7MjInD .iconfont-wrapper {
  color: #ff1616;
  text-align: center;
}
.cid-uHZu7MjInD .content-head {
  max-width: 800px;
}
.cid-uHZu7MjInD .mbr-section-title {
  color: #ffffff;
}
.cid-uHZu7MjInD .mbr-section-subtitle {
  color: #000000;
}
.cid-uHZu7MjInD .card-text {
  color: #000000;
}
.cid-uHZu7MjInD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHZu7MjInD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uInRi4YFlW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uInRi4YFlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uInRi4YFlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uInRi4YFlW .row {
  flex-direction: row-reverse;
}
.cid-uInRi4YFlW .mbr-description {
  text-align: left;
}
.cid-uInRi4YFlW .item-wrapper {
  background: #fcb300;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uInRi4YFlW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uInRi4YFlW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uInRi4YFlW .card-title,
.cid-uInRi4YFlW .iconfont-wrapper {
  color: #000000;
}
.cid-uInRi4YFlW .card-text {
  color: #000000;
}
.cid-uInRi4YFlW .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uInRi4YFlW .mbr-number {
  color: #ffffff;
}
.cid-uInRi4YFlW .mbr-text,
.cid-uInRi4YFlW .mbr-section-btn {
  text-align: center;
}
.cid-uInRi4YFlW .card-text,
.cid-uInRi4YFlW .item .mbr-section-btn {
  text-align: left;
  color: #005e96;
}
.cid-uInRi4YFlW .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uInRi4YFlW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHZyNsmnRC {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-3.png-1920x1080.png");
}
.cid-uHZyNsmnRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZyNsmnRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHZyNsmnRC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHZyNsmnRC .row {
  flex-direction: row-reverse;
}
.cid-uHZyNsmnRC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHZyNsmnRC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHZyNsmnRC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHZyNsmnRC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uHZyNsmnRC .mbr-text,
.cid-uHZyNsmnRC .mbr-section-btn {
  color: #ffffff;
}
.cid-uHqRKCe6OL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHqRKCe6OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqRKCe6OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqRKCe6OL .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHqRKCe6OL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .container {
    padding: 0 20px;
  }
}
.cid-uHqRKCe6OL .row {
  justify-content: center;
}
.cid-uHqRKCe6OL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uHqRKCe6OL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .video-block {
    margin-bottom: 30px;
  }
}
.cid-uHqRKCe6OL .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uHqRKCe6OL .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uHqRKCe6OL .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHqRKCe6OL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uHqRKCe6OL .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-uHZwloZXjt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHZwloZXjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZwloZXjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZwloZXjt .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHZwloZXjt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .container {
    padding: 0 20px;
  }
}
.cid-uHZwloZXjt .row {
  justify-content: center;
}
.cid-uHZwloZXjt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uHZwloZXjt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .video-block {
    margin-bottom: 30px;
  }
}
.cid-uHZwloZXjt .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uHZwloZXjt .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uHZwloZXjt .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwloZXjt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uHZwloZXjt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZwASI81o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHZwASI81o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZwASI81o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZwASI81o .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHZwASI81o .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .container {
    padding: 0 20px;
  }
}
.cid-uHZwASI81o .row {
  justify-content: center;
}
.cid-uHZwASI81o .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uHZwASI81o .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .video-block {
    margin-bottom: 30px;
  }
}
.cid-uHZwASI81o .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uHZwASI81o .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uHZwASI81o .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHZwASI81o .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uHZwASI81o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHZys6c7ht {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHZys6c7ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZys6c7ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZys6c7ht .mbr-section-title {
  color: #0c2c68;
}
.cid-uHZys6c7ht .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBO57Ji5K {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-uKBO57Ji5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBO57Ji5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBO57Ji5K .mbr-section-title {
  color: #ffffff;
}
.cid-uKBO57Ji5K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKBO4BbfA9 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #005e96;
}
.cid-uKBO4BbfA9 .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKBO4BbfA9 .carousel-item.active,
.cid-uKBO4BbfA9 .carousel-item-next,
.cid-uKBO4BbfA9 .carousel-item-prev {
  display: flex;
}
.cid-uKBO4BbfA9 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-uKBO4BbfA9 .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-uKBO4BbfA9 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-uKBO4BbfA9 .carousel-controls a span {
  color: #ff1616 !important;
  font-size: 30px !important;
}
.cid-uKBO4BbfA9 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uKBO4BbfA9 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-next,
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-uKBO4BbfA9 .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-uKBO4BbfA9 .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uKBO4BbfA9 .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-uKBO4BbfA9 .author {
  margin: auto 0;
}
.cid-uKBO4BbfA9 .mbr-text {
  margin-bottom: 34px !important;
}
.cid-uKBO4BbfA9 h3,
.cid-uKBO4BbfA9 h4 {
  margin: 0;
  padding: 0;
}
.cid-uKBO4BbfA9 .mbr-bottom {
  color: #767676;
}
.cid-uKBO4BbfA9 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-uKBO4BbfA9 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-uKBO4BbfA9 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-uKBO4BbfA9 .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-uKBO4BbfA9 .carousel-indicators {
    bottom: -75px;
  }
}
.cid-uKBO4BbfA9 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uKBO4BbfA9 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uKBO4BbfA9 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ffbd25;
  stroke: none;
  overflow: visible;
}
.cid-uKBO4BbfA9 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ffbd25;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uKBO4BbfA9 .carousel-indicators li.active {
  background: #ffbd25;
}
.cid-uKBO4BbfA9 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uKBO4BbfA9 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uKBO4BbfA9 .mbr-text,
.cid-uKBO4BbfA9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKBO4BbfA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBO4BbfA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBO4BbfA9 H3 {
  color: #ffbd25;
}
.cid-uHZx4xYwvJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-uHZx4xYwvJ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uHZx4xYwvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZx4xYwvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZx4xYwvJ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uHZx4xYwvJ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHZx4xYwvJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uHZx4xYwvJ .card-title,
.cid-uHZx4xYwvJ .iconfont-wrapper {
  color: #005e96;
}
.cid-uHZx4xYwvJ .content-head {
  max-width: 800px;
}
.cid-uHZx4xYwvJ .mbr-section-title {
  color: #ffffff;
}
.cid-uHZx4xYwvJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uHZx4xYwvJ .card-text {
  color: #000000;
}
.cid-uHZx4xYwvJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHZx4xYwvJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHqJD1q1qX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uHqJD1q1qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqJD1q1qX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqJD1q1qX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHqJD1q1qX .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uHqJD1q1qX .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uHqJD1q1qX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uHqJD1q1qX .card-header {
  border: none;
}
.cid-uHqJD1q1qX .panel-group {
  border: none;
}
.cid-uHqJD1q1qX .panel-body,
.cid-uHqJD1q1qX .card-header {
  padding: 1rem 0;
}
.cid-uHqJD1q1qX .panel-title-edit {
  color: #0c2c68;
  text-align: center;
}
.cid-uHqJD1q1qX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHqJD1q1qX H3 {
  color: #ffffff;
}
.cid-uHqJZsR4vd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-uHqJZsR4vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqJZsR4vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqJZsR4vd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHqJZsR4vd .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uHqJZsR4vd .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uHqJZsR4vd .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-uHqJZsR4vd .card-header {
  border: none;
}
.cid-uHqJZsR4vd .panel-group {
  border: none;
}
.cid-uHqJZsR4vd .panel-body,
.cid-uHqJZsR4vd .card-header {
  padding: 1rem 0;
}
.cid-uHqJZsR4vd .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-uHqJZsR4vd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uHqJZsR4vd H3 {
  color: #003268;
}
.cid-uHqKus15KL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcb300;
}
.cid-uHqKus15KL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqKus15KL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqKus15KL .mbr-section-title {
  color: #0c2c68;
}
.cid-uHqKus15KL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJwDcBuc06 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJwDcBuc06 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uJwDcBuc06 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-uJwDcBuc06 .card-phone:hover {
  color: #005e96;
}
.cid-uJwDcBuc06 .mbr-text,
.cid-uJwDcBuc06 .mbr-section-btn {
  color: #000000;
}
.cid-uJwDcBuc06 .card-title,
.cid-uJwDcBuc06 .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-uJwDcBuc06 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uJwDcBuc06 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uJwDcBuc06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJwDcBuc06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLKM7lm7x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJLKM7lm7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLKM7lm7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLKM7lm7x .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJLKM7lm7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .container {
    padding: 0 20px;
  }
}
.cid-uJLKM7lm7x .row {
  justify-content: center;
}
.cid-uJLKM7lm7x .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJLKM7lm7x .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .video-block {
    margin-bottom: 30px;
  }
}
.cid-uJLKM7lm7x .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uJLKM7lm7x .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uJLKM7lm7x .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLKM7lm7x .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJLKM7lm7x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJLNLnJiL3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJLNLnJiL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLNLnJiL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLNLnJiL3 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJLNLnJiL3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .container {
    padding: 0 20px;
  }
}
.cid-uJLNLnJiL3 .row {
  justify-content: center;
}
.cid-uJLNLnJiL3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJLNLnJiL3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .video-block {
    margin-bottom: 30px;
  }
}
.cid-uJLNLnJiL3 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uJLNLnJiL3 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uJLNLnJiL3 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJLNLnJiL3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJLNLnJiL3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1BTMvO3Ew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-uQBkAZ97hH.popup-builder {
  background-color: #ffffff;
}
.cid-uQBkAZ97hH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQBkAZ97hH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQBkAZ97hH .modal-content,
.cid-uQBkAZ97hH .modal-dialog {
  height: auto;
}
.cid-uQBkAZ97hH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQBkAZ97hH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQBkAZ97hH .form-wrapper .mbr-form .form-group,
  .cid-uQBkAZ97hH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQBkAZ97hH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQBkAZ97hH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQBkAZ97hH .mbr-text {
  text-align: center;
}
.cid-uQBkAZ97hH .pt-0 {
  padding-top: 0 !important;
}
.cid-uQBkAZ97hH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQBkAZ97hH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQBkAZ97hH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQBkAZ97hH .modal-open {
  overflow: hidden;
}
.cid-uQBkAZ97hH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQBkAZ97hH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQBkAZ97hH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQBkAZ97hH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQBkAZ97hH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQBkAZ97hH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQBkAZ97hH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQBkAZ97hH .modal-content {
  background: #ffbd25;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQBkAZ97hH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQBkAZ97hH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQBkAZ97hH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQBkAZ97hH .modal-backdrop.show {
  opacity: .5;
}
.cid-uQBkAZ97hH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uQBkAZ97hH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBkAZ97hH .modal-header {
    padding: 1rem;
  }
}
.cid-uQBkAZ97hH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQBkAZ97hH .modal-header .close svg {
  fill: #353535;
}
.cid-uQBkAZ97hH .modal-header .close:hover {
  opacity: 1;
}
.cid-uQBkAZ97hH .modal-header .close:focus {
  outline: none;
}
.cid-uQBkAZ97hH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQBkAZ97hH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQBkAZ97hH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBkAZ97hH .modal-body {
    padding: 1rem;
  }
}
.cid-uQBkAZ97hH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQBkAZ97hH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQBkAZ97hH .modal-footer {
    padding: 1rem;
  }
}
.cid-uQBkAZ97hH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQBkAZ97hH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQBkAZ97hH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQBkAZ97hH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQBkAZ97hH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQBkAZ97hH .modal-lg,
  .cid-uQBkAZ97hH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQBkAZ97hH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQBkAZ97hH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQBkAZ97hH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQBkAZ97hH .form-group {
  margin-bottom: 1rem;
}
.cid-uQBkAZ97hH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQBkAZ97hH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQBkAZ97hH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQBkAZ97hH .mbr-section-btn {
  margin: 0;
}
.cid-uQBkAZ97hH .mbr-section-btn .btn {
  margin: 0;
}
.cid-vcfRQUK4q1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-vcfRQUK4q1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vcfRQUK4q1 .social-row .soc-item {
  margin: 8px;
}
.cid-vcfRQUK4q1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vcfRQUK4q1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffbd25;
}
.cid-vcfRQUK4q1 .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: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vcfRQUK4q1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcfRQUK4q1 .mbr-section-title {
  color: #ffffff;
}
.cid-vcfRQUK4q1 .mbr-section-title,
.cid-vcfRQUK4q1 .social-list {
  color: #000000;
}
.cid-v8qpBjZwJT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-v8qpBjZwJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8qpBjZwJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8qpBjZwJT .card {
  justify-content: center;
}
.cid-v8qpBjZwJT .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8qpBjZwJT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v8qpBjZwJT .content-wrapper {
    padding-leftt: 0;
  }
}
.cid-v8qpBjZwJT .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v8qpBjZwJT .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v8qpBjZwJT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8qpBjZwJT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #ffffff;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #fcb300 !important;
  margin-bottom: 16px;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #f7e4d6 !important;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v8qpBjZwJT .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v8qpBjZwJT .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v8qpBjZwJT .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-v8qpBjZwJT .image-wrapper img {
    height: 350px;
  }
}
.cid-v8qpBjZwJT .mbr-label {
  color: #fcb300;
}
.cid-v8qpBjZwJT .mbr-section-title {
  color: #111111;
}
.cid-v8qpBjZwJT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8qpBjZwJT LABEL {
  color: #ffffff;
}
.cid-v8qpBjZwJT .mbr-section-title,
.cid-v8qpBjZwJT .mbr-section-btn {
  color: #ffbd25;
}
.cid-v8qpBjZwJT .mbr-section-title .button,
.cid-v8qpBjZwJT .mbr-section-btn .button {
  color: #fcb300;
}
.cid-v8p05f7rdA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v8p05f7rdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05f7rdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05f7rdA .mbr-section-title {
  color: #005e96;
}
.cid-v8p05f7rdA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8p05fnUdS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v8p05fnUdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05fnUdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05fnUdS .content-text {
  max-width: 800px;
}
.cid-v8p05fnUdS .mbr-description {
  text-align: center;
}
.cid-v8p05fB5H6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-v8p05fB5H6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05fB5H6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8p05fB5H6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8p05fB5H6 .row {
  flex-direction: row-reverse;
}
.cid-v8p05fB5H6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8p05fB5H6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8p05fB5H6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8p05fB5H6 .mbr-section-title {
  color: #005e96;
}
.cid-v8p05fB5H6 .mbr-text,
.cid-v8p05fB5H6 .mbr-section-btn {
  color: #000000;
}
.cid-v8p05fSfxO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v8p05fSfxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05fSfxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05fSfxO .mbr-section-title {
  color: #0c2c68;
}
.cid-v8p05fSfxO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8p05gawvV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-v8p05gawvV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8p05gawvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05gawvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05gawvV .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8p05gawvV .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8p05gawvV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8p05gawvV .card-title,
.cid-v8p05gawvV .iconfont-wrapper {
  color: #ff1616;
  text-align: center;
}
.cid-v8p05gawvV .content-head {
  max-width: 800px;
}
.cid-v8p05gawvV .mbr-section-title {
  color: #ffffff;
}
.cid-v8p05gawvV .mbr-section-subtitle {
  color: #000000;
}
.cid-v8p05gawvV .card-text {
  color: #000000;
}
.cid-v8p05gawvV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8p05gawvV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8p05gyVru {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8p05gyVru .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05gyVru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05gyVru .row {
  flex-direction: row-reverse;
}
.cid-v8p05gyVru .mbr-description {
  text-align: left;
}
.cid-v8p05gyVru .item-wrapper {
  background: #fcb300;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v8p05gyVru .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8p05gyVru .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v8p05gyVru .card-title,
.cid-v8p05gyVru .iconfont-wrapper {
  color: #000000;
}
.cid-v8p05gyVru .card-text {
  color: #000000;
}
.cid-v8p05gyVru .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-v8p05gyVru .mbr-number {
  color: #ffffff;
}
.cid-v8p05gyVru .mbr-text,
.cid-v8p05gyVru .mbr-section-btn {
  text-align: center;
}
.cid-v8p05gyVru .card-text,
.cid-v8p05gyVru .item .mbr-section-btn {
  text-align: left;
  color: #005e96;
}
.cid-v8p05gyVru .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8p05gyVru .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8p05gV1ky {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-3.png-1920x1080.png");
}
.cid-v8p05gV1ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05gV1ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8p05gV1ky .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8p05gV1ky .row {
  flex-direction: row-reverse;
}
.cid-v8p05gV1ky .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8p05gV1ky .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8p05gV1ky .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8p05gV1ky .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v8p05gV1ky .mbr-text,
.cid-v8p05gV1ky .mbr-section-btn {
  color: #ffffff;
}
.cid-v8p05hdx40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8p05hdx40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05hdx40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05hdx40 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8p05hdx40 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8p05hdx40 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8p05hdx40 .container {
    padding: 0 20px;
  }
}
.cid-v8p05hdx40 .row {
  justify-content: center;
}
.cid-v8p05hdx40 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8p05hdx40 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8p05hdx40 .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8p05hdx40 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05hdx40 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8p05hdx40 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8p05hdx40 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05hdx40 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8p05hdx40 .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-v8p05hxN9k {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8p05hxN9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05hxN9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05hxN9k .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8p05hxN9k .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8p05hxN9k .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8p05hxN9k .container {
    padding: 0 20px;
  }
}
.cid-v8p05hxN9k .row {
  justify-content: center;
}
.cid-v8p05hxN9k .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8p05hxN9k .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8p05hxN9k .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8p05hxN9k .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05hxN9k .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8p05hxN9k .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8p05hxN9k .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05hxN9k .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8p05hxN9k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8p05hPEe9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8p05hPEe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05hPEe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05hPEe9 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8p05hPEe9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8p05hPEe9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8p05hPEe9 .container {
    padding: 0 20px;
  }
}
.cid-v8p05hPEe9 .row {
  justify-content: center;
}
.cid-v8p05hPEe9 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8p05hPEe9 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8p05hPEe9 .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8p05hPEe9 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05hPEe9 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8p05hPEe9 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8p05hPEe9 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05hPEe9 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8p05hPEe9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8p05ieVrv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8p05ieVrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05ieVrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05ieVrv .mbr-section-title {
  color: #0c2c68;
}
.cid-v8p05ieVrv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8p05iBgg1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-v8p05iBgg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05iBgg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05iBgg1 .mbr-section-title {
  color: #ffffff;
}
.cid-v8p05iBgg1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8p05iVF9t {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #005e96;
}
.cid-v8p05iVF9t .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v8p05iVF9t .carousel-item.active,
.cid-v8p05iVF9t .carousel-item-next,
.cid-v8p05iVF9t .carousel-item-prev {
  display: flex;
}
.cid-v8p05iVF9t .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-v8p05iVF9t .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-v8p05iVF9t .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-v8p05iVF9t .carousel-controls a span {
  color: #ff1616 !important;
  font-size: 30px !important;
}
.cid-v8p05iVF9t .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-v8p05iVF9t .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-v8p05iVF9t .carousel-controls .carousel-control-next,
.cid-v8p05iVF9t .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-v8p05iVF9t .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-v8p05iVF9t .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-v8p05iVF9t .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8p05iVF9t .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-v8p05iVF9t .author {
  margin: auto 0;
}
.cid-v8p05iVF9t .mbr-text {
  margin-bottom: 34px !important;
}
.cid-v8p05iVF9t h3,
.cid-v8p05iVF9t h4 {
  margin: 0;
  padding: 0;
}
.cid-v8p05iVF9t .mbr-bottom {
  color: #767676;
}
.cid-v8p05iVF9t .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-v8p05iVF9t .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-v8p05iVF9t .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-v8p05iVF9t .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-v8p05iVF9t .carousel-indicators {
    bottom: -75px;
  }
}
.cid-v8p05iVF9t .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-v8p05iVF9t .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-v8p05iVF9t .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ffbd25;
  stroke: none;
  overflow: visible;
}
.cid-v8p05iVF9t .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ffbd25;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-v8p05iVF9t .carousel-indicators li.active {
  background: #ffbd25;
}
.cid-v8p05iVF9t .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-v8p05iVF9t .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-v8p05iVF9t .mbr-text,
.cid-v8p05iVF9t .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8p05iVF9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05iVF9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05iVF9t H3 {
  color: #ffbd25;
}
.cid-v8p05jK3wl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-v8p05jK3wl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8p05jK3wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05jK3wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05jK3wl .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8p05jK3wl .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8p05jK3wl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8p05jK3wl .card-title,
.cid-v8p05jK3wl .iconfont-wrapper {
  color: #005e96;
}
.cid-v8p05jK3wl .content-head {
  max-width: 800px;
}
.cid-v8p05jK3wl .mbr-section-title {
  color: #ffffff;
}
.cid-v8p05jK3wl .mbr-section-subtitle {
  color: #000000;
}
.cid-v8p05jK3wl .card-text {
  color: #000000;
}
.cid-v8p05jK3wl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8p05jK3wl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8p05kcnvG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-v8p05kcnvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05kcnvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05kcnvG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8p05kcnvG .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-v8p05kcnvG .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-v8p05kcnvG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-v8p05kcnvG .card-header {
  border: none;
}
.cid-v8p05kcnvG .panel-group {
  border: none;
}
.cid-v8p05kcnvG .panel-body,
.cid-v8p05kcnvG .card-header {
  padding: 1rem 0;
}
.cid-v8p05kcnvG .panel-title-edit {
  color: #0c2c68;
  text-align: center;
}
.cid-v8p05kcnvG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8p05kcnvG H3 {
  color: #ffffff;
}
.cid-v8p05kExRm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-v8p05kExRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05kExRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05kExRm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8p05kExRm .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-v8p05kExRm .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-v8p05kExRm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-v8p05kExRm .card-header {
  border: none;
}
.cid-v8p05kExRm .panel-group {
  border: none;
}
.cid-v8p05kExRm .panel-body,
.cid-v8p05kExRm .card-header {
  padding: 1rem 0;
}
.cid-v8p05kExRm .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-v8p05kExRm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8p05kExRm H3 {
  color: #003268;
}
.cid-v8p05l8dfJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcb300;
}
.cid-v8p05l8dfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05l8dfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05l8dfJ .mbr-section-title {
  color: #0c2c68;
}
.cid-v8p05l8dfJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8p05lAc4a {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v8p05lAc4a img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-v8p05lAc4a .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-v8p05lAc4a .card-phone:hover {
  color: #005e96;
}
.cid-v8p05lAc4a .mbr-text,
.cid-v8p05lAc4a .mbr-section-btn {
  color: #000000;
}
.cid-v8p05lAc4a .card-title,
.cid-v8p05lAc4a .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-v8p05lAc4a .img-col {
    margin-bottom: 3rem;
  }
}
.cid-v8p05lAc4a .mbr-section-subtitle {
  color: #d58f76;
}
.cid-v8p05lAc4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05lAc4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05m0B7d {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8p05m0B7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05m0B7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05m0B7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8p05m0B7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8p05m0B7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8p05m0B7d .container {
    padding: 0 20px;
  }
}
.cid-v8p05m0B7d .row {
  justify-content: center;
}
.cid-v8p05m0B7d .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8p05m0B7d .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8p05m0B7d .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8p05m0B7d .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05m0B7d .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8p05m0B7d .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8p05m0B7d .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05m0B7d .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8p05m0B7d .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8p05mt1Sg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8p05mt1Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8p05mt1Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8p05mt1Sg .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8p05mt1Sg .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8p05mt1Sg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8p05mt1Sg .container {
    padding: 0 20px;
  }
}
.cid-v8p05mt1Sg .row {
  justify-content: center;
}
.cid-v8p05mt1Sg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8p05mt1Sg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8p05mt1Sg .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8p05mt1Sg .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05mt1Sg .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8p05mt1Sg .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8p05mt1Sg .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8p05mt1Sg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8p05mt1Sg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8p05mWr1i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-vcfRQUK4q1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-vcfRQUK4q1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vcfRQUK4q1 .social-row .soc-item {
  margin: 8px;
}
.cid-vcfRQUK4q1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vcfRQUK4q1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffbd25;
}
.cid-vcfRQUK4q1 .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: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vcfRQUK4q1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcfRQUK4q1 .mbr-section-title {
  color: #ffffff;
}
.cid-vcfRQUK4q1 .mbr-section-title,
.cid-vcfRQUK4q1 .social-list {
  color: #000000;
}
.cid-v8RgAMvXov {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-v8RgAMvXov .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAMvXov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAMvXov .card {
  justify-content: center;
}
.cid-v8RgAMvXov .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8RgAMvXov .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v8RgAMvXov .content-wrapper {
    padding-leftt: 0;
  }
}
.cid-v8RgAMvXov .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v8RgAMvXov .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v8RgAMvXov .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8RgAMvXov .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #ffffff;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #fcb300 !important;
  margin-bottom: 16px;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #f7e4d6 !important;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v8RgAMvXov .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v8RgAMvXov .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v8RgAMvXov .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-v8RgAMvXov .image-wrapper img {
    height: 350px;
  }
}
.cid-v8RgAMvXov .mbr-label {
  color: #a6adbf;
}
.cid-v8RgAMvXov .mbr-section-title {
  color: #111111;
}
.cid-v8RgAMvXov .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RgAMvXov LABEL {
  color: #ffffff;
}
.cid-v8RgAMvXov .mbr-section-title,
.cid-v8RgAMvXov .mbr-section-btn {
  color: #ffffff;
}
.cid-v8RgAMvXov .mbr-section-title .button,
.cid-v8RgAMvXov .mbr-section-btn .button {
  color: #fcb300;
}
.cid-v8RgAMIOwY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v8RgAMIOwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAMIOwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAMIOwY .mbr-section-title {
  color: #005e96;
}
.cid-v8RgAMIOwY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RgAMQUis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v8RgAMQUis .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAMQUis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAMQUis .content-text {
  max-width: 800px;
}
.cid-v8RgAMQUis .mbr-description {
  text-align: center;
}
.cid-v8RgAN3XSr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-v8RgAN3XSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAN3XSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8RgAN3XSr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8RgAN3XSr .row {
  flex-direction: row-reverse;
}
.cid-v8RgAN3XSr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8RgAN3XSr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8RgAN3XSr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8RgAN3XSr .mbr-section-title {
  color: #005e96;
}
.cid-v8RgAN3XSr .mbr-text,
.cid-v8RgAN3XSr .mbr-section-btn {
  color: #000000;
}
.cid-v8RgANgXvW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-v8RgANgXvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgANgXvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgANgXvW .mbr-section-title {
  color: #0c2c68;
}
.cid-v8RgANgXvW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RgANphIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-v8RgANphIh .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8RgANphIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgANphIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgANphIh .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8RgANphIh .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8RgANphIh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8RgANphIh .card-title,
.cid-v8RgANphIh .iconfont-wrapper {
  color: #ff1616;
  text-align: center;
}
.cid-v8RgANphIh .content-head {
  max-width: 800px;
}
.cid-v8RgANphIh .mbr-section-title {
  color: #ffffff;
}
.cid-v8RgANphIh .mbr-section-subtitle {
  color: #000000;
}
.cid-v8RgANphIh .card-text {
  color: #000000;
}
.cid-v8RgANphIh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8RgANphIh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8RgANDXDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8RgANDXDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgANDXDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgANDXDV .row {
  flex-direction: row-reverse;
}
.cid-v8RgANDXDV .mbr-description {
  text-align: left;
}
.cid-v8RgANDXDV .item-wrapper {
  background: #fcb300;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v8RgANDXDV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8RgANDXDV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v8RgANDXDV .card-title,
.cid-v8RgANDXDV .iconfont-wrapper {
  color: #000000;
}
.cid-v8RgANDXDV .card-text {
  color: #000000;
}
.cid-v8RgANDXDV .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-v8RgANDXDV .mbr-number {
  color: #ffffff;
}
.cid-v8RgANDXDV .mbr-text,
.cid-v8RgANDXDV .mbr-section-btn {
  text-align: center;
}
.cid-v8RgANDXDV .card-text,
.cid-v8RgANDXDV .item .mbr-section-btn {
  text-align: left;
  color: #005e96;
}
.cid-v8RgANDXDV .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8RgANDXDV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8RgANPvgX {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/design-sem-nome-3.png-1920x1080.png");
}
.cid-v8RgANPvgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgANPvgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8RgANPvgX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8RgANPvgX .row {
  flex-direction: row-reverse;
}
.cid-v8RgANPvgX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8RgANPvgX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8RgANPvgX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8RgANPvgX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v8RgANPvgX .mbr-text,
.cid-v8RgANPvgX .mbr-section-btn {
  color: #ffffff;
}
.cid-v8RgAO0Pfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8RgAO0Pfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAO0Pfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAO0Pfz .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAO0Pfz .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8RgAO0Pfz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAO0Pfz .container {
    padding: 0 20px;
  }
}
.cid-v8RgAO0Pfz .row {
  justify-content: center;
}
.cid-v8RgAO0Pfz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8RgAO0Pfz .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8RgAO0Pfz .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8RgAO0Pfz .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAO0Pfz .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8RgAO0Pfz .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8RgAO0Pfz .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAO0Pfz .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8RgAO0Pfz .mbr-section-title {
  color: #005e96;
  text-align: center;
}
.cid-v8RgAO9wiL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8RgAO9wiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAO9wiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAO9wiL .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAO9wiL .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8RgAO9wiL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAO9wiL .container {
    padding: 0 20px;
  }
}
.cid-v8RgAO9wiL .row {
  justify-content: center;
}
.cid-v8RgAO9wiL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8RgAO9wiL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8RgAO9wiL .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8RgAO9wiL .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAO9wiL .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8RgAO9wiL .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8RgAO9wiL .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAO9wiL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8RgAO9wiL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8RgAOpbiw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8RgAOpbiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAOpbiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAOpbiw .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAOpbiw .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8RgAOpbiw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAOpbiw .container {
    padding: 0 20px;
  }
}
.cid-v8RgAOpbiw .row {
  justify-content: center;
}
.cid-v8RgAOpbiw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8RgAOpbiw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8RgAOpbiw .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8RgAOpbiw .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAOpbiw .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8RgAOpbiw .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8RgAOpbiw .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAOpbiw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8RgAOpbiw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8RgAOy0Sl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8RgAOy0Sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAOy0Sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAOy0Sl .mbr-section-title {
  color: #0c2c68;
}
.cid-v8RgAOy0Sl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RgAOK51g {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-v8RgAOK51g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAOK51g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAOK51g .mbr-section-title {
  color: #ffffff;
}
.cid-v8RgAOK51g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RgAOUZHf {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #005e96;
}
.cid-v8RgAOUZHf .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v8RgAOUZHf .carousel-item.active,
.cid-v8RgAOUZHf .carousel-item-next,
.cid-v8RgAOUZHf .carousel-item-prev {
  display: flex;
}
.cid-v8RgAOUZHf .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-v8RgAOUZHf .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-v8RgAOUZHf .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-v8RgAOUZHf .carousel-controls a span {
  color: #ff1616 !important;
  font-size: 30px !important;
}
.cid-v8RgAOUZHf .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-v8RgAOUZHf .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-v8RgAOUZHf .carousel-controls .carousel-control-next,
.cid-v8RgAOUZHf .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-v8RgAOUZHf .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-v8RgAOUZHf .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-v8RgAOUZHf .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8RgAOUZHf .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-v8RgAOUZHf .author {
  margin: auto 0;
}
.cid-v8RgAOUZHf .mbr-text {
  margin-bottom: 34px !important;
}
.cid-v8RgAOUZHf h3,
.cid-v8RgAOUZHf h4 {
  margin: 0;
  padding: 0;
}
.cid-v8RgAOUZHf .mbr-bottom {
  color: #767676;
}
.cid-v8RgAOUZHf .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-v8RgAOUZHf .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-v8RgAOUZHf .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-v8RgAOUZHf .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-v8RgAOUZHf .carousel-indicators {
    bottom: -75px;
  }
}
.cid-v8RgAOUZHf .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-v8RgAOUZHf .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-v8RgAOUZHf .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ffbd25;
  stroke: none;
  overflow: visible;
}
.cid-v8RgAOUZHf .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ffbd25;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-v8RgAOUZHf .carousel-indicators li.active {
  background: #ffbd25;
}
.cid-v8RgAOUZHf .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-v8RgAOUZHf .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-v8RgAOUZHf .mbr-text,
.cid-v8RgAOUZHf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v8RgAOUZHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAOUZHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAOUZHf H3 {
  color: #ffbd25;
}
.cid-v8RgAPcIeY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-2.png-1920x1080.png");
}
.cid-v8RgAPcIeY .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v8RgAPcIeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAPcIeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAPcIeY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8RgAPcIeY .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8RgAPcIeY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v8RgAPcIeY .card-title,
.cid-v8RgAPcIeY .iconfont-wrapper {
  color: #005e96;
}
.cid-v8RgAPcIeY .content-head {
  max-width: 800px;
}
.cid-v8RgAPcIeY .mbr-section-title {
  color: #ffffff;
}
.cid-v8RgAPcIeY .mbr-section-subtitle {
  color: #000000;
}
.cid-v8RgAPcIeY .card-text {
  color: #000000;
}
.cid-v8RgAPcIeY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8RgAPcIeY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v8RgAPnbA4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-v8RgAPnbA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAPnbA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAPnbA4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8RgAPnbA4 .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-v8RgAPnbA4 .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-v8RgAPnbA4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-v8RgAPnbA4 .card-header {
  border: none;
}
.cid-v8RgAPnbA4 .panel-group {
  border: none;
}
.cid-v8RgAPnbA4 .panel-body,
.cid-v8RgAPnbA4 .card-header {
  padding: 1rem 0;
}
.cid-v8RgAPnbA4 .panel-title-edit {
  color: #0c2c68;
  text-align: center;
}
.cid-v8RgAPnbA4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8RgAPnbA4 H3 {
  color: #ffffff;
}
.cid-v8RgAPyY2g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcb300;
}
.cid-v8RgAPyY2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAPyY2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAPyY2g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8RgAPyY2g .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-v8RgAPyY2g .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-v8RgAPyY2g .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ff1616;
  margin-left: 1rem;
}
.cid-v8RgAPyY2g .card-header {
  border: none;
}
.cid-v8RgAPyY2g .panel-group {
  border: none;
}
.cid-v8RgAPyY2g .panel-body,
.cid-v8RgAPyY2g .card-header {
  padding: 1rem 0;
}
.cid-v8RgAPyY2g .panel-title-edit {
  color: #003268;
  text-align: center;
}
.cid-v8RgAPyY2g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8RgAPyY2g H3 {
  color: #003268;
}
.cid-v8RgAPK8MQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fcb300;
}
.cid-v8RgAPK8MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAPK8MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAPK8MQ .mbr-section-title {
  color: #0c2c68;
}
.cid-v8RgAPK8MQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8RgAPVWYW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v8RgAPVWYW img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-v8RgAPVWYW .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-v8RgAPVWYW .card-phone:hover {
  color: #005e96;
}
.cid-v8RgAPVWYW .mbr-text,
.cid-v8RgAPVWYW .mbr-section-btn {
  color: #000000;
}
.cid-v8RgAPVWYW .card-title,
.cid-v8RgAPVWYW .card-box {
  color: #005e96;
}
@media (max-width: 992px) {
  .cid-v8RgAPVWYW .img-col {
    margin-bottom: 3rem;
  }
}
.cid-v8RgAPVWYW .mbr-section-subtitle {
  color: #d58f76;
}
.cid-v8RgAPVWYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAPVWYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAQ5L5E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8RgAQ5L5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAQ5L5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAQ5L5E .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAQ5L5E .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8RgAQ5L5E .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAQ5L5E .container {
    padding: 0 20px;
  }
}
.cid-v8RgAQ5L5E .row {
  justify-content: center;
}
.cid-v8RgAQ5L5E .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8RgAQ5L5E .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8RgAQ5L5E .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8RgAQ5L5E .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAQ5L5E .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8RgAQ5L5E .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8RgAQ5L5E .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAQ5L5E .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8RgAQ5L5E .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8RgAQf8TE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8RgAQf8TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RgAQf8TE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RgAQf8TE .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAQf8TE .container-fluid {
    padding: 0 20px;
  }
}
.cid-v8RgAQf8TE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8RgAQf8TE .container {
    padding: 0 20px;
  }
}
.cid-v8RgAQf8TE .row {
  justify-content: center;
}
.cid-v8RgAQf8TE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v8RgAQf8TE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8RgAQf8TE .video-block {
    margin-bottom: 30px;
  }
}
.cid-v8RgAQf8TE .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAQf8TE .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v8RgAQf8TE .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v8RgAQf8TE .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RgAQf8TE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v8RgAQf8TE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8RgAQp55z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005e96;
  overflow: hidden;
}
.cid-vcfRQUK4q1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #005e96;
}
.cid-vcfRQUK4q1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vcfRQUK4q1 .social-row .soc-item {
  margin: 8px;
}
.cid-vcfRQUK4q1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-vcfRQUK4q1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffbd25;
}
.cid-vcfRQUK4q1 .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: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vcfRQUK4q1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcfRQUK4q1 .mbr-section-title {
  color: #ffffff;
}
.cid-vcfRQUK4q1 .mbr-section-title,
.cid-vcfRQUK4q1 .social-list {
  color: #000000;
}
