.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #213b86 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #3db9b7 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #213b86 !important;
  border-color: #213b86 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2b4daf !important;
  border-color: #2b4daf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b4daf !important;
  border-color: #2b4daf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #37adf7 !important;
  border-color: #37adf7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #68c1f9 !important;
  border-color: #68c1f9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #68c1f9 !important;
  border-color: #68c1f9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3db9b7 !important;
  border-color: #3db9b7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5fcac8 !important;
  border-color: #5fcac8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5fcac8 !important;
  border-color: #5fcac8 !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: #213b86;
  color: #213b86;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #101c40 !important;
  background-color: transparent !important;
  border-color: #101c40 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #213b86 !important;
  border-color: #213b86 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #37adf7;
  color: #37adf7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0882cf !important;
  background-color: transparent !important;
  border-color: #0882cf !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #37adf7 !important;
  border-color: #37adf7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #3db9b7;
  color: #3db9b7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #287877 !important;
  background-color: transparent !important;
  border-color: #287877 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3db9b7 !important;
  border-color: #3db9b7 !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: #213b86 !important;
}
.text-secondary {
  color: #37adf7 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #3db9b7 !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: #0d1734 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0879c0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #246c6b !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: #213b86;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #3db9b7;
}
.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: #213b86;
  border-color: #213b86;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #213b86;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5274d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #98dddc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', 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: #213b86 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 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: #213b86;
}
/* 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: #213b86;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #213b86;
}
.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: #213b86;
  border-bottom-color: #213b86;
}
.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: #213b86 !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: #37adf7 !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='%23213b86' %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;
}
.cid-u4cyNx8uaA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4cyNx8uaA nav.navbar {
  position: fixed;
}
.cid-u4cyNx8uaA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4cyNx8uaA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4cyNx8uaA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4cyNx8uaA .dropdown-item:hover,
.cid-u4cyNx8uaA .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4cyNx8uaA .dropdown-item:hover span {
  color: white;
}
.cid-u4cyNx8uaA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4cyNx8uaA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4cyNx8uaA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4cyNx8uaA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4cyNx8uaA .nav-link {
  position: relative;
}
.cid-u4cyNx8uaA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4cyNx8uaA .container {
    flex-wrap: wrap;
  }
}
.cid-u4cyNx8uaA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4cyNx8uaA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4cyNx8uaA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4cyNx8uaA .dropdown-menu,
.cid-u4cyNx8uaA .navbar.opened {
  background: #ffffff !important;
}
.cid-u4cyNx8uaA .nav-item:focus,
.cid-u4cyNx8uaA .nav-link:focus {
  outline: none;
}
.cid-u4cyNx8uaA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4cyNx8uaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4cyNx8uaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4cyNx8uaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4cyNx8uaA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4cyNx8uaA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4cyNx8uaA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4cyNx8uaA .navbar.opened {
  transition: all 0.3s;
}
.cid-u4cyNx8uaA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4cyNx8uaA .navbar .navbar-logo img {
  width: auto;
}
.cid-u4cyNx8uaA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4cyNx8uaA .navbar.collapsed {
  justify-content: center;
}
.cid-u4cyNx8uaA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4cyNx8uaA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4cyNx8uaA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4cyNx8uaA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4cyNx8uaA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4cyNx8uaA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4cyNx8uaA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4cyNx8uaA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4cyNx8uaA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4cyNx8uaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4cyNx8uaA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4cyNx8uaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4cyNx8uaA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4cyNx8uaA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4cyNx8uaA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4cyNx8uaA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4cyNx8uaA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4cyNx8uaA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4cyNx8uaA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4cyNx8uaA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4cyNx8uaA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4cyNx8uaA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4cyNx8uaA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4cyNx8uaA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4cyNx8uaA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4cyNx8uaA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4cyNx8uaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4cyNx8uaA .dropdown-item.active,
.cid-u4cyNx8uaA .dropdown-item:active {
  background-color: transparent;
}
.cid-u4cyNx8uaA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4cyNx8uaA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4cyNx8uaA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4cyNx8uaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4cyNx8uaA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4cyNx8uaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4cyNx8uaA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4cyNx8uaA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4cyNx8uaA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4cyNx8uaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4cyNx8uaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4cyNx8uaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4cyNx8uaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4cyNx8uaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4cyNx8uaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4cyNx8uaA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4cyNx8uaA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4cyNx8uaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4cyNx8uaA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4cyNx8uaA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4cyNx8uaA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4cyNx8uaA .navbar {
    height: 70px;
  }
  .cid-u4cyNx8uaA .navbar.opened {
    height: auto;
  }
  .cid-u4cyNx8uaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6TQlCQUFz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TQlCQUFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TQlCQUFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WDXAIxNl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #2c46a1 10%, #001947 100%) !important;
}
.cid-u6WDXAIxNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WDXAIxNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WEum5Z4v {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6WEum5Z4v img,
.cid-u6WEum5Z4v .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6WEum5Z4v .item:focus,
.cid-u6WEum5Z4v span:focus {
  outline: none;
}
.cid-u6WEum5Z4v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6WEum5Z4v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1c399e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6WEum5Z4v .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6WEum5Z4v .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6WEum5Z4v .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6WEum5Z4v .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6WEum5Z4v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6WEum5Z4v .mbr-section-title {
  color: #0c2c68;
}
.cid-u6WEum5Z4v .mbr-text,
.cid-u6WEum5Z4v .mbr-section-btn {
  text-align: center;
}
.cid-u6WEum5Z4v .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6WEum5Z4v .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u71rzPeBZX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u71rzPeBZX img,
.cid-u71rzPeBZX .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u71rzPeBZX .item:focus,
.cid-u71rzPeBZX span:focus {
  outline: none;
}
.cid-u71rzPeBZX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u71rzPeBZX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1c399e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u71rzPeBZX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u71rzPeBZX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u71rzPeBZX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u71rzPeBZX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u71rzPeBZX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u71rzPeBZX .mbr-section-title {
  color: #001947;
}
.cid-u71rzPeBZX .mbr-text,
.cid-u71rzPeBZX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u71rzPeBZX .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u71rzPeBZX .item-subtitle {
  text-align: left;
}
.cid-u71tjqDsY6 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u71tjqDsY6 img,
.cid-u71tjqDsY6 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u71tjqDsY6 .item:focus,
.cid-u71tjqDsY6 span:focus {
  outline: none;
}
.cid-u71tjqDsY6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u71tjqDsY6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #1c399e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u71tjqDsY6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u71tjqDsY6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u71tjqDsY6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u71tjqDsY6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u71tjqDsY6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u71tjqDsY6 .mbr-section-title {
  color: #001947;
}
.cid-u71tjqDsY6 .mbr-text,
.cid-u71tjqDsY6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u71tjqDsY6 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u71tjqDsY6 .item-subtitle {
  text-align: left;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4ixQuNptx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4ixQuNptx nav.navbar {
  position: fixed;
}
.cid-u4ixQuNptx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4ixQuNptx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4ixQuNptx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4ixQuNptx .dropdown-item:hover,
.cid-u4ixQuNptx .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4ixQuNptx .dropdown-item:hover span {
  color: white;
}
.cid-u4ixQuNptx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4ixQuNptx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4ixQuNptx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4ixQuNptx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4ixQuNptx .nav-link {
  position: relative;
}
.cid-u4ixQuNptx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4ixQuNptx .container {
    flex-wrap: wrap;
  }
}
.cid-u4ixQuNptx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4ixQuNptx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4ixQuNptx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4ixQuNptx .dropdown-menu,
.cid-u4ixQuNptx .navbar.opened {
  background: #ffffff !important;
}
.cid-u4ixQuNptx .nav-item:focus,
.cid-u4ixQuNptx .nav-link:focus {
  outline: none;
}
.cid-u4ixQuNptx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4ixQuNptx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4ixQuNptx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4ixQuNptx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4ixQuNptx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4ixQuNptx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4ixQuNptx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4ixQuNptx .navbar.opened {
  transition: all 0.3s;
}
.cid-u4ixQuNptx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4ixQuNptx .navbar .navbar-logo img {
  width: auto;
}
.cid-u4ixQuNptx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4ixQuNptx .navbar.collapsed {
  justify-content: center;
}
.cid-u4ixQuNptx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4ixQuNptx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4ixQuNptx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4ixQuNptx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4ixQuNptx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4ixQuNptx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4ixQuNptx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4ixQuNptx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4ixQuNptx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4ixQuNptx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4ixQuNptx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4ixQuNptx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4ixQuNptx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4ixQuNptx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4ixQuNptx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4ixQuNptx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4ixQuNptx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4ixQuNptx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4ixQuNptx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4ixQuNptx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4ixQuNptx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4ixQuNptx .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4ixQuNptx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4ixQuNptx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4ixQuNptx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4ixQuNptx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4ixQuNptx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4ixQuNptx .dropdown-item.active,
.cid-u4ixQuNptx .dropdown-item:active {
  background-color: transparent;
}
.cid-u4ixQuNptx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4ixQuNptx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4ixQuNptx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4ixQuNptx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4ixQuNptx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4ixQuNptx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4ixQuNptx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4ixQuNptx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4ixQuNptx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4ixQuNptx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4ixQuNptx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4ixQuNptx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4ixQuNptx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4ixQuNptx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4ixQuNptx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4ixQuNptx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4ixQuNptx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4ixQuNptx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4ixQuNptx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4ixQuNptx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4ixQuNptx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4ixQuNptx .navbar {
    height: 70px;
  }
  .cid-u4ixQuNptx .navbar.opened {
    height: auto;
  }
  .cid-u4ixQuNptx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4ixQngWa1 {
  background-image: url("../../../assets/images/empresario-trabalhando-com-documentacao-na-mesa-1000x667.jpg");
}
.cid-u4ixQngWa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ixQngWa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ixQngWa1 .mbr-text,
.cid-u4ixQngWa1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4ixQngWa1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4ixQngWa1 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4ixQo2P2C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4ixQo2P2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ixQo2P2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4ixQo2P2C .container {
    max-width: 1400px;
  }
}
.cid-u4ixQo2P2C .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4ixQo2P2C .row {
  justify-content: center;
}
.cid-u4ixQo2P2C .card-title,
.cid-u4ixQo2P2C .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4ixQo2P2C .card-text {
  color: #ffffff;
}
.cid-u71E3e82mC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u71E3e82mC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71E3e82mC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ixQpH0pH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4ixQpH0pH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ixQpH0pH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ixQpH0pH .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4ixQpH0pH .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4ixQqt1Mc {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4ixQqt1Mc img,
.cid-u4ixQqt1Mc .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4ixQqt1Mc .item:focus,
.cid-u4ixQqt1Mc span:focus {
  outline: none;
}
.cid-u4ixQqt1Mc .item-wrapper {
  position: relative;
}
.cid-u4ixQqt1Mc .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4ixQqt1Mc .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ixQqt1Mc .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4ixQqt1Mc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4ixQqt1Mc .mbr-section-title {
  color: #213b86;
}
.cid-u4ixQqt1Mc .mbr-text,
.cid-u4ixQqt1Mc .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4ixQqt1Mc .item-title {
  text-align: center;
}
.cid-u4ixQqt1Mc .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4ixQqt1Mc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4ixQqt1Mc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4ixQqt1Mc .embla__button--next,
.cid-u4ixQqt1Mc .embla__button--prev {
  display: flex;
}
.cid-u4ixQqt1Mc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u4ixQqt1Mc .embla__button {
    display: none;
  }
}
.cid-u4ixQqt1Mc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4ixQqt1Mc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4ixQqt1Mc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4ixQqt1Mc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4ixQqt1Mc .embla__button {
    top: auto;
  }
}
.cid-u4ixQqt1Mc .embla {
  position: relative;
  width: 100%;
}
.cid-u4ixQqt1Mc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4ixQqt1Mc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4ixQqt1Mc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4ixQqt1Mc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4ixQrk6bX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/natureza-morta-com-a-balanca-da-justica-1-1000x667.jpg");
}
.cid-u4ixQrk6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ixQrk6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ixQrk6bX .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4ixQrk6bX .container {
    max-width: 1400px;
  }
}
.cid-u4ixQrk6bX .card {
  margin: auto;
}
.cid-u4ixQrk6bX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4ixQrk6bX .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4ixQrk6bX .row {
  justify-content: center;
}
.cid-u4ixQrk6bX H3 {
  color: #213b86;
}
.cid-u4ixQrk6bX .card-title,
.cid-u4ixQrk6bX .card-box {
  color: #0c2c68;
}
.cid-u4ixQrQesP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4ixQrQesP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ixQrQesP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ixQsQsTB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vista-de-martelo-3d-para-o-dia-do-advogado-2000x1333.jpg");
}
.cid-u4ixQsQsTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ixQsQsTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ixQsQsTB .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4ixQsQsTB .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4ixQsQsTB .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4ixQsQsTB .card-title {
  color: #ffffff;
}
.cid-u4ixQsQsTB .card-text {
  color: #ffffff;
}
.cid-u4ixQtvosU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4ixQtvosU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ixQtvosU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ixQtvosU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4ixQtvosU .panel-group {
  border: none;
}
.cid-u4ixQtvosU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4ixQtvosU .panel-body,
.cid-u4ixQtvosU .card-header {
  padding: 1rem 0;
}
.cid-u4ixQtvosU .panel-title-edit {
  color: #213b86;
}
.cid-u4ixQtvosU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4ixQtvosU .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4dP1qY06J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4dP1qY06J nav.navbar {
  position: fixed;
}
.cid-u4dP1qY06J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4dP1qY06J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4dP1qY06J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4dP1qY06J .dropdown-item:hover,
.cid-u4dP1qY06J .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4dP1qY06J .dropdown-item:hover span {
  color: white;
}
.cid-u4dP1qY06J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4dP1qY06J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4dP1qY06J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4dP1qY06J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4dP1qY06J .nav-link {
  position: relative;
}
.cid-u4dP1qY06J .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4dP1qY06J .container {
    flex-wrap: wrap;
  }
}
.cid-u4dP1qY06J .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4dP1qY06J .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4dP1qY06J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4dP1qY06J .dropdown-menu,
.cid-u4dP1qY06J .navbar.opened {
  background: #ffffff !important;
}
.cid-u4dP1qY06J .nav-item:focus,
.cid-u4dP1qY06J .nav-link:focus {
  outline: none;
}
.cid-u4dP1qY06J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4dP1qY06J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4dP1qY06J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4dP1qY06J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4dP1qY06J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4dP1qY06J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4dP1qY06J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4dP1qY06J .navbar.opened {
  transition: all 0.3s;
}
.cid-u4dP1qY06J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4dP1qY06J .navbar .navbar-logo img {
  width: auto;
}
.cid-u4dP1qY06J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4dP1qY06J .navbar.collapsed {
  justify-content: center;
}
.cid-u4dP1qY06J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4dP1qY06J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4dP1qY06J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4dP1qY06J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4dP1qY06J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4dP1qY06J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4dP1qY06J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4dP1qY06J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4dP1qY06J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4dP1qY06J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4dP1qY06J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4dP1qY06J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4dP1qY06J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4dP1qY06J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4dP1qY06J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4dP1qY06J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4dP1qY06J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4dP1qY06J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4dP1qY06J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4dP1qY06J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4dP1qY06J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4dP1qY06J .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4dP1qY06J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4dP1qY06J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4dP1qY06J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4dP1qY06J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4dP1qY06J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4dP1qY06J .dropdown-item.active,
.cid-u4dP1qY06J .dropdown-item:active {
  background-color: transparent;
}
.cid-u4dP1qY06J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4dP1qY06J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4dP1qY06J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4dP1qY06J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4dP1qY06J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4dP1qY06J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4dP1qY06J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4dP1qY06J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4dP1qY06J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4dP1qY06J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4dP1qY06J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4dP1qY06J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dP1qY06J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dP1qY06J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4dP1qY06J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dP1qY06J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4dP1qY06J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4dP1qY06J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dP1qY06J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4dP1qY06J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4dP1qY06J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4dP1qY06J .navbar {
    height: 70px;
  }
  .cid-u4dP1qY06J .navbar.opened {
    height: auto;
  }
  .cid-u4dP1qY06J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4dP1g62MU {
  background-image: url("../../../assets/images/imagem2-626x417.jpg");
}
.cid-u4dP1g62MU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dP1g62MU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dP1g62MU .mbr-text,
.cid-u4dP1g62MU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4dP1g62MU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4dP1g62MU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4dP1hfiMj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4dP1hfiMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dP1hfiMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4dP1hfiMj .container {
    max-width: 1400px;
  }
}
.cid-u4dP1hfiMj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4dP1hfiMj .row {
  justify-content: center;
}
.cid-u4dP1hfiMj .card-title,
.cid-u4dP1hfiMj .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4dP1hfiMj .card-text {
  color: #ffffff;
}
.cid-u6Ubwxm3Q8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Ubwxm3Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Ubwxm3Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dP1k0ZYU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4dP1k0ZYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dP1k0ZYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dP1k0ZYU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4dP1k0ZYU .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4igP7BylB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4igP7BylB img,
.cid-u4igP7BylB .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4igP7BylB .item:focus,
.cid-u4igP7BylB span:focus {
  outline: none;
}
.cid-u4igP7BylB .item-wrapper {
  position: relative;
}
.cid-u4igP7BylB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4igP7BylB .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4igP7BylB .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4igP7BylB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4igP7BylB .mbr-section-title {
  color: #213b86;
}
.cid-u4igP7BylB .mbr-text,
.cid-u4igP7BylB .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4igP7BylB .item-title {
  text-align: center;
}
.cid-u4igP7BylB .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4igP7BylB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4igP7BylB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4igP7BylB .embla__button--next,
.cid-u4igP7BylB .embla__button--prev {
  display: flex;
}
.cid-u4igP7BylB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u4igP7BylB .embla__button {
    display: none;
  }
}
.cid-u4igP7BylB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4igP7BylB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4igP7BylB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4igP7BylB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4igP7BylB .embla__button {
    top: auto;
  }
}
.cid-u4igP7BylB .embla {
  position: relative;
  width: 100%;
}
.cid-u4igP7BylB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4igP7BylB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4igP7BylB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4igP7BylB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4dP1lT0CT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/natureza-morta-com-a-balanca-da-justica-1-1000x667.jpg");
}
.cid-u4dP1lT0CT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dP1lT0CT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dP1lT0CT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4dP1lT0CT .container {
    max-width: 1400px;
  }
}
.cid-u4dP1lT0CT .card {
  margin: auto;
}
.cid-u4dP1lT0CT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4dP1lT0CT .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4dP1lT0CT .row {
  justify-content: center;
}
.cid-u4dP1lT0CT H3 {
  color: #213b86;
}
.cid-u4dP1lT0CT .card-title,
.cid-u4dP1lT0CT .card-box {
  color: #0c2c68;
}
.cid-u4dP1mSDfz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4dP1mSDfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dP1mSDfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dP1nHEsY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vista-de-martelo-3d-para-o-dia-do-advogado-2000x1333.jpg");
}
.cid-u4dP1nHEsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dP1nHEsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dP1nHEsY .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4dP1nHEsY .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4dP1nHEsY .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4dP1nHEsY .card-title {
  color: #ffffff;
}
.cid-u4dP1nHEsY .card-text {
  color: #ffffff;
}
.cid-u4dP1oK0wu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4dP1oK0wu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dP1oK0wu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dP1oK0wu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4dP1oK0wu .panel-group {
  border: none;
}
.cid-u4dP1oK0wu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4dP1oK0wu .panel-body,
.cid-u4dP1oK0wu .card-header {
  padding: 1rem 0;
}
.cid-u4dP1oK0wu .panel-title-edit {
  color: #213b86;
}
.cid-u4dP1oK0wu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4dP1oK0wu .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4dOHDTOg5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4dOHDTOg5 nav.navbar {
  position: fixed;
}
.cid-u4dOHDTOg5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4dOHDTOg5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4dOHDTOg5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4dOHDTOg5 .dropdown-item:hover,
.cid-u4dOHDTOg5 .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4dOHDTOg5 .dropdown-item:hover span {
  color: white;
}
.cid-u4dOHDTOg5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4dOHDTOg5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4dOHDTOg5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4dOHDTOg5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4dOHDTOg5 .nav-link {
  position: relative;
}
.cid-u4dOHDTOg5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4dOHDTOg5 .container {
    flex-wrap: wrap;
  }
}
.cid-u4dOHDTOg5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4dOHDTOg5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4dOHDTOg5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4dOHDTOg5 .dropdown-menu,
.cid-u4dOHDTOg5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4dOHDTOg5 .nav-item:focus,
.cid-u4dOHDTOg5 .nav-link:focus {
  outline: none;
}
.cid-u4dOHDTOg5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4dOHDTOg5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4dOHDTOg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4dOHDTOg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4dOHDTOg5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4dOHDTOg5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4dOHDTOg5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4dOHDTOg5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4dOHDTOg5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4dOHDTOg5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4dOHDTOg5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4dOHDTOg5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4dOHDTOg5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4dOHDTOg5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4dOHDTOg5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4dOHDTOg5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4dOHDTOg5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4dOHDTOg5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4dOHDTOg5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4dOHDTOg5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4dOHDTOg5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4dOHDTOg5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4dOHDTOg5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4dOHDTOg5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4dOHDTOg5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4dOHDTOg5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4dOHDTOg5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4dOHDTOg5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4dOHDTOg5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4dOHDTOg5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4dOHDTOg5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4dOHDTOg5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4dOHDTOg5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4dOHDTOg5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4dOHDTOg5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4dOHDTOg5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4dOHDTOg5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4dOHDTOg5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4dOHDTOg5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4dOHDTOg5 .dropdown-item.active,
.cid-u4dOHDTOg5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4dOHDTOg5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4dOHDTOg5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4dOHDTOg5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4dOHDTOg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4dOHDTOg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4dOHDTOg5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4dOHDTOg5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4dOHDTOg5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4dOHDTOg5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4dOHDTOg5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4dOHDTOg5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4dOHDTOg5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dOHDTOg5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4dOHDTOg5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4dOHDTOg5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dOHDTOg5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4dOHDTOg5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4dOHDTOg5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4dOHDTOg5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4dOHDTOg5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4dOHDTOg5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4dOHDTOg5 .navbar {
    height: 70px;
  }
  .cid-u4dOHDTOg5 .navbar.opened {
    height: auto;
  }
  .cid-u4dOHDTOg5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4dOHsGIv2 {
  background-image: url("../../../assets/images/empresario-bem-sucedido-trabalhando-2000x1333.jpg");
}
.cid-u4dOHsGIv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dOHsGIv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dOHsGIv2 .mbr-text,
.cid-u4dOHsGIv2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4dOHsGIv2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4dOHsGIv2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4dOHtNrN7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4dOHtNrN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dOHtNrN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4dOHtNrN7 .container {
    max-width: 1400px;
  }
}
.cid-u4dOHtNrN7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4dOHtNrN7 .row {
  justify-content: center;
}
.cid-u4dOHtNrN7 .card-title,
.cid-u4dOHtNrN7 .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4dOHtNrN7 .card-text {
  color: #ffffff;
}
.cid-u6UgUFlxzi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UgUFlxzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UgUFlxzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dOHwBrDC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4dOHwBrDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dOHwBrDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dOHwBrDC .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4dOHwBrDC .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4iyBaYBHv {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4iyBaYBHv img,
.cid-u4iyBaYBHv .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4iyBaYBHv .item:focus,
.cid-u4iyBaYBHv span:focus {
  outline: none;
}
.cid-u4iyBaYBHv .item-wrapper {
  position: relative;
}
.cid-u4iyBaYBHv .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4iyBaYBHv .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4iyBaYBHv .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4iyBaYBHv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4iyBaYBHv .mbr-section-title {
  color: #213b86;
}
.cid-u4iyBaYBHv .mbr-text,
.cid-u4iyBaYBHv .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4iyBaYBHv .item-title {
  text-align: center;
}
.cid-u4iyBaYBHv .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4iyBaYBHv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4iyBaYBHv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4iyBaYBHv .embla__button--next,
.cid-u4iyBaYBHv .embla__button--prev {
  display: flex;
}
.cid-u4iyBaYBHv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u4iyBaYBHv .embla__button {
    display: none;
  }
}
.cid-u4iyBaYBHv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4iyBaYBHv .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4iyBaYBHv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4iyBaYBHv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4iyBaYBHv .embla__button {
    top: auto;
  }
}
.cid-u4iyBaYBHv .embla {
  position: relative;
  width: 100%;
}
.cid-u4iyBaYBHv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4iyBaYBHv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4iyBaYBHv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4iyBaYBHv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4dOHywlkS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/natureza-morta-com-a-balanca-da-justica-1-1000x667.jpg");
}
.cid-u4dOHywlkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dOHywlkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dOHywlkS .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4dOHywlkS .container {
    max-width: 1400px;
  }
}
.cid-u4dOHywlkS .card {
  margin: auto;
}
.cid-u4dOHywlkS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4dOHywlkS .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4dOHywlkS .row {
  justify-content: center;
}
.cid-u4dOHywlkS H3 {
  color: #213b86;
}
.cid-u4dOHywlkS .card-title,
.cid-u4dOHywlkS .card-box {
  color: #0c2c68;
}
.cid-u4dOHzzKiB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4dOHzzKiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dOHzzKiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dOHAAiVo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vista-de-martelo-3d-para-o-dia-do-advogado-2000x1333.jpg");
}
.cid-u4dOHAAiVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dOHAAiVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dOHAAiVo .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4dOHAAiVo .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4dOHAAiVo .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4dOHAAiVo .card-title {
  color: #ffffff;
}
.cid-u4dOHAAiVo .card-text {
  color: #ffffff;
}
.cid-u4dOHBvvqg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4dOHBvvqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4dOHBvvqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4dOHBvvqg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4dOHBvvqg .panel-group {
  border: none;
}
.cid-u4dOHBvvqg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4dOHBvvqg .panel-body,
.cid-u4dOHBvvqg .card-header {
  padding: 1rem 0;
}
.cid-u4dOHBvvqg .panel-title-edit {
  color: #213b86;
}
.cid-u4dOHBvvqg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4dOHBvvqg .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4j0VIoisN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4j0VIoisN nav.navbar {
  position: fixed;
}
.cid-u4j0VIoisN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4j0VIoisN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4j0VIoisN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4j0VIoisN .dropdown-item:hover,
.cid-u4j0VIoisN .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4j0VIoisN .dropdown-item:hover span {
  color: white;
}
.cid-u4j0VIoisN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4j0VIoisN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4j0VIoisN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4j0VIoisN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4j0VIoisN .nav-link {
  position: relative;
}
.cid-u4j0VIoisN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4j0VIoisN .container {
    flex-wrap: wrap;
  }
}
.cid-u4j0VIoisN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4j0VIoisN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4j0VIoisN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4j0VIoisN .dropdown-menu,
.cid-u4j0VIoisN .navbar.opened {
  background: #ffffff !important;
}
.cid-u4j0VIoisN .nav-item:focus,
.cid-u4j0VIoisN .nav-link:focus {
  outline: none;
}
.cid-u4j0VIoisN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4j0VIoisN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4j0VIoisN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4j0VIoisN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4j0VIoisN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4j0VIoisN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4j0VIoisN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4j0VIoisN .navbar.opened {
  transition: all 0.3s;
}
.cid-u4j0VIoisN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4j0VIoisN .navbar .navbar-logo img {
  width: auto;
}
.cid-u4j0VIoisN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4j0VIoisN .navbar.collapsed {
  justify-content: center;
}
.cid-u4j0VIoisN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4j0VIoisN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4j0VIoisN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4j0VIoisN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4j0VIoisN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4j0VIoisN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4j0VIoisN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4j0VIoisN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4j0VIoisN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4j0VIoisN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4j0VIoisN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4j0VIoisN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4j0VIoisN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4j0VIoisN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4j0VIoisN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4j0VIoisN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4j0VIoisN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4j0VIoisN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4j0VIoisN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4j0VIoisN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4j0VIoisN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4j0VIoisN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4j0VIoisN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4j0VIoisN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4j0VIoisN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4j0VIoisN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4j0VIoisN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4j0VIoisN .dropdown-item.active,
.cid-u4j0VIoisN .dropdown-item:active {
  background-color: transparent;
}
.cid-u4j0VIoisN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4j0VIoisN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4j0VIoisN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4j0VIoisN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4j0VIoisN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4j0VIoisN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4j0VIoisN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4j0VIoisN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4j0VIoisN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4j0VIoisN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4j0VIoisN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4j0VIoisN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4j0VIoisN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4j0VIoisN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4j0VIoisN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4j0VIoisN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4j0VIoisN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4j0VIoisN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4j0VIoisN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4j0VIoisN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4j0VIoisN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4j0VIoisN .navbar {
    height: 70px;
  }
  .cid-u4j0VIoisN .navbar.opened {
    height: auto;
  }
  .cid-u4j0VIoisN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4j0VBHcK2 {
  background-image: url("../../../assets/images/pessoa-que-trabalha-na-construcao-civil-1000x667.jpg");
}
.cid-u4j0VBHcK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4j0VBHcK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4j0VBHcK2 .mbr-text,
.cid-u4j0VBHcK2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4j0VBHcK2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4j0VBHcK2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4j0VCkYlq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4j0VCkYlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4j0VCkYlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4j0VCkYlq .container {
    max-width: 1400px;
  }
}
.cid-u4j0VCkYlq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4j0VCkYlq .row {
  justify-content: center;
}
.cid-u4j0VCkYlq .card-title,
.cid-u4j0VCkYlq .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4j0VCkYlq .card-text {
  color: #ffffff;
}
.cid-u6V92zSl7u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6V92zSl7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6V92zSl7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4j0VDRNA3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4j0VDRNA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4j0VDRNA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4j0VDRNA3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4j0VDRNA3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4j0VErKMw {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4j0VErKMw img,
.cid-u4j0VErKMw .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4j0VErKMw .item:focus,
.cid-u4j0VErKMw span:focus {
  outline: none;
}
.cid-u4j0VErKMw .item-wrapper {
  position: relative;
}
.cid-u4j0VErKMw .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4j0VErKMw .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4j0VErKMw .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4j0VErKMw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4j0VErKMw .mbr-section-title {
  color: #213b86;
}
.cid-u4j0VErKMw .mbr-text,
.cid-u4j0VErKMw .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4j0VErKMw .item-title {
  text-align: center;
}
.cid-u4j0VErKMw .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4j0VErKMw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4j0VErKMw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4j0VErKMw .embla__button--next,
.cid-u4j0VErKMw .embla__button--prev {
  display: flex;
}
.cid-u4j0VErKMw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4j0VErKMw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4j0VErKMw .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4j0VErKMw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4j0VErKMw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4j0VErKMw .embla__button {
    top: auto;
  }
}
.cid-u4j0VErKMw .embla {
  position: relative;
  width: 100%;
}
.cid-u4j0VErKMw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4j0VErKMw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4j0VErKMw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4j0VErKMw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4j0VFpu7z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/vista-frontal-dos-oculos-de-protecao-com-capacete-e-fones-de-ouvido-1000x714.jpg");
}
.cid-u4j0VFpu7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4j0VFpu7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4j0VFpu7z .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4j0VFpu7z .container {
    max-width: 1400px;
  }
}
.cid-u4j0VFpu7z .card {
  margin: auto;
}
.cid-u4j0VFpu7z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4j0VFpu7z .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4j0VFpu7z .row {
  justify-content: center;
}
.cid-u4j0VFpu7z H3 {
  color: #213b86;
}
.cid-u4j0VFpu7z .card-title,
.cid-u4j0VFpu7z .card-box {
  color: #0c2c68;
}
.cid-u72fRKpOcB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d8 100%) !important;
}
.cid-u72fRKpOcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u72fRKpOcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u72k4lZE3p {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem23-996x664.jpg");
}
.cid-u72k4lZE3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u72k4lZE3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u72k4lZE3p .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u72k4lZE3p .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u72k4lZE3p .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u72k4lZE3p .card-title {
  color: #ffffff;
}
.cid-u72k4lZE3p .card-text {
  color: #ffffff;
}
.cid-u4j0VH62iH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4j0VH62iH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4j0VH62iH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4j0VH62iH .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4j0VH62iH .panel-group {
  border: none;
}
.cid-u4j0VH62iH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4j0VH62iH .panel-body,
.cid-u4j0VH62iH .card-header {
  padding: 1rem 0;
}
.cid-u4j0VH62iH .panel-title-edit {
  color: #213b86;
}
.cid-u4j0VH62iH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4j0VH62iH .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u6Wn771rIV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6Wn771rIV nav.navbar {
  position: fixed;
}
.cid-u6Wn771rIV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6Wn771rIV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6Wn771rIV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6Wn771rIV .dropdown-item:hover,
.cid-u6Wn771rIV .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u6Wn771rIV .dropdown-item:hover span {
  color: white;
}
.cid-u6Wn771rIV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6Wn771rIV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6Wn771rIV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6Wn771rIV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6Wn771rIV .nav-link {
  position: relative;
}
.cid-u6Wn771rIV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6Wn771rIV .container {
    flex-wrap: wrap;
  }
}
.cid-u6Wn771rIV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6Wn771rIV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6Wn771rIV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6Wn771rIV .dropdown-menu,
.cid-u6Wn771rIV .navbar.opened {
  background: #ffffff !important;
}
.cid-u6Wn771rIV .nav-item:focus,
.cid-u6Wn771rIV .nav-link:focus {
  outline: none;
}
.cid-u6Wn771rIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6Wn771rIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6Wn771rIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6Wn771rIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6Wn771rIV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6Wn771rIV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6Wn771rIV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6Wn771rIV .navbar.opened {
  transition: all 0.3s;
}
.cid-u6Wn771rIV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6Wn771rIV .navbar .navbar-logo img {
  width: auto;
}
.cid-u6Wn771rIV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6Wn771rIV .navbar.collapsed {
  justify-content: center;
}
.cid-u6Wn771rIV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6Wn771rIV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6Wn771rIV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u6Wn771rIV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6Wn771rIV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6Wn771rIV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6Wn771rIV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6Wn771rIV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6Wn771rIV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6Wn771rIV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6Wn771rIV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6Wn771rIV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6Wn771rIV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6Wn771rIV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6Wn771rIV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6Wn771rIV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6Wn771rIV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6Wn771rIV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6Wn771rIV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6Wn771rIV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6Wn771rIV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6Wn771rIV .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6Wn771rIV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6Wn771rIV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6Wn771rIV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6Wn771rIV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6Wn771rIV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6Wn771rIV .dropdown-item.active,
.cid-u6Wn771rIV .dropdown-item:active {
  background-color: transparent;
}
.cid-u6Wn771rIV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6Wn771rIV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6Wn771rIV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6Wn771rIV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6Wn771rIV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6Wn771rIV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6Wn771rIV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6Wn771rIV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6Wn771rIV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6Wn771rIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6Wn771rIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6Wn771rIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6Wn771rIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6Wn771rIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6Wn771rIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Wn771rIV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6Wn771rIV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6Wn771rIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6Wn771rIV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6Wn771rIV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6Wn771rIV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6Wn771rIV .navbar {
    height: 70px;
  }
  .cid-u6Wn771rIV .navbar.opened {
    height: auto;
  }
  .cid-u6Wn771rIV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Wn7844NM {
  background-image: url("../../../assets/images/gesto-de-projetos-626x417.jpg");
}
.cid-u6Wn7844NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn7844NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Wn7844NM .mbr-text,
.cid-u6Wn7844NM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6Wn7844NM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6Wn7844NM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6Wn78X99Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u6Wn78X99Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn78X99Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u6Wn78X99Y .container {
    max-width: 1400px;
  }
}
.cid-u6Wn78X99Y .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u6Wn78X99Y .row {
  justify-content: center;
}
.cid-u6Wn78X99Y .card-title,
.cid-u6Wn78X99Y .iconfont-wrapper {
  color: #ffffff;
}
.cid-u6Wn78X99Y .card-text {
  color: #ffffff;
}
.cid-u6Wn79AICY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6Wn79AICY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn79AICY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Wn7a2q5F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u6Wn7a2q5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn7a2q5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Wn7a2q5F .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6Wn7a2q5F .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u6Wn7aBoBI {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6Wn7aBoBI img,
.cid-u6Wn7aBoBI .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u6Wn7aBoBI .item:focus,
.cid-u6Wn7aBoBI span:focus {
  outline: none;
}
.cid-u6Wn7aBoBI .item-wrapper {
  position: relative;
}
.cid-u6Wn7aBoBI .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6Wn7aBoBI .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6Wn7aBoBI .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u6Wn7aBoBI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6Wn7aBoBI .mbr-section-title {
  color: #213b86;
}
.cid-u6Wn7aBoBI .mbr-text,
.cid-u6Wn7aBoBI .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u6Wn7aBoBI .item-title {
  text-align: center;
}
.cid-u6Wn7aBoBI .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u6Wn7aBoBI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u6Wn7aBoBI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u6Wn7aBoBI .embla__button--next,
.cid-u6Wn7aBoBI .embla__button--prev {
  display: flex;
}
.cid-u6Wn7aBoBI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6Wn7aBoBI .embla__button {
    display: none;
  }
}
.cid-u6Wn7aBoBI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6Wn7aBoBI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u6Wn7aBoBI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6Wn7aBoBI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6Wn7aBoBI .embla__button {
    top: auto;
  }
}
.cid-u6Wn7aBoBI .embla {
  position: relative;
  width: 100%;
}
.cid-u6Wn7aBoBI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6Wn7aBoBI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6Wn7aBoBI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6Wn7aBoBI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6Wn7bwrGz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem4-996x663.jpg");
}
.cid-u6Wn7bwrGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn7bwrGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Wn7bwrGz .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u6Wn7bwrGz .container {
    max-width: 1400px;
  }
}
.cid-u6Wn7bwrGz .card {
  margin: auto;
}
.cid-u6Wn7bwrGz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u6Wn7bwrGz .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6Wn7bwrGz .row {
  justify-content: center;
}
.cid-u6Wn7bwrGz H3 {
  color: #213b86;
}
.cid-u6Wn7bwrGz .card-title,
.cid-u6Wn7bwrGz .card-box {
  color: #0c2c68;
}
.cid-u6Wn7c3PAP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u6Wn7c3PAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn7c3PAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Wn7cudfI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem5-1060x596.jpg");
}
.cid-u6Wn7cudfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn7cudfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Wn7cudfI .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u6Wn7cudfI .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6Wn7cudfI .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u6Wn7cudfI .card-title {
  color: #ffffff;
}
.cid-u6Wn7cudfI .card-text {
  color: #ffffff;
}
.cid-u6Wn7d1lXn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6Wn7d1lXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wn7d1lXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Wn7d1lXn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u6Wn7d1lXn .panel-group {
  border: none;
}
.cid-u6Wn7d1lXn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6Wn7d1lXn .panel-body,
.cid-u6Wn7d1lXn .card-header {
  padding: 1rem 0;
}
.cid-u6Wn7d1lXn .panel-title-edit {
  color: #213b86;
}
.cid-u6Wn7d1lXn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u6Wn7d1lXn .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u6WjICTYMY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6WjICTYMY nav.navbar {
  position: fixed;
}
.cid-u6WjICTYMY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6WjICTYMY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6WjICTYMY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6WjICTYMY .dropdown-item:hover,
.cid-u6WjICTYMY .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u6WjICTYMY .dropdown-item:hover span {
  color: white;
}
.cid-u6WjICTYMY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6WjICTYMY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6WjICTYMY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6WjICTYMY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6WjICTYMY .nav-link {
  position: relative;
}
.cid-u6WjICTYMY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6WjICTYMY .container {
    flex-wrap: wrap;
  }
}
.cid-u6WjICTYMY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6WjICTYMY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6WjICTYMY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6WjICTYMY .dropdown-menu,
.cid-u6WjICTYMY .navbar.opened {
  background: #ffffff !important;
}
.cid-u6WjICTYMY .nav-item:focus,
.cid-u6WjICTYMY .nav-link:focus {
  outline: none;
}
.cid-u6WjICTYMY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6WjICTYMY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6WjICTYMY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6WjICTYMY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6WjICTYMY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6WjICTYMY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6WjICTYMY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6WjICTYMY .navbar.opened {
  transition: all 0.3s;
}
.cid-u6WjICTYMY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6WjICTYMY .navbar .navbar-logo img {
  width: auto;
}
.cid-u6WjICTYMY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6WjICTYMY .navbar.collapsed {
  justify-content: center;
}
.cid-u6WjICTYMY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6WjICTYMY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6WjICTYMY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u6WjICTYMY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6WjICTYMY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6WjICTYMY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6WjICTYMY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6WjICTYMY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6WjICTYMY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6WjICTYMY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6WjICTYMY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6WjICTYMY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6WjICTYMY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6WjICTYMY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6WjICTYMY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6WjICTYMY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6WjICTYMY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6WjICTYMY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6WjICTYMY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6WjICTYMY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6WjICTYMY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6WjICTYMY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6WjICTYMY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6WjICTYMY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6WjICTYMY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6WjICTYMY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6WjICTYMY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6WjICTYMY .dropdown-item.active,
.cid-u6WjICTYMY .dropdown-item:active {
  background-color: transparent;
}
.cid-u6WjICTYMY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6WjICTYMY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6WjICTYMY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6WjICTYMY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6WjICTYMY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6WjICTYMY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6WjICTYMY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6WjICTYMY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6WjICTYMY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6WjICTYMY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6WjICTYMY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6WjICTYMY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6WjICTYMY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6WjICTYMY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6WjICTYMY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6WjICTYMY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6WjICTYMY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6WjICTYMY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6WjICTYMY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6WjICTYMY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6WjICTYMY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6WjICTYMY .navbar {
    height: 70px;
  }
  .cid-u6WjICTYMY .navbar.opened {
    height: auto;
  }
  .cid-u6WjICTYMY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6WjIDfkA2 {
  background-image: url("../../../assets/images/gesto-de-finanas-1000x667.jpg");
}
.cid-u6WjIDfkA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIDfkA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WjIDfkA2 .mbr-text,
.cid-u6WjIDfkA2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6WjIDfkA2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6WjIDfkA2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6WjIDOKo5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u6WjIDOKo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIDOKo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u6WjIDOKo5 .container {
    max-width: 1400px;
  }
}
.cid-u6WjIDOKo5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u6WjIDOKo5 .row {
  justify-content: center;
}
.cid-u6WjIDOKo5 .card-title,
.cid-u6WjIDOKo5 .iconfont-wrapper {
  color: #ffffff;
}
.cid-u6WjIDOKo5 .card-text {
  color: #ffffff;
}
.cid-u6WjIEtP0T {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6WjIEtP0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIEtP0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WjIERxZ0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u6WjIERxZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIERxZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WjIERxZ0 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6WjIERxZ0 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u6WjIFpbwB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6WjIFpbwB img,
.cid-u6WjIFpbwB .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u6WjIFpbwB .item:focus,
.cid-u6WjIFpbwB span:focus {
  outline: none;
}
.cid-u6WjIFpbwB .item-wrapper {
  position: relative;
}
.cid-u6WjIFpbwB .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6WjIFpbwB .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6WjIFpbwB .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u6WjIFpbwB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6WjIFpbwB .mbr-section-title {
  color: #213b86;
}
.cid-u6WjIFpbwB .mbr-text,
.cid-u6WjIFpbwB .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u6WjIFpbwB .item-title {
  text-align: center;
}
.cid-u6WjIFpbwB .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u6WjIFpbwB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u6WjIFpbwB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u6WjIFpbwB .embla__button--next,
.cid-u6WjIFpbwB .embla__button--prev {
  display: flex;
}
.cid-u6WjIFpbwB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u6WjIFpbwB .embla__button {
    display: none;
  }
}
.cid-u6WjIFpbwB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6WjIFpbwB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u6WjIFpbwB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6WjIFpbwB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6WjIFpbwB .embla__button {
    top: auto;
  }
}
.cid-u6WjIFpbwB .embla {
  position: relative;
  width: 100%;
}
.cid-u6WjIFpbwB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6WjIFpbwB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6WjIFpbwB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6WjIFpbwB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6WjIGleqn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem44-626x417.jpg");
}
.cid-u6WjIGleqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIGleqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WjIGleqn .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u6WjIGleqn .container {
    max-width: 1400px;
  }
}
.cid-u6WjIGleqn .card {
  margin: auto;
}
.cid-u6WjIGleqn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u6WjIGleqn .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6WjIGleqn .row {
  justify-content: center;
}
.cid-u6WjIGleqn H3 {
  color: #213b86;
}
.cid-u6WjIGleqn .card-title,
.cid-u6WjIGleqn .card-box {
  color: #0c2c68;
}
.cid-u6WjIGHlA3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u6WjIGHlA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIGHlA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WjIH0EvE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem45-1060x593.jpg");
}
.cid-u6WjIH0EvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIH0EvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WjIH0EvE .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u6WjIH0EvE .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6WjIH0EvE .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u6WjIH0EvE .card-title {
  color: #ffffff;
}
.cid-u6WjIH0EvE .card-text {
  color: #ffffff;
}
.cid-u6WjIHBS2L {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6WjIHBS2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WjIHBS2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WjIHBS2L .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u6WjIHBS2L .panel-group {
  border: none;
}
.cid-u6WjIHBS2L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6WjIHBS2L .panel-body,
.cid-u6WjIHBS2L .card-header {
  padding: 1rem 0;
}
.cid-u6WjIHBS2L .panel-title-edit {
  color: #213b86;
}
.cid-u6WjIHBS2L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u6WjIHBS2L .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4AXwIYTeV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4AXwIYTeV nav.navbar {
  position: fixed;
}
.cid-u4AXwIYTeV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4AXwIYTeV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4AXwIYTeV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4AXwIYTeV .dropdown-item:hover,
.cid-u4AXwIYTeV .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4AXwIYTeV .dropdown-item:hover span {
  color: white;
}
.cid-u4AXwIYTeV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4AXwIYTeV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4AXwIYTeV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4AXwIYTeV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4AXwIYTeV .nav-link {
  position: relative;
}
.cid-u4AXwIYTeV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4AXwIYTeV .container {
    flex-wrap: wrap;
  }
}
.cid-u4AXwIYTeV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4AXwIYTeV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4AXwIYTeV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4AXwIYTeV .dropdown-menu,
.cid-u4AXwIYTeV .navbar.opened {
  background: #ffffff !important;
}
.cid-u4AXwIYTeV .nav-item:focus,
.cid-u4AXwIYTeV .nav-link:focus {
  outline: none;
}
.cid-u4AXwIYTeV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4AXwIYTeV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4AXwIYTeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4AXwIYTeV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4AXwIYTeV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4AXwIYTeV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4AXwIYTeV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4AXwIYTeV .navbar.opened {
  transition: all 0.3s;
}
.cid-u4AXwIYTeV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4AXwIYTeV .navbar .navbar-logo img {
  width: auto;
}
.cid-u4AXwIYTeV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4AXwIYTeV .navbar.collapsed {
  justify-content: center;
}
.cid-u4AXwIYTeV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4AXwIYTeV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4AXwIYTeV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4AXwIYTeV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4AXwIYTeV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4AXwIYTeV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4AXwIYTeV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4AXwIYTeV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4AXwIYTeV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4AXwIYTeV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4AXwIYTeV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4AXwIYTeV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4AXwIYTeV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4AXwIYTeV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4AXwIYTeV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4AXwIYTeV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4AXwIYTeV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4AXwIYTeV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4AXwIYTeV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4AXwIYTeV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4AXwIYTeV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4AXwIYTeV .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4AXwIYTeV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4AXwIYTeV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4AXwIYTeV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4AXwIYTeV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4AXwIYTeV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4AXwIYTeV .dropdown-item.active,
.cid-u4AXwIYTeV .dropdown-item:active {
  background-color: transparent;
}
.cid-u4AXwIYTeV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4AXwIYTeV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4AXwIYTeV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4AXwIYTeV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4AXwIYTeV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4AXwIYTeV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4AXwIYTeV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4AXwIYTeV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4AXwIYTeV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4AXwIYTeV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4AXwIYTeV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4AXwIYTeV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4AXwIYTeV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4AXwIYTeV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4AXwIYTeV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4AXwIYTeV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4AXwIYTeV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4AXwIYTeV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4AXwIYTeV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4AXwIYTeV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4AXwIYTeV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4AXwIYTeV .navbar {
    height: 70px;
  }
  .cid-u4AXwIYTeV .navbar.opened {
    height: auto;
  }
  .cid-u4AXwIYTeV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4AXwJqSYP {
  background-image: url("../../../assets/images/engineer-meeting-architectural-project-working-with-partner-2000x1333.jpg");
}
.cid-u4AXwJqSYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AXwJqSYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AXwJqSYP .mbr-text,
.cid-u4AXwJqSYP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4AXwJqSYP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4AXwJqSYP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4AXwJOzt2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4AXwJOzt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AXwJOzt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4AXwJOzt2 .container {
    max-width: 1400px;
  }
}
.cid-u4AXwJOzt2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4AXwJOzt2 .row {
  justify-content: center;
}
.cid-u4AXwJOzt2 .card-title,
.cid-u4AXwJOzt2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4AXwJOzt2 .card-text {
  color: #ffffff;
}
.cid-u6Wd8NFrPS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Wd8NFrPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Wd8NFrPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AXwKMmmb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4AXwKMmmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AXwKMmmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AXwKMmmb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4AXwKMmmb .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4AXwL6HSl {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4AXwL6HSl img,
.cid-u4AXwL6HSl .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4AXwL6HSl .item:focus,
.cid-u4AXwL6HSl span:focus {
  outline: none;
}
.cid-u4AXwL6HSl .item-wrapper {
  position: relative;
}
.cid-u4AXwL6HSl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4AXwL6HSl .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4AXwL6HSl .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4AXwL6HSl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4AXwL6HSl .mbr-section-title {
  color: #213b86;
}
.cid-u4AXwL6HSl .mbr-text,
.cid-u4AXwL6HSl .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4AXwL6HSl .item-title {
  text-align: center;
}
.cid-u4AXwL6HSl .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4AXwL6HSl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4AXwL6HSl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4AXwL6HSl .embla__button--next,
.cid-u4AXwL6HSl .embla__button--prev {
  display: flex;
}
.cid-u4AXwL6HSl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u4AXwL6HSl .embla__button {
    display: none;
  }
}
.cid-u4AXwL6HSl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4AXwL6HSl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4AXwL6HSl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4AXwL6HSl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4AXwL6HSl .embla__button {
    top: auto;
  }
}
.cid-u4AXwL6HSl .embla {
  position: relative;
  width: 100%;
}
.cid-u4AXwL6HSl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4AXwL6HSl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4AXwL6HSl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4AXwL6HSl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4AXwLTheQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem12-1060x596.jpg");
}
.cid-u4AXwLTheQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AXwLTheQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AXwLTheQ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4AXwLTheQ .container {
    max-width: 1400px;
  }
}
.cid-u4AXwLTheQ .card {
  margin: auto;
}
.cid-u4AXwLTheQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4AXwLTheQ .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4AXwLTheQ .row {
  justify-content: center;
}
.cid-u4AXwLTheQ H3 {
  color: #213b86;
}
.cid-u4AXwLTheQ .card-title,
.cid-u4AXwLTheQ .card-box {
  color: #0c2c68;
}
.cid-u4AXwMmdC8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4AXwMmdC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AXwMmdC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AXwMFlvF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem15-996x665.jpg");
}
.cid-u4AXwMFlvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AXwMFlvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AXwMFlvF .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4AXwMFlvF .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4AXwMFlvF .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4AXwMFlvF .card-title {
  color: #ffffff;
}
.cid-u4AXwMFlvF .card-text {
  color: #ffffff;
}
.cid-u4AXwN167T {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4AXwN167T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AXwN167T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AXwN167T .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4AXwN167T .panel-group {
  border: none;
}
.cid-u4AXwN167T .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4AXwN167T .panel-body,
.cid-u4AXwN167T .card-header {
  padding: 1rem 0;
}
.cid-u4AXwN167T .panel-title-edit {
  color: #213b86;
}
.cid-u4AXwN167T .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4AXwN167T .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4Av2HzJgk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4Av2HzJgk nav.navbar {
  position: fixed;
}
.cid-u4Av2HzJgk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4Av2HzJgk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4Av2HzJgk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4Av2HzJgk .dropdown-item:hover,
.cid-u4Av2HzJgk .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4Av2HzJgk .dropdown-item:hover span {
  color: white;
}
.cid-u4Av2HzJgk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4Av2HzJgk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4Av2HzJgk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4Av2HzJgk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4Av2HzJgk .nav-link {
  position: relative;
}
.cid-u4Av2HzJgk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4Av2HzJgk .container {
    flex-wrap: wrap;
  }
}
.cid-u4Av2HzJgk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4Av2HzJgk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4Av2HzJgk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4Av2HzJgk .dropdown-menu,
.cid-u4Av2HzJgk .navbar.opened {
  background: #ffffff !important;
}
.cid-u4Av2HzJgk .nav-item:focus,
.cid-u4Av2HzJgk .nav-link:focus {
  outline: none;
}
.cid-u4Av2HzJgk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4Av2HzJgk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4Av2HzJgk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4Av2HzJgk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4Av2HzJgk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4Av2HzJgk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4Av2HzJgk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4Av2HzJgk .navbar.opened {
  transition: all 0.3s;
}
.cid-u4Av2HzJgk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4Av2HzJgk .navbar .navbar-logo img {
  width: auto;
}
.cid-u4Av2HzJgk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4Av2HzJgk .navbar.collapsed {
  justify-content: center;
}
.cid-u4Av2HzJgk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4Av2HzJgk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4Av2HzJgk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4Av2HzJgk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4Av2HzJgk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4Av2HzJgk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4Av2HzJgk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4Av2HzJgk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4Av2HzJgk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4Av2HzJgk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4Av2HzJgk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4Av2HzJgk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4Av2HzJgk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4Av2HzJgk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4Av2HzJgk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4Av2HzJgk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4Av2HzJgk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4Av2HzJgk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4Av2HzJgk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4Av2HzJgk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4Av2HzJgk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4Av2HzJgk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4Av2HzJgk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4Av2HzJgk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4Av2HzJgk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4Av2HzJgk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4Av2HzJgk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4Av2HzJgk .dropdown-item.active,
.cid-u4Av2HzJgk .dropdown-item:active {
  background-color: transparent;
}
.cid-u4Av2HzJgk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4Av2HzJgk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4Av2HzJgk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4Av2HzJgk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4Av2HzJgk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4Av2HzJgk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4Av2HzJgk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4Av2HzJgk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4Av2HzJgk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4Av2HzJgk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4Av2HzJgk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4Av2HzJgk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4Av2HzJgk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4Av2HzJgk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4Av2HzJgk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Av2HzJgk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4Av2HzJgk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4Av2HzJgk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Av2HzJgk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4Av2HzJgk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4Av2HzJgk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4Av2HzJgk .navbar {
    height: 70px;
  }
  .cid-u4Av2HzJgk .navbar.opened {
    height: auto;
  }
  .cid-u4Av2HzJgk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4Av2I0RHl {
  background-image: url("../../../assets/images/imagem16-626x389.jpg");
}
.cid-u4Av2I0RHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Av2I0RHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Av2I0RHl .mbr-text,
.cid-u4Av2I0RHl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4Av2I0RHl .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4Av2I0RHl .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4Av2IsMFx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4Av2IsMFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Av2IsMFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4Av2IsMFx .container {
    max-width: 1400px;
  }
}
.cid-u4Av2IsMFx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4Av2IsMFx .row {
  justify-content: center;
}
.cid-u4Av2IsMFx .card-title,
.cid-u4Av2IsMFx .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4Av2IsMFx .card-text {
  color: #ffffff;
}
.cid-u6VFtvOq1q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6VFtvOq1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VFtvOq1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Av2JAPwb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4Av2JAPwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Av2JAPwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Av2JAPwb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4Av2JAPwb .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4Av2JVa6Y {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4Av2JVa6Y img,
.cid-u4Av2JVa6Y .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4Av2JVa6Y .item:focus,
.cid-u4Av2JVa6Y span:focus {
  outline: none;
}
.cid-u4Av2JVa6Y .item-wrapper {
  position: relative;
}
.cid-u4Av2JVa6Y .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4Av2JVa6Y .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4Av2JVa6Y .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4Av2JVa6Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4Av2JVa6Y .mbr-section-title {
  color: #213b86;
}
.cid-u4Av2JVa6Y .mbr-text,
.cid-u4Av2JVa6Y .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4Av2JVa6Y .item-title {
  text-align: center;
}
.cid-u4Av2JVa6Y .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4Av2JVa6Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4Av2JVa6Y .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4Av2JVa6Y .embla__button--next,
.cid-u4Av2JVa6Y .embla__button--prev {
  display: flex;
}
.cid-u4Av2JVa6Y .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4Av2JVa6Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4Av2JVa6Y .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4Av2JVa6Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4Av2JVa6Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4Av2JVa6Y .embla__button {
    top: auto;
  }
}
.cid-u4Av2JVa6Y .embla {
  position: relative;
  width: 100%;
}
.cid-u4Av2JVa6Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4Av2JVa6Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4Av2JVa6Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4Av2JVa6Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4Av2KJYAg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem21-996x445.jpg");
}
.cid-u4Av2KJYAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Av2KJYAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Av2KJYAg .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4Av2KJYAg .container {
    max-width: 1400px;
  }
}
.cid-u4Av2KJYAg .card {
  margin: auto;
}
.cid-u4Av2KJYAg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4Av2KJYAg .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4Av2KJYAg .row {
  justify-content: center;
}
.cid-u4Av2KJYAg H3 {
  color: #213b86;
}
.cid-u4Av2KJYAg .card-title,
.cid-u4Av2KJYAg .card-box {
  color: #0c2c68;
}
.cid-u4Av2L8uBP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4Av2L8uBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Av2L8uBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Av2LvbXW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem22-996x664.jpg");
}
.cid-u4Av2LvbXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Av2LvbXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Av2LvbXW .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4Av2LvbXW .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4Av2LvbXW .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4Av2LvbXW .card-title {
  color: #ffffff;
}
.cid-u4Av2LvbXW .card-text {
  color: #ffffff;
}
.cid-u4Av2LV28f {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4Av2LV28f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Av2LV28f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Av2LV28f .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4Av2LV28f .panel-group {
  border: none;
}
.cid-u4Av2LV28f .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4Av2LV28f .panel-body,
.cid-u4Av2LV28f .card-header {
  padding: 1rem 0;
}
.cid-u4Av2LV28f .panel-title-edit {
  color: #213b86;
}
.cid-u4Av2LV28f .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4Av2LV28f .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4zKoVeFx7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4zKoVeFx7 nav.navbar {
  position: fixed;
}
.cid-u4zKoVeFx7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zKoVeFx7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zKoVeFx7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zKoVeFx7 .dropdown-item:hover,
.cid-u4zKoVeFx7 .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4zKoVeFx7 .dropdown-item:hover span {
  color: white;
}
.cid-u4zKoVeFx7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zKoVeFx7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zKoVeFx7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4zKoVeFx7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zKoVeFx7 .nav-link {
  position: relative;
}
.cid-u4zKoVeFx7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4zKoVeFx7 .container {
    flex-wrap: wrap;
  }
}
.cid-u4zKoVeFx7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4zKoVeFx7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4zKoVeFx7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4zKoVeFx7 .dropdown-menu,
.cid-u4zKoVeFx7 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zKoVeFx7 .nav-item:focus,
.cid-u4zKoVeFx7 .nav-link:focus {
  outline: none;
}
.cid-u4zKoVeFx7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zKoVeFx7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zKoVeFx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zKoVeFx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zKoVeFx7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zKoVeFx7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zKoVeFx7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zKoVeFx7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zKoVeFx7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zKoVeFx7 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zKoVeFx7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zKoVeFx7 .navbar.collapsed {
  justify-content: center;
}
.cid-u4zKoVeFx7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zKoVeFx7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zKoVeFx7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4zKoVeFx7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zKoVeFx7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zKoVeFx7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4zKoVeFx7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zKoVeFx7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zKoVeFx7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zKoVeFx7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zKoVeFx7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zKoVeFx7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zKoVeFx7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zKoVeFx7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4zKoVeFx7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zKoVeFx7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zKoVeFx7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zKoVeFx7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zKoVeFx7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zKoVeFx7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4zKoVeFx7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4zKoVeFx7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zKoVeFx7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zKoVeFx7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zKoVeFx7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zKoVeFx7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zKoVeFx7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zKoVeFx7 .dropdown-item.active,
.cid-u4zKoVeFx7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zKoVeFx7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zKoVeFx7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zKoVeFx7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zKoVeFx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zKoVeFx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zKoVeFx7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zKoVeFx7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zKoVeFx7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zKoVeFx7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zKoVeFx7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zKoVeFx7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zKoVeFx7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zKoVeFx7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zKoVeFx7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zKoVeFx7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zKoVeFx7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zKoVeFx7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zKoVeFx7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zKoVeFx7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4zKoVeFx7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zKoVeFx7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4zKoVeFx7 .navbar {
    height: 70px;
  }
  .cid-u4zKoVeFx7 .navbar.opened {
    height: auto;
  }
  .cid-u4zKoVeFx7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zKoVYrvJ {
  background-image: url("../../../assets/images/imagem11-626x417.jpg");
}
.cid-u4zKoVYrvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zKoVYrvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zKoVYrvJ .mbr-text,
.cid-u4zKoVYrvJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4zKoVYrvJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4zKoVYrvJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4zKoWJLe4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4zKoWJLe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zKoWJLe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4zKoWJLe4 .container {
    max-width: 1400px;
  }
}
.cid-u4zKoWJLe4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4zKoWJLe4 .row {
  justify-content: center;
}
.cid-u4zKoWJLe4 .card-title,
.cid-u4zKoWJLe4 .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4zKoWJLe4 .card-text {
  color: #ffffff;
}
.cid-u6Vlz7scVY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Vlz7scVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Vlz7scVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zKoYnqja {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4zKoYnqja .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zKoYnqja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zKoYnqja .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4zKoYnqja .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4zKoYUepU {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4zKoYUepU img,
.cid-u4zKoYUepU .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4zKoYUepU .item:focus,
.cid-u4zKoYUepU span:focus {
  outline: none;
}
.cid-u4zKoYUepU .item-wrapper {
  position: relative;
}
.cid-u4zKoYUepU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4zKoYUepU .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4zKoYUepU .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4zKoYUepU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4zKoYUepU .mbr-section-title {
  color: #213b86;
}
.cid-u4zKoYUepU .mbr-text,
.cid-u4zKoYUepU .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4zKoYUepU .item-title {
  text-align: center;
}
.cid-u4zKoYUepU .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4zKoYUepU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4zKoYUepU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4zKoYUepU .embla__button--next,
.cid-u4zKoYUepU .embla__button--prev {
  display: flex;
}
.cid-u4zKoYUepU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u4zKoYUepU .embla__button {
    display: none;
  }
}
.cid-u4zKoYUepU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4zKoYUepU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4zKoYUepU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4zKoYUepU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4zKoYUepU .embla__button {
    top: auto;
  }
}
.cid-u4zKoYUepU .embla {
  position: relative;
  width: 100%;
}
.cid-u4zKoYUepU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4zKoYUepU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4zKoYUepU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4zKoYUepU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4zKoZWfbk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem12-1060x596.jpg");
}
.cid-u4zKoZWfbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zKoZWfbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zKoZWfbk .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4zKoZWfbk .container {
    max-width: 1400px;
  }
}
.cid-u4zKoZWfbk .card {
  margin: auto;
}
.cid-u4zKoZWfbk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4zKoZWfbk .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4zKoZWfbk .row {
  justify-content: center;
}
.cid-u4zKoZWfbk H3 {
  color: #213b86;
}
.cid-u4zKoZWfbk .card-title,
.cid-u4zKoZWfbk .card-box {
  color: #0c2c68;
}
.cid-u4zKp0wEEz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4zKp0wEEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zKp0wEEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zKp0Wmy0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem15-996x665.jpg");
}
.cid-u4zKp0Wmy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zKp0Wmy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zKp0Wmy0 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4zKp0Wmy0 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4zKp0Wmy0 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4zKp0Wmy0 .card-title {
  color: #ffffff;
}
.cid-u4zKp0Wmy0 .card-text {
  color: #ffffff;
}
.cid-u4zKp1urOx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4zKp1urOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zKp1urOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zKp1urOx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4zKp1urOx .panel-group {
  border: none;
}
.cid-u4zKp1urOx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4zKp1urOx .panel-body,
.cid-u4zKp1urOx .card-header {
  padding: 1rem 0;
}
.cid-u4zKp1urOx .panel-title-edit {
  color: #213b86;
}
.cid-u4zKp1urOx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4zKp1urOx .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u6WNkAIV8e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6WNkAIV8e nav.navbar {
  position: fixed;
}
.cid-u6WNkAIV8e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6WNkAIV8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6WNkAIV8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6WNkAIV8e .dropdown-item:hover,
.cid-u6WNkAIV8e .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u6WNkAIV8e .dropdown-item:hover span {
  color: white;
}
.cid-u6WNkAIV8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6WNkAIV8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6WNkAIV8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6WNkAIV8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6WNkAIV8e .nav-link {
  position: relative;
}
.cid-u6WNkAIV8e .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6WNkAIV8e .container {
    flex-wrap: wrap;
  }
}
.cid-u6WNkAIV8e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6WNkAIV8e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6WNkAIV8e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6WNkAIV8e .dropdown-menu,
.cid-u6WNkAIV8e .navbar.opened {
  background: #ffffff !important;
}
.cid-u6WNkAIV8e .nav-item:focus,
.cid-u6WNkAIV8e .nav-link:focus {
  outline: none;
}
.cid-u6WNkAIV8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6WNkAIV8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6WNkAIV8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6WNkAIV8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6WNkAIV8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6WNkAIV8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6WNkAIV8e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6WNkAIV8e .navbar.opened {
  transition: all 0.3s;
}
.cid-u6WNkAIV8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6WNkAIV8e .navbar .navbar-logo img {
  width: auto;
}
.cid-u6WNkAIV8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6WNkAIV8e .navbar.collapsed {
  justify-content: center;
}
.cid-u6WNkAIV8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6WNkAIV8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6WNkAIV8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u6WNkAIV8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6WNkAIV8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6WNkAIV8e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6WNkAIV8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6WNkAIV8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6WNkAIV8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6WNkAIV8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6WNkAIV8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6WNkAIV8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6WNkAIV8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6WNkAIV8e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6WNkAIV8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6WNkAIV8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6WNkAIV8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6WNkAIV8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6WNkAIV8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6WNkAIV8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6WNkAIV8e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6WNkAIV8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6WNkAIV8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6WNkAIV8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6WNkAIV8e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6WNkAIV8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6WNkAIV8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6WNkAIV8e .dropdown-item.active,
.cid-u6WNkAIV8e .dropdown-item:active {
  background-color: transparent;
}
.cid-u6WNkAIV8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6WNkAIV8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6WNkAIV8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6WNkAIV8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6WNkAIV8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6WNkAIV8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6WNkAIV8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6WNkAIV8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6WNkAIV8e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6WNkAIV8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6WNkAIV8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6WNkAIV8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6WNkAIV8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6WNkAIV8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6WNkAIV8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6WNkAIV8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6WNkAIV8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6WNkAIV8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6WNkAIV8e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6WNkAIV8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6WNkAIV8e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6WNkAIV8e .navbar {
    height: 70px;
  }
  .cid-u6WNkAIV8e .navbar.opened {
    height: auto;
  }
  .cid-u6WNkAIV8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6WNkB8Hqa {
  background-image: url("../../../assets/images/reuniao-do-grupo-de-apoio-a-terapia-psicologica-1000x667.jpg");
}
.cid-u6WNkB8Hqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkB8Hqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WNkB8Hqa .mbr-text,
.cid-u6WNkB8Hqa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6WNkB8Hqa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6WNkB8Hqa .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6WNkBtXOH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u6WNkBtXOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkBtXOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u6WNkBtXOH .container {
    max-width: 1400px;
  }
}
.cid-u6WNkBtXOH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u6WNkBtXOH .row {
  justify-content: center;
}
.cid-u6WNkBtXOH .card-title,
.cid-u6WNkBtXOH .iconfont-wrapper {
  color: #ffffff;
}
.cid-u6WNkBtXOH .card-text {
  color: #ffffff;
}
.cid-u6WNkBXQHE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6WNkBXQHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkBXQHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WNkCuN9z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u6WNkCuN9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkCuN9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WNkCuN9z .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6WNkCuN9z .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u6WNkD2ddK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6WNkD2ddK img,
.cid-u6WNkD2ddK .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u6WNkD2ddK .item:focus,
.cid-u6WNkD2ddK span:focus {
  outline: none;
}
.cid-u6WNkD2ddK .item-wrapper {
  position: relative;
}
.cid-u6WNkD2ddK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6WNkD2ddK .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6WNkD2ddK .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u6WNkD2ddK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6WNkD2ddK .mbr-section-title {
  color: #213b86;
}
.cid-u6WNkD2ddK .mbr-text,
.cid-u6WNkD2ddK .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u6WNkD2ddK .item-title {
  text-align: center;
}
.cid-u6WNkD2ddK .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u6WNkD2ddK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u6WNkD2ddK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u6WNkD2ddK .embla__button--next,
.cid-u6WNkD2ddK .embla__button--prev {
  display: flex;
}
.cid-u6WNkD2ddK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u6WNkD2ddK .embla__button {
    display: none;
  }
}
.cid-u6WNkD2ddK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6WNkD2ddK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u6WNkD2ddK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6WNkD2ddK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6WNkD2ddK .embla__button {
    top: auto;
  }
}
.cid-u6WNkD2ddK .embla {
  position: relative;
  width: 100%;
}
.cid-u6WNkD2ddK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6WNkD2ddK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6WNkD2ddK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6WNkD2ddK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6WNkDSId9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem30-996x663.jpg");
}
.cid-u6WNkDSId9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkDSId9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WNkDSId9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u6WNkDSId9 .container {
    max-width: 1400px;
  }
}
.cid-u6WNkDSId9 .card {
  margin: auto;
}
.cid-u6WNkDSId9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u6WNkDSId9 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6WNkDSId9 .row {
  justify-content: center;
}
.cid-u6WNkDSId9 H3 {
  color: #213b86;
}
.cid-u6WNkDSId9 .card-title,
.cid-u6WNkDSId9 .card-box {
  color: #0c2c68;
}
.cid-u6WNkEhyL9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u6WNkEhyL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkEhyL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WNkEN8ZL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem29-626x352.jpg");
}
.cid-u6WNkEN8ZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkEN8ZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WNkEN8ZL .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u6WNkEN8ZL .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6WNkEN8ZL .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u6WNkEN8ZL .card-title {
  color: #ffffff;
}
.cid-u6WNkEN8ZL .card-text {
  color: #ffffff;
}
.cid-u6WNkFbKqO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6WNkFbKqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WNkFbKqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WNkFbKqO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u6WNkFbKqO .panel-group {
  border: none;
}
.cid-u6WNkFbKqO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6WNkFbKqO .panel-body,
.cid-u6WNkFbKqO .card-header {
  padding: 1rem 0;
}
.cid-u6WNkFbKqO .panel-title-edit {
  color: #213b86;
}
.cid-u6WNkFbKqO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u6WNkFbKqO .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4yrmYJ4N6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4yrmYJ4N6 nav.navbar {
  position: fixed;
}
.cid-u4yrmYJ4N6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4yrmYJ4N6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4yrmYJ4N6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4yrmYJ4N6 .dropdown-item:hover,
.cid-u4yrmYJ4N6 .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4yrmYJ4N6 .dropdown-item:hover span {
  color: white;
}
.cid-u4yrmYJ4N6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4yrmYJ4N6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4yrmYJ4N6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4yrmYJ4N6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4yrmYJ4N6 .nav-link {
  position: relative;
}
.cid-u4yrmYJ4N6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4yrmYJ4N6 .container {
    flex-wrap: wrap;
  }
}
.cid-u4yrmYJ4N6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4yrmYJ4N6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4yrmYJ4N6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4yrmYJ4N6 .dropdown-menu,
.cid-u4yrmYJ4N6 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4yrmYJ4N6 .nav-item:focus,
.cid-u4yrmYJ4N6 .nav-link:focus {
  outline: none;
}
.cid-u4yrmYJ4N6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4yrmYJ4N6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4yrmYJ4N6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4yrmYJ4N6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4yrmYJ4N6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4yrmYJ4N6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4yrmYJ4N6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4yrmYJ4N6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4yrmYJ4N6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4yrmYJ4N6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4yrmYJ4N6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4yrmYJ4N6 .navbar.collapsed {
  justify-content: center;
}
.cid-u4yrmYJ4N6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4yrmYJ4N6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4yrmYJ4N6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4yrmYJ4N6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4yrmYJ4N6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4yrmYJ4N6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4yrmYJ4N6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4yrmYJ4N6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4yrmYJ4N6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4yrmYJ4N6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4yrmYJ4N6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4yrmYJ4N6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4yrmYJ4N6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4yrmYJ4N6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4yrmYJ4N6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4yrmYJ4N6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4yrmYJ4N6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4yrmYJ4N6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4yrmYJ4N6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4yrmYJ4N6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4yrmYJ4N6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4yrmYJ4N6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4yrmYJ4N6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4yrmYJ4N6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4yrmYJ4N6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4yrmYJ4N6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4yrmYJ4N6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4yrmYJ4N6 .dropdown-item.active,
.cid-u4yrmYJ4N6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4yrmYJ4N6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4yrmYJ4N6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4yrmYJ4N6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4yrmYJ4N6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4yrmYJ4N6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4yrmYJ4N6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4yrmYJ4N6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4yrmYJ4N6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4yrmYJ4N6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4yrmYJ4N6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4yrmYJ4N6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4yrmYJ4N6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4yrmYJ4N6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4yrmYJ4N6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4yrmYJ4N6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4yrmYJ4N6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4yrmYJ4N6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4yrmYJ4N6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4yrmYJ4N6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4yrmYJ4N6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4yrmYJ4N6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4yrmYJ4N6 .navbar {
    height: 70px;
  }
  .cid-u4yrmYJ4N6 .navbar.opened {
    height: auto;
  }
  .cid-u4yrmYJ4N6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4yrmZiAD2 {
  background-image: url("../../../assets/images/imagem10-626x417.jpg");
}
.cid-u4yrmZiAD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yrmZiAD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yrmZiAD2 .mbr-text,
.cid-u4yrmZiAD2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4yrmZiAD2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4yrmZiAD2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4yrmZScqq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4yrmZScqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yrmZScqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4yrmZScqq .container {
    max-width: 1400px;
  }
}
.cid-u4yrmZScqq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4yrmZScqq .row {
  justify-content: center;
}
.cid-u4yrmZScqq .card-title,
.cid-u4yrmZScqq .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4yrmZScqq .card-text {
  color: #ffffff;
}
.cid-u6UGNvEyvW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UGNvEyvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UGNvEyvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yrn1m5x7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4yrn1m5x7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yrn1m5x7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yrn1m5x7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4yrn1m5x7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4yrn1UIEM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4yrn1UIEM img,
.cid-u4yrn1UIEM .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4yrn1UIEM .item:focus,
.cid-u4yrn1UIEM span:focus {
  outline: none;
}
.cid-u4yrn1UIEM .item-wrapper {
  position: relative;
}
.cid-u4yrn1UIEM .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4yrn1UIEM .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4yrn1UIEM .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4yrn1UIEM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4yrn1UIEM .mbr-section-title {
  color: #213b86;
}
.cid-u4yrn1UIEM .mbr-text,
.cid-u4yrn1UIEM .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4yrn1UIEM .item-title {
  text-align: center;
}
.cid-u4yrn1UIEM .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4yrn1UIEM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4yrn1UIEM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4yrn1UIEM .embla__button--next,
.cid-u4yrn1UIEM .embla__button--prev {
  display: flex;
}
.cid-u4yrn1UIEM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u4yrn1UIEM .embla__button {
    display: none;
  }
}
.cid-u4yrn1UIEM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4yrn1UIEM .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4yrn1UIEM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4yrn1UIEM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4yrn1UIEM .embla__button {
    top: auto;
  }
}
.cid-u4yrn1UIEM .embla {
  position: relative;
  width: 100%;
}
.cid-u4yrn1UIEM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4yrn1UIEM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4yrn1UIEM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4yrn1UIEM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4yrn33JRJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem6-626x417.jpg");
}
.cid-u4yrn33JRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yrn33JRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yrn33JRJ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4yrn33JRJ .container {
    max-width: 1400px;
  }
}
.cid-u4yrn33JRJ .card {
  margin: auto;
}
.cid-u4yrn33JRJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4yrn33JRJ .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4yrn33JRJ .row {
  justify-content: center;
}
.cid-u4yrn33JRJ H3 {
  color: #213b86;
}
.cid-u4yrn33JRJ .card-title,
.cid-u4yrn33JRJ .card-box {
  color: #0c2c68;
}
.cid-u4yrn3v8Zx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4yrn3v8Zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yrn3v8Zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yrn41tDq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem5-996x664.jpg");
}
.cid-u4yrn41tDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yrn41tDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yrn41tDq .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4yrn41tDq .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4yrn41tDq .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4yrn41tDq .card-title {
  color: #ffffff;
}
.cid-u4yrn41tDq .card-text {
  color: #ffffff;
}
.cid-u4yrn4CXBN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4yrn4CXBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yrn4CXBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yrn4CXBN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4yrn4CXBN .panel-group {
  border: none;
}
.cid-u4yrn4CXBN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4yrn4CXBN .panel-body,
.cid-u4yrn4CXBN .card-header {
  padding: 1rem 0;
}
.cid-u4yrn4CXBN .panel-title-edit {
  color: #213b86;
}
.cid-u4yrn4CXBN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4yrn4CXBN .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4FqalmXu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4FqalmXu5 nav.navbar {
  position: fixed;
}
.cid-u4FqalmXu5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4FqalmXu5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4FqalmXu5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4FqalmXu5 .dropdown-item:hover,
.cid-u4FqalmXu5 .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4FqalmXu5 .dropdown-item:hover span {
  color: white;
}
.cid-u4FqalmXu5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4FqalmXu5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4FqalmXu5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4FqalmXu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4FqalmXu5 .nav-link {
  position: relative;
}
.cid-u4FqalmXu5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4FqalmXu5 .container {
    flex-wrap: wrap;
  }
}
.cid-u4FqalmXu5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4FqalmXu5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4FqalmXu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4FqalmXu5 .dropdown-menu,
.cid-u4FqalmXu5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4FqalmXu5 .nav-item:focus,
.cid-u4FqalmXu5 .nav-link:focus {
  outline: none;
}
.cid-u4FqalmXu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4FqalmXu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4FqalmXu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4FqalmXu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4FqalmXu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4FqalmXu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4FqalmXu5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4FqalmXu5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4FqalmXu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4FqalmXu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4FqalmXu5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4FqalmXu5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4FqalmXu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4FqalmXu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4FqalmXu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4FqalmXu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4FqalmXu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4FqalmXu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4FqalmXu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4FqalmXu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4FqalmXu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4FqalmXu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4FqalmXu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4FqalmXu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4FqalmXu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4FqalmXu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4FqalmXu5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4FqalmXu5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4FqalmXu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4FqalmXu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4FqalmXu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4FqalmXu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4FqalmXu5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4FqalmXu5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4FqalmXu5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4FqalmXu5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4FqalmXu5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4FqalmXu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4FqalmXu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4FqalmXu5 .dropdown-item.active,
.cid-u4FqalmXu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4FqalmXu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4FqalmXu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4FqalmXu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4FqalmXu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4FqalmXu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4FqalmXu5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4FqalmXu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4FqalmXu5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4FqalmXu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4FqalmXu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4FqalmXu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4FqalmXu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4FqalmXu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4FqalmXu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4FqalmXu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4FqalmXu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4FqalmXu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4FqalmXu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4FqalmXu5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4FqalmXu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4FqalmXu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4FqalmXu5 .navbar {
    height: 70px;
  }
  .cid-u4FqalmXu5 .navbar.opened {
    height: auto;
  }
  .cid-u4FqalmXu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4FqamkBBW {
  background-image: url("../../../assets/images/imagem31-626x417.jpg");
}
.cid-u4FqamkBBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FqamkBBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FqamkBBW .mbr-text,
.cid-u4FqamkBBW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4FqamkBBW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4FqamkBBW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4FqamT5yQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4FqamT5yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FqamT5yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4FqamT5yQ .container {
    max-width: 1400px;
  }
}
.cid-u4FqamT5yQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4FqamT5yQ .row {
  justify-content: center;
}
.cid-u4FqamT5yQ .card-title,
.cid-u4FqamT5yQ .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4FqamT5yQ .card-text {
  color: #ffffff;
}
.cid-u6QWXKkgbq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6QWXKkgbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6QWXKkgbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FqaouU88 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4FqaouU88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FqaouU88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FqaouU88 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4FqaouU88 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4FqaoWTxO {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4FqaoWTxO img,
.cid-u4FqaoWTxO .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4FqaoWTxO .item:focus,
.cid-u4FqaoWTxO span:focus {
  outline: none;
}
.cid-u4FqaoWTxO .item-wrapper {
  position: relative;
}
.cid-u4FqaoWTxO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4FqaoWTxO .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4FqaoWTxO .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4FqaoWTxO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4FqaoWTxO .mbr-section-title {
  color: #213b86;
}
.cid-u4FqaoWTxO .mbr-text,
.cid-u4FqaoWTxO .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4FqaoWTxO .item-title {
  text-align: center;
}
.cid-u4FqaoWTxO .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4FqaoWTxO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4FqaoWTxO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4FqaoWTxO .embla__button--next,
.cid-u4FqaoWTxO .embla__button--prev {
  display: flex;
}
.cid-u4FqaoWTxO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u4FqaoWTxO .embla__button {
    display: none;
  }
}
.cid-u4FqaoWTxO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4FqaoWTxO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4FqaoWTxO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4FqaoWTxO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4FqaoWTxO .embla__button {
    top: auto;
  }
}
.cid-u4FqaoWTxO .embla {
  position: relative;
  width: 100%;
}
.cid-u4FqaoWTxO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4FqaoWTxO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4FqaoWTxO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4FqaoWTxO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4FqaqcwnF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem36-613x408.jpg");
}
.cid-u4FqaqcwnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FqaqcwnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FqaqcwnF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4FqaqcwnF .container {
    max-width: 1400px;
  }
}
.cid-u4FqaqcwnF .card {
  margin: auto;
}
.cid-u4FqaqcwnF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4FqaqcwnF .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4FqaqcwnF .row {
  justify-content: center;
}
.cid-u4FqaqcwnF H3 {
  color: #213b86;
}
.cid-u4FqaqcwnF .card-title,
.cid-u4FqaqcwnF .card-box {
  color: #0c2c68;
}
.cid-u4Fqaqw9ns {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4Fqaqw9ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Fqaqw9ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FqaqQYhf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem37-996x663.jpg");
}
.cid-u4FqaqQYhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FqaqQYhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FqaqQYhf .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4FqaqQYhf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4FqaqQYhf .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4FqaqQYhf .card-title {
  color: #ffffff;
}
.cid-u4FqaqQYhf .card-text {
  color: #ffffff;
}
.cid-u4FqardGqJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4FqardGqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FqardGqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FqardGqJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4FqardGqJ .panel-group {
  border: none;
}
.cid-u4FqardGqJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4FqardGqJ .panel-body,
.cid-u4FqardGqJ .card-header {
  padding: 1rem 0;
}
.cid-u4FqardGqJ .panel-title-edit {
  color: #213b86;
}
.cid-u4FqardGqJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4FqardGqJ .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4FCBIBrKi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4FCBIBrKi nav.navbar {
  position: fixed;
}
.cid-u4FCBIBrKi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4FCBIBrKi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4FCBIBrKi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4FCBIBrKi .dropdown-item:hover,
.cid-u4FCBIBrKi .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u4FCBIBrKi .dropdown-item:hover span {
  color: white;
}
.cid-u4FCBIBrKi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4FCBIBrKi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4FCBIBrKi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4FCBIBrKi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4FCBIBrKi .nav-link {
  position: relative;
}
.cid-u4FCBIBrKi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4FCBIBrKi .container {
    flex-wrap: wrap;
  }
}
.cid-u4FCBIBrKi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4FCBIBrKi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4FCBIBrKi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4FCBIBrKi .dropdown-menu,
.cid-u4FCBIBrKi .navbar.opened {
  background: #ffffff !important;
}
.cid-u4FCBIBrKi .nav-item:focus,
.cid-u4FCBIBrKi .nav-link:focus {
  outline: none;
}
.cid-u4FCBIBrKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4FCBIBrKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4FCBIBrKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4FCBIBrKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4FCBIBrKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4FCBIBrKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4FCBIBrKi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4FCBIBrKi .navbar.opened {
  transition: all 0.3s;
}
.cid-u4FCBIBrKi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4FCBIBrKi .navbar .navbar-logo img {
  width: auto;
}
.cid-u4FCBIBrKi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4FCBIBrKi .navbar.collapsed {
  justify-content: center;
}
.cid-u4FCBIBrKi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4FCBIBrKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4FCBIBrKi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u4FCBIBrKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4FCBIBrKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4FCBIBrKi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4FCBIBrKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4FCBIBrKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4FCBIBrKi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4FCBIBrKi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4FCBIBrKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4FCBIBrKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4FCBIBrKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4FCBIBrKi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4FCBIBrKi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4FCBIBrKi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4FCBIBrKi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4FCBIBrKi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4FCBIBrKi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4FCBIBrKi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4FCBIBrKi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4FCBIBrKi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4FCBIBrKi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4FCBIBrKi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4FCBIBrKi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4FCBIBrKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4FCBIBrKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4FCBIBrKi .dropdown-item.active,
.cid-u4FCBIBrKi .dropdown-item:active {
  background-color: transparent;
}
.cid-u4FCBIBrKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4FCBIBrKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4FCBIBrKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4FCBIBrKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4FCBIBrKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4FCBIBrKi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4FCBIBrKi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4FCBIBrKi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4FCBIBrKi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4FCBIBrKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4FCBIBrKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4FCBIBrKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4FCBIBrKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4FCBIBrKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4FCBIBrKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4FCBIBrKi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4FCBIBrKi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4FCBIBrKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4FCBIBrKi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4FCBIBrKi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4FCBIBrKi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4FCBIBrKi .navbar {
    height: 70px;
  }
  .cid-u4FCBIBrKi .navbar.opened {
    height: auto;
  }
  .cid-u4FCBIBrKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4FCBJdGXV {
  background-image: url("../../../assets/images/imagem38-626x417.jpg");
}
.cid-u4FCBJdGXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FCBJdGXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FCBJdGXV .mbr-text,
.cid-u4FCBJdGXV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4FCBJdGXV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4FCBJdGXV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u4FCBJx0le {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u4FCBJx0le .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FCBJx0le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u4FCBJx0le .container {
    max-width: 1400px;
  }
}
.cid-u4FCBJx0le .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4FCBJx0le .row {
  justify-content: center;
}
.cid-u4FCBJx0le .card-title,
.cid-u4FCBJx0le .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4FCBJx0le .card-text {
  color: #ffffff;
}
.cid-u6R4yYlmPH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6R4yYlmPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6R4yYlmPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FCBKxZ7t {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u4FCBKxZ7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FCBKxZ7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FCBKxZ7t .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4FCBKxZ7t .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4FCBKSKjE {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4FCBKSKjE img,
.cid-u4FCBKSKjE .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4FCBKSKjE .item:focus,
.cid-u4FCBKSKjE span:focus {
  outline: none;
}
.cid-u4FCBKSKjE .item-wrapper {
  position: relative;
}
.cid-u4FCBKSKjE .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4FCBKSKjE .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4FCBKSKjE .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u4FCBKSKjE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4FCBKSKjE .mbr-section-title {
  color: #213b86;
}
.cid-u4FCBKSKjE .mbr-text,
.cid-u4FCBKSKjE .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u4FCBKSKjE .item-title {
  text-align: center;
}
.cid-u4FCBKSKjE .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u4FCBKSKjE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u4FCBKSKjE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4FCBKSKjE .embla__button--next,
.cid-u4FCBKSKjE .embla__button--prev {
  display: flex;
}
.cid-u4FCBKSKjE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4FCBKSKjE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4FCBKSKjE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u4FCBKSKjE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4FCBKSKjE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4FCBKSKjE .embla__button {
    top: auto;
  }
}
.cid-u4FCBKSKjE .embla {
  position: relative;
  width: 100%;
}
.cid-u4FCBKSKjE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4FCBKSKjE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4FCBKSKjE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4FCBKSKjE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4FCBLHpPy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem44-626x417.jpg");
}
.cid-u4FCBLHpPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FCBLHpPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FCBLHpPy .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4FCBLHpPy .container {
    max-width: 1400px;
  }
}
.cid-u4FCBLHpPy .card {
  margin: auto;
}
.cid-u4FCBLHpPy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u4FCBLHpPy .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4FCBLHpPy .row {
  justify-content: center;
}
.cid-u4FCBLHpPy H3 {
  color: #213b86;
}
.cid-u4FCBLHpPy .card-title,
.cid-u4FCBLHpPy .card-box {
  color: #0c2c68;
}
.cid-u4FCBMbMhv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u4FCBMbMhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FCBMbMhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FCBMvYoi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imagem45-1060x593.jpg");
}
.cid-u4FCBMvYoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FCBMvYoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FCBMvYoi .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4FCBMvYoi .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4FCBMvYoi .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u4FCBMvYoi .card-title {
  color: #ffffff;
}
.cid-u4FCBMvYoi .card-text {
  color: #ffffff;
}
.cid-u4FCBMUBTi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4FCBMUBTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4FCBMUBTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4FCBMUBTi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u4FCBMUBTi .panel-group {
  border: none;
}
.cid-u4FCBMUBTi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4FCBMUBTi .panel-body,
.cid-u4FCBMUBTi .card-header {
  padding: 1rem 0;
}
.cid-u4FCBMUBTi .panel-title-edit {
  color: #213b86;
}
.cid-u4FCBMUBTi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4FCBMUBTi .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u6ZZwsna67 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6ZZwsna67 nav.navbar {
  position: fixed;
}
.cid-u6ZZwsna67 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6ZZwsna67 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6ZZwsna67 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6ZZwsna67 .dropdown-item:hover,
.cid-u6ZZwsna67 .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u6ZZwsna67 .dropdown-item:hover span {
  color: white;
}
.cid-u6ZZwsna67 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6ZZwsna67 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6ZZwsna67 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6ZZwsna67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6ZZwsna67 .nav-link {
  position: relative;
}
.cid-u6ZZwsna67 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6ZZwsna67 .container {
    flex-wrap: wrap;
  }
}
.cid-u6ZZwsna67 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6ZZwsna67 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6ZZwsna67 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6ZZwsna67 .dropdown-menu,
.cid-u6ZZwsna67 .navbar.opened {
  background: #ffffff !important;
}
.cid-u6ZZwsna67 .nav-item:focus,
.cid-u6ZZwsna67 .nav-link:focus {
  outline: none;
}
.cid-u6ZZwsna67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6ZZwsna67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6ZZwsna67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6ZZwsna67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6ZZwsna67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6ZZwsna67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6ZZwsna67 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6ZZwsna67 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6ZZwsna67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6ZZwsna67 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6ZZwsna67 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ZZwsna67 .navbar.collapsed {
  justify-content: center;
}
.cid-u6ZZwsna67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6ZZwsna67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6ZZwsna67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u6ZZwsna67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ZZwsna67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ZZwsna67 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6ZZwsna67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ZZwsna67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6ZZwsna67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6ZZwsna67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6ZZwsna67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ZZwsna67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ZZwsna67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ZZwsna67 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6ZZwsna67 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6ZZwsna67 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ZZwsna67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6ZZwsna67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6ZZwsna67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6ZZwsna67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6ZZwsna67 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6ZZwsna67 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6ZZwsna67 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6ZZwsna67 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6ZZwsna67 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6ZZwsna67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ZZwsna67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ZZwsna67 .dropdown-item.active,
.cid-u6ZZwsna67 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6ZZwsna67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6ZZwsna67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6ZZwsna67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6ZZwsna67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6ZZwsna67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6ZZwsna67 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ZZwsna67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6ZZwsna67 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6ZZwsna67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6ZZwsna67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6ZZwsna67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6ZZwsna67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6ZZwsna67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6ZZwsna67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6ZZwsna67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ZZwsna67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6ZZwsna67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6ZZwsna67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ZZwsna67 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6ZZwsna67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6ZZwsna67 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6ZZwsna67 .navbar {
    height: 70px;
  }
  .cid-u6ZZwsna67 .navbar.opened {
    height: auto;
  }
  .cid-u6ZZwsna67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6ZZwsNPGe {
  background-image: url("../../../assets/images/1620-1000x667.jpg");
}
.cid-u6ZZwsNPGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZZwsNPGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZZwsNPGe .mbr-text,
.cid-u6ZZwsNPGe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6ZZwsNPGe .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6ZZwsNPGe .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6ZZwtlNiU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2c46a1;
}
.cid-u6ZZwtlNiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZZwtlNiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u6ZZwtlNiU .container {
    max-width: 1400px;
  }
}
.cid-u6ZZwtlNiU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u6ZZwtlNiU .row {
  justify-content: center;
}
.cid-u6ZZwtlNiU .card-title,
.cid-u6ZZwtlNiU .iconfont-wrapper {
  color: #ffffff;
}
.cid-u6ZZwtlNiU .card-text {
  color: #ffffff;
}
.cid-u6ZZwuh5es {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6ZZwuh5es .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZZwuh5es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZZwuEHSF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u6ZZwuEHSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZZwuEHSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZZwuEHSF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u6ZZwuEHSF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u6ZZwvkCtQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6ZZwvkCtQ img,
.cid-u6ZZwvkCtQ .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u6ZZwvkCtQ .item:focus,
.cid-u6ZZwvkCtQ span:focus {
  outline: none;
}
.cid-u6ZZwvkCtQ .item-wrapper {
  position: relative;
}
.cid-u6ZZwvkCtQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6ZZwvkCtQ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6ZZwvkCtQ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u6ZZwvkCtQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6ZZwvkCtQ .mbr-section-title {
  color: #213b86;
}
.cid-u6ZZwvkCtQ .mbr-text,
.cid-u6ZZwvkCtQ .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u6ZZwvkCtQ .item-title {
  text-align: center;
}
.cid-u6ZZwvkCtQ .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u6ZZwvkCtQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u6ZZwvkCtQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u6ZZwvkCtQ .embla__button--next,
.cid-u6ZZwvkCtQ .embla__button--prev {
  display: flex;
}
.cid-u6ZZwvkCtQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6ZZwvkCtQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6ZZwvkCtQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u6ZZwvkCtQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6ZZwvkCtQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6ZZwvkCtQ .embla__button {
    top: auto;
  }
}
.cid-u6ZZwvkCtQ .embla {
  position: relative;
  width: 100%;
}
.cid-u6ZZwvkCtQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6ZZwvkCtQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6ZZwvkCtQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6ZZwvkCtQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6ZZww3cxy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/education-day-arrangement-table-with-clock-2000x1333.jpg");
}
.cid-u6ZZww3cxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZZww3cxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZZww3cxy .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u6ZZww3cxy .container {
    max-width: 1400px;
  }
}
.cid-u6ZZww3cxy .card {
  margin: auto;
}
.cid-u6ZZww3cxy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u6ZZww3cxy .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6ZZww3cxy .row {
  justify-content: center;
}
.cid-u6ZZww3cxy H3 {
  color: #213b86;
}
.cid-u6ZZww3cxy .card-title,
.cid-u6ZZww3cxy .card-box {
  color: #0c2c68;
}
.cid-u6ZZwxFcLm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6ZZwxFcLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZZwxFcLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZZwxFcLm .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u6ZZwxFcLm .panel-group {
  border: none;
}
.cid-u6ZZwxFcLm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6ZZwxFcLm .panel-body,
.cid-u6ZZwxFcLm .card-header {
  padding: 1rem 0;
}
.cid-u6ZZwxFcLm .panel-title-edit {
  color: #213b86;
}
.cid-u6ZZwxFcLm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u6ZZwxFcLm .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u70BOEJVye {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u70BOEJVye nav.navbar {
  position: fixed;
}
.cid-u70BOEJVye .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70BOEJVye .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u70BOEJVye .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u70BOEJVye .dropdown-item:hover,
.cid-u70BOEJVye .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u70BOEJVye .dropdown-item:hover span {
  color: white;
}
.cid-u70BOEJVye .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u70BOEJVye .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u70BOEJVye .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u70BOEJVye .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u70BOEJVye .nav-link {
  position: relative;
}
.cid-u70BOEJVye .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u70BOEJVye .container {
    flex-wrap: wrap;
  }
}
.cid-u70BOEJVye .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u70BOEJVye .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u70BOEJVye .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u70BOEJVye .dropdown-menu,
.cid-u70BOEJVye .navbar.opened {
  background: #ffffff !important;
}
.cid-u70BOEJVye .nav-item:focus,
.cid-u70BOEJVye .nav-link:focus {
  outline: none;
}
.cid-u70BOEJVye .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u70BOEJVye .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u70BOEJVye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u70BOEJVye .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70BOEJVye .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70BOEJVye .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70BOEJVye .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u70BOEJVye .navbar.opened {
  transition: all 0.3s;
}
.cid-u70BOEJVye .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u70BOEJVye .navbar .navbar-logo img {
  width: auto;
}
.cid-u70BOEJVye .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u70BOEJVye .navbar.collapsed {
  justify-content: center;
}
.cid-u70BOEJVye .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u70BOEJVye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u70BOEJVye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u70BOEJVye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70BOEJVye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70BOEJVye .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u70BOEJVye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70BOEJVye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u70BOEJVye .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u70BOEJVye .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u70BOEJVye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70BOEJVye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70BOEJVye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70BOEJVye .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u70BOEJVye .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u70BOEJVye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u70BOEJVye .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70BOEJVye .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u70BOEJVye .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u70BOEJVye .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u70BOEJVye .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u70BOEJVye .navbar.navbar-short {
  min-height: 60px;
}
.cid-u70BOEJVye .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u70BOEJVye .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u70BOEJVye .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u70BOEJVye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70BOEJVye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70BOEJVye .dropdown-item.active,
.cid-u70BOEJVye .dropdown-item:active {
  background-color: transparent;
}
.cid-u70BOEJVye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70BOEJVye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u70BOEJVye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u70BOEJVye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u70BOEJVye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u70BOEJVye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u70BOEJVye ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u70BOEJVye .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u70BOEJVye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u70BOEJVye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u70BOEJVye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u70BOEJVye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70BOEJVye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70BOEJVye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u70BOEJVye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70BOEJVye nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u70BOEJVye nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u70BOEJVye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70BOEJVye .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u70BOEJVye a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70BOEJVye .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u70BOEJVye .navbar {
    height: 70px;
  }
  .cid-u70BOEJVye .navbar.opened {
    height: auto;
  }
  .cid-u70BOEJVye .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70BOFfUMZ {
  background-image: url("../../../assets/images/imagem14-996x664.jpg");
}
.cid-u70BOFfUMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70BOFfUMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70BOFfUMZ .mbr-text,
.cid-u70BOFfUMZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u70BOFfUMZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u70BOFfUMZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u770znY0Li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2c46a1;
}
.cid-u770znY0Li .mbr-fallback-image.disabled {
  display: none;
}
.cid-u770znY0Li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u770znY0Li .container {
    max-width: 1400px;
  }
}
.cid-u770znY0Li .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u770znY0Li .row {
  justify-content: center;
}
.cid-u770znY0Li .card-title,
.cid-u770znY0Li .iconfont-wrapper {
  color: #ffffff;
}
.cid-u770znY0Li .card-text {
  color: #ffffff;
}
.cid-u70BOGPk2J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70BOGPk2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70BOGPk2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70BOH7EMp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u70BOH7EMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70BOH7EMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70BOH7EMp .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u70BOH7EMp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u70BOHAIA2 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u70BOHAIA2 img,
.cid-u70BOHAIA2 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u70BOHAIA2 .item:focus,
.cid-u70BOHAIA2 span:focus {
  outline: none;
}
.cid-u70BOHAIA2 .item-wrapper {
  position: relative;
}
.cid-u70BOHAIA2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u70BOHAIA2 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70BOHAIA2 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u70BOHAIA2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u70BOHAIA2 .mbr-section-title {
  color: #213b86;
}
.cid-u70BOHAIA2 .mbr-text,
.cid-u70BOHAIA2 .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u70BOHAIA2 .item-title {
  text-align: center;
}
.cid-u70BOHAIA2 .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u70BOHAIA2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u70BOHAIA2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u70BOHAIA2 .embla__button--next,
.cid-u70BOHAIA2 .embla__button--prev {
  display: flex;
}
.cid-u70BOHAIA2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u70BOHAIA2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70BOHAIA2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u70BOHAIA2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u70BOHAIA2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u70BOHAIA2 .embla__button {
    top: auto;
  }
}
.cid-u70BOHAIA2 .embla {
  position: relative;
  width: 100%;
}
.cid-u70BOHAIA2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u70BOHAIA2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70BOHAIA2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70BOHAIA2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u70BOIdDXq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/education-day-arrangement-table-with-clock-2000x1333.jpg");
}
.cid-u70BOIdDXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70BOIdDXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70BOIdDXq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u70BOIdDXq .container {
    max-width: 1400px;
  }
}
.cid-u70BOIdDXq .card {
  margin: auto;
}
.cid-u70BOIdDXq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u70BOIdDXq .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u70BOIdDXq .row {
  justify-content: center;
}
.cid-u70BOIdDXq H3 {
  color: #213b86;
}
.cid-u70BOIdDXq .card-title,
.cid-u70BOIdDXq .card-box {
  color: #0c2c68;
}
.cid-u70BOIH3xJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u70BOIH3xJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70BOIH3xJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70BOIH3xJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u70BOIH3xJ .panel-group {
  border: none;
}
.cid-u70BOIH3xJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u70BOIH3xJ .panel-body,
.cid-u70BOIH3xJ .card-header {
  padding: 1rem 0;
}
.cid-u70BOIH3xJ .panel-title-edit {
  color: #213b86;
}
.cid-u70BOIH3xJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u70BOIH3xJ .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u71f83zlBj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u71f83zlBj nav.navbar {
  position: fixed;
}
.cid-u71f83zlBj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u71f83zlBj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u71f83zlBj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u71f83zlBj .dropdown-item:hover,
.cid-u71f83zlBj .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u71f83zlBj .dropdown-item:hover span {
  color: white;
}
.cid-u71f83zlBj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u71f83zlBj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u71f83zlBj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u71f83zlBj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u71f83zlBj .nav-link {
  position: relative;
}
.cid-u71f83zlBj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u71f83zlBj .container {
    flex-wrap: wrap;
  }
}
.cid-u71f83zlBj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u71f83zlBj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u71f83zlBj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u71f83zlBj .dropdown-menu,
.cid-u71f83zlBj .navbar.opened {
  background: #ffffff !important;
}
.cid-u71f83zlBj .nav-item:focus,
.cid-u71f83zlBj .nav-link:focus {
  outline: none;
}
.cid-u71f83zlBj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u71f83zlBj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u71f83zlBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u71f83zlBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u71f83zlBj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u71f83zlBj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u71f83zlBj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u71f83zlBj .navbar.opened {
  transition: all 0.3s;
}
.cid-u71f83zlBj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u71f83zlBj .navbar .navbar-logo img {
  width: auto;
}
.cid-u71f83zlBj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u71f83zlBj .navbar.collapsed {
  justify-content: center;
}
.cid-u71f83zlBj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u71f83zlBj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u71f83zlBj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u71f83zlBj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u71f83zlBj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u71f83zlBj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u71f83zlBj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u71f83zlBj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u71f83zlBj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u71f83zlBj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u71f83zlBj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u71f83zlBj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u71f83zlBj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u71f83zlBj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u71f83zlBj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u71f83zlBj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u71f83zlBj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u71f83zlBj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u71f83zlBj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u71f83zlBj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u71f83zlBj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u71f83zlBj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u71f83zlBj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u71f83zlBj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u71f83zlBj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u71f83zlBj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u71f83zlBj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u71f83zlBj .dropdown-item.active,
.cid-u71f83zlBj .dropdown-item:active {
  background-color: transparent;
}
.cid-u71f83zlBj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u71f83zlBj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u71f83zlBj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u71f83zlBj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u71f83zlBj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u71f83zlBj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u71f83zlBj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u71f83zlBj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u71f83zlBj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u71f83zlBj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u71f83zlBj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u71f83zlBj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u71f83zlBj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u71f83zlBj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u71f83zlBj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u71f83zlBj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u71f83zlBj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u71f83zlBj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u71f83zlBj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u71f83zlBj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u71f83zlBj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u71f83zlBj .navbar {
    height: 70px;
  }
  .cid-u71f83zlBj .navbar.opened {
    height: auto;
  }
  .cid-u71f83zlBj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u71f85TpkM {
  background-image: url("../../../assets/images/2148824867-1000x563.jpg");
}
.cid-u71f85TpkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71f85TpkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71f85TpkM .mbr-text,
.cid-u71f85TpkM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u71f85TpkM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u71f85TpkM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u771FsaoQ0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2c46a1;
}
.cid-u771FsaoQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u771FsaoQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u771FsaoQ0 .container {
    max-width: 1400px;
  }
}
.cid-u771FsaoQ0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u771FsaoQ0 .row {
  justify-content: center;
}
.cid-u771FsaoQ0 .card-text {
  color: #ffffff;
}
.cid-u771FsaoQ0 .card-title,
.cid-u771FsaoQ0 .iconfont-wrapper {
  color: #ffffff;
}
.cid-u71f8an431 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u71f8an431 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71f8an431 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71f8aGcaT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u71f8aGcaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71f8aGcaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71f8aGcaT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u71f8aGcaT .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u71f8aXtZ9 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u71f8aXtZ9 img,
.cid-u71f8aXtZ9 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u71f8aXtZ9 .item:focus,
.cid-u71f8aXtZ9 span:focus {
  outline: none;
}
.cid-u71f8aXtZ9 .item-wrapper {
  position: relative;
}
.cid-u71f8aXtZ9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u71f8aXtZ9 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u71f8aXtZ9 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u71f8aXtZ9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u71f8aXtZ9 .mbr-section-title {
  color: #213b86;
}
.cid-u71f8aXtZ9 .mbr-text,
.cid-u71f8aXtZ9 .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u71f8aXtZ9 .item-title {
  text-align: center;
}
.cid-u71f8aXtZ9 .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u71f8aXtZ9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u71f8aXtZ9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u71f8aXtZ9 .embla__button--next,
.cid-u71f8aXtZ9 .embla__button--prev {
  display: flex;
}
.cid-u71f8aXtZ9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u71f8aXtZ9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u71f8aXtZ9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u71f8aXtZ9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u71f8aXtZ9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u71f8aXtZ9 .embla__button {
    top: auto;
  }
}
.cid-u71f8aXtZ9 .embla {
  position: relative;
  width: 100%;
}
.cid-u71f8aXtZ9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u71f8aXtZ9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u71f8aXtZ9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u71f8aXtZ9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u71f8bx7Zf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/2149362572-1000x667.jpg");
}
.cid-u71f8bx7Zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71f8bx7Zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71f8bx7Zf .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u71f8bx7Zf .container {
    max-width: 1400px;
  }
}
.cid-u71f8bx7Zf .card {
  margin: auto;
}
.cid-u71f8bx7Zf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u71f8bx7Zf .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u71f8bx7Zf .row {
  justify-content: center;
}
.cid-u71f8bx7Zf H3 {
  color: #213b86;
}
.cid-u71f8bx7Zf .card-title,
.cid-u71f8bx7Zf .card-box {
  color: #0c2c68;
}
.cid-u71f8c4UMy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u71f8c4UMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u71f8c4UMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u71f8c4UMy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u71f8c4UMy .panel-group {
  border: none;
}
.cid-u71f8c4UMy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u71f8c4UMy .panel-body,
.cid-u71f8c4UMy .card-header {
  padding: 1rem 0;
}
.cid-u71f8c4UMy .panel-title-edit {
  color: #213b86;
}
.cid-u71f8c4UMy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u71f8c4UMy .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u70UwLj9hE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u70UwLj9hE nav.navbar {
  position: fixed;
}
.cid-u70UwLj9hE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70UwLj9hE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u70UwLj9hE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u70UwLj9hE .dropdown-item:hover,
.cid-u70UwLj9hE .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u70UwLj9hE .dropdown-item:hover span {
  color: white;
}
.cid-u70UwLj9hE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u70UwLj9hE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u70UwLj9hE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u70UwLj9hE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u70UwLj9hE .nav-link {
  position: relative;
}
.cid-u70UwLj9hE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u70UwLj9hE .container {
    flex-wrap: wrap;
  }
}
.cid-u70UwLj9hE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u70UwLj9hE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u70UwLj9hE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u70UwLj9hE .dropdown-menu,
.cid-u70UwLj9hE .navbar.opened {
  background: #ffffff !important;
}
.cid-u70UwLj9hE .nav-item:focus,
.cid-u70UwLj9hE .nav-link:focus {
  outline: none;
}
.cid-u70UwLj9hE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u70UwLj9hE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u70UwLj9hE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u70UwLj9hE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70UwLj9hE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70UwLj9hE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70UwLj9hE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u70UwLj9hE .navbar.opened {
  transition: all 0.3s;
}
.cid-u70UwLj9hE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u70UwLj9hE .navbar .navbar-logo img {
  width: auto;
}
.cid-u70UwLj9hE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u70UwLj9hE .navbar.collapsed {
  justify-content: center;
}
.cid-u70UwLj9hE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u70UwLj9hE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u70UwLj9hE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u70UwLj9hE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70UwLj9hE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70UwLj9hE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u70UwLj9hE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70UwLj9hE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u70UwLj9hE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u70UwLj9hE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u70UwLj9hE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70UwLj9hE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70UwLj9hE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70UwLj9hE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u70UwLj9hE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u70UwLj9hE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u70UwLj9hE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70UwLj9hE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u70UwLj9hE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u70UwLj9hE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u70UwLj9hE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u70UwLj9hE .navbar.navbar-short {
  min-height: 60px;
}
.cid-u70UwLj9hE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u70UwLj9hE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u70UwLj9hE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u70UwLj9hE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70UwLj9hE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70UwLj9hE .dropdown-item.active,
.cid-u70UwLj9hE .dropdown-item:active {
  background-color: transparent;
}
.cid-u70UwLj9hE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70UwLj9hE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u70UwLj9hE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u70UwLj9hE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u70UwLj9hE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u70UwLj9hE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u70UwLj9hE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u70UwLj9hE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u70UwLj9hE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u70UwLj9hE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u70UwLj9hE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u70UwLj9hE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70UwLj9hE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70UwLj9hE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u70UwLj9hE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70UwLj9hE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u70UwLj9hE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u70UwLj9hE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70UwLj9hE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u70UwLj9hE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70UwLj9hE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u70UwLj9hE .navbar {
    height: 70px;
  }
  .cid-u70UwLj9hE .navbar.opened {
    height: auto;
  }
  .cid-u70UwLj9hE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70UwLHML8 {
  background-image: url("../../../assets/images/ok-996x664.jpg");
}
.cid-u70UwLHML8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70UwLHML8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70UwLHML8 .mbr-text,
.cid-u70UwLHML8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u70UwLHML8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u70UwLHML8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u70UwM2vjz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2c46a1;
}
.cid-u70UwM2vjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70UwM2vjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u70UwM2vjz .container {
    max-width: 1400px;
  }
}
.cid-u70UwM2vjz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u70UwM2vjz .row {
  justify-content: center;
}
.cid-u70UwM2vjz .card-title,
.cid-u70UwM2vjz .iconfont-wrapper {
  color: #ffffff;
}
.cid-u70UwM2vjz .card-text {
  color: #ffffff;
}
.cid-u70UwMtMQP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70UwMtMQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70UwMtMQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70UwNuKsZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u70UwNuKsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70UwNuKsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70UwNuKsZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u70UwNuKsZ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u70UwNObDf {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u70UwNObDf img,
.cid-u70UwNObDf .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u70UwNObDf .item:focus,
.cid-u70UwNObDf span:focus {
  outline: none;
}
.cid-u70UwNObDf .item-wrapper {
  position: relative;
}
.cid-u70UwNObDf .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u70UwNObDf .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70UwNObDf .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u70UwNObDf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u70UwNObDf .mbr-section-title {
  color: #213b86;
}
.cid-u70UwNObDf .mbr-text,
.cid-u70UwNObDf .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u70UwNObDf .item-title {
  text-align: center;
}
.cid-u70UwNObDf .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u70UwNObDf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u70UwNObDf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u70UwNObDf .embla__button--next,
.cid-u70UwNObDf .embla__button--prev {
  display: flex;
}
.cid-u70UwNObDf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u70UwNObDf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70UwNObDf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u70UwNObDf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u70UwNObDf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u70UwNObDf .embla__button {
    top: auto;
  }
}
.cid-u70UwNObDf .embla {
  position: relative;
  width: 100%;
}
.cid-u70UwNObDf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u70UwNObDf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70UwNObDf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70UwNObDf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u70UwOA8tT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/gesto-fin.-e-controladoria-996x664.jpg");
}
.cid-u70UwOA8tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70UwOA8tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70UwOA8tT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u70UwOA8tT .container {
    max-width: 1400px;
  }
}
.cid-u70UwOA8tT .card {
  margin: auto;
}
.cid-u70UwOA8tT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u70UwOA8tT .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u70UwOA8tT .row {
  justify-content: center;
}
.cid-u70UwOA8tT H3 {
  color: #213b86;
}
.cid-u70UwOA8tT .card-title,
.cid-u70UwOA8tT .card-box {
  color: #0c2c68;
}
.cid-u70UwOXOLu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u70UwOXOLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70UwOXOLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70UwOXOLu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u70UwOXOLu .panel-group {
  border: none;
}
.cid-u70UwOXOLu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u70UwOXOLu .panel-body,
.cid-u70UwOXOLu .card-header {
  padding: 1rem 0;
}
.cid-u70UwOXOLu .panel-title-edit {
  color: #213b86;
}
.cid-u70UwOXOLu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u70UwOXOLu .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u7133qEjhe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7133qEjhe nav.navbar {
  position: fixed;
}
.cid-u7133qEjhe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7133qEjhe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7133qEjhe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7133qEjhe .dropdown-item:hover,
.cid-u7133qEjhe .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u7133qEjhe .dropdown-item:hover span {
  color: white;
}
.cid-u7133qEjhe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7133qEjhe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7133qEjhe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7133qEjhe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7133qEjhe .nav-link {
  position: relative;
}
.cid-u7133qEjhe .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7133qEjhe .container {
    flex-wrap: wrap;
  }
}
.cid-u7133qEjhe .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7133qEjhe .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u7133qEjhe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7133qEjhe .dropdown-menu,
.cid-u7133qEjhe .navbar.opened {
  background: #ffffff !important;
}
.cid-u7133qEjhe .nav-item:focus,
.cid-u7133qEjhe .nav-link:focus {
  outline: none;
}
.cid-u7133qEjhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7133qEjhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7133qEjhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7133qEjhe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7133qEjhe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7133qEjhe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7133qEjhe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7133qEjhe .navbar.opened {
  transition: all 0.3s;
}
.cid-u7133qEjhe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7133qEjhe .navbar .navbar-logo img {
  width: auto;
}
.cid-u7133qEjhe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7133qEjhe .navbar.collapsed {
  justify-content: center;
}
.cid-u7133qEjhe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7133qEjhe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7133qEjhe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u7133qEjhe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7133qEjhe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7133qEjhe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7133qEjhe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7133qEjhe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7133qEjhe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7133qEjhe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7133qEjhe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7133qEjhe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7133qEjhe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7133qEjhe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7133qEjhe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7133qEjhe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7133qEjhe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7133qEjhe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7133qEjhe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7133qEjhe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7133qEjhe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7133qEjhe .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7133qEjhe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7133qEjhe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7133qEjhe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7133qEjhe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7133qEjhe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7133qEjhe .dropdown-item.active,
.cid-u7133qEjhe .dropdown-item:active {
  background-color: transparent;
}
.cid-u7133qEjhe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7133qEjhe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7133qEjhe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7133qEjhe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7133qEjhe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7133qEjhe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7133qEjhe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7133qEjhe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7133qEjhe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7133qEjhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7133qEjhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7133qEjhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7133qEjhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7133qEjhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7133qEjhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7133qEjhe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7133qEjhe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7133qEjhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7133qEjhe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7133qEjhe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7133qEjhe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7133qEjhe .navbar {
    height: 70px;
  }
  .cid-u7133qEjhe .navbar.opened {
    height: auto;
  }
  .cid-u7133qEjhe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7133rx3kq {
  background-image: url("../../../assets/images/pessoas-irreconheciveis-que-discutem-diagramas-23-2147656688-996x664.jpg");
}
.cid-u7133rx3kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7133rx3kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7133rx3kq .mbr-text,
.cid-u7133rx3kq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u7133rx3kq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u7133rx3kq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u7133s0OLg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2c46a1;
}
.cid-u7133s0OLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7133s0OLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u7133s0OLg .container {
    max-width: 1400px;
  }
}
.cid-u7133s0OLg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u7133s0OLg .row {
  justify-content: center;
}
.cid-u7133s0OLg .card-title,
.cid-u7133s0OLg .iconfont-wrapper {
  color: #ffffff;
}
.cid-u7133s0OLg .card-text {
  color: #ffffff;
}
.cid-u7133sqE8v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7133sqE8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7133sqE8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7133sM88E {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u7133sM88E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7133sM88E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7133sM88E .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7133sM88E .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7133tkn4F {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7133tkn4F img,
.cid-u7133tkn4F .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u7133tkn4F .item:focus,
.cid-u7133tkn4F span:focus {
  outline: none;
}
.cid-u7133tkn4F .item-wrapper {
  position: relative;
}
.cid-u7133tkn4F .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7133tkn4F .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7133tkn4F .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u7133tkn4F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7133tkn4F .mbr-section-title {
  color: #213b86;
}
.cid-u7133tkn4F .mbr-text,
.cid-u7133tkn4F .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u7133tkn4F .item-title {
  text-align: center;
}
.cid-u7133tkn4F .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u7133tkn4F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u7133tkn4F .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u7133tkn4F .embla__button--next,
.cid-u7133tkn4F .embla__button--prev {
  display: flex;
}
.cid-u7133tkn4F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7133tkn4F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7133tkn4F .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u7133tkn4F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7133tkn4F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7133tkn4F .embla__button {
    top: auto;
  }
}
.cid-u7133tkn4F .embla {
  position: relative;
  width: 100%;
}
.cid-u7133tkn4F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u7133tkn4F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7133tkn4F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7133tkn4F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7133u6mPI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/imagem21-996x664.jpg");
}
.cid-u7133u6mPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7133u6mPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7133u6mPI .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u7133u6mPI .container {
    max-width: 1400px;
  }
}
.cid-u7133u6mPI .card {
  margin: auto;
}
.cid-u7133u6mPI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u7133u6mPI .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7133u6mPI .row {
  justify-content: center;
}
.cid-u7133u6mPI H3 {
  color: #213b86;
}
.cid-u7133u6mPI .card-title,
.cid-u7133u6mPI .card-box {
  color: #0c2c68;
}
.cid-u7133uB4BB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7133uB4BB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7133uB4BB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7133uB4BB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u7133uB4BB .panel-group {
  border: none;
}
.cid-u7133uB4BB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7133uB4BB .panel-body,
.cid-u7133uB4BB .card-header {
  padding: 1rem 0;
}
.cid-u7133uB4BB .panel-title-edit {
  color: #213b86;
}
.cid-u7133uB4BB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u7133uB4BB .panel-text {
  color: #001947;
}
.cid-u71rJ0kCzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u78AimY3yd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u78AimY3yd nav.navbar {
  position: fixed;
}
.cid-u78AimY3yd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u78AimY3yd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u78AimY3yd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u78AimY3yd .dropdown-item:hover,
.cid-u78AimY3yd .dropdown-item:focus {
  background: #213b86 !important;
  color: white !important;
}
.cid-u78AimY3yd .dropdown-item:hover span {
  color: white;
}
.cid-u78AimY3yd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u78AimY3yd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u78AimY3yd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u78AimY3yd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u78AimY3yd .nav-link {
  position: relative;
}
.cid-u78AimY3yd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u78AimY3yd .container {
    flex-wrap: wrap;
  }
}
.cid-u78AimY3yd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u78AimY3yd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u78AimY3yd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u78AimY3yd .dropdown-menu,
.cid-u78AimY3yd .navbar.opened {
  background: #ffffff !important;
}
.cid-u78AimY3yd .nav-item:focus,
.cid-u78AimY3yd .nav-link:focus {
  outline: none;
}
.cid-u78AimY3yd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u78AimY3yd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u78AimY3yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u78AimY3yd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u78AimY3yd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u78AimY3yd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u78AimY3yd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u78AimY3yd .navbar.opened {
  transition: all 0.3s;
}
.cid-u78AimY3yd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u78AimY3yd .navbar .navbar-logo img {
  width: auto;
}
.cid-u78AimY3yd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u78AimY3yd .navbar.collapsed {
  justify-content: center;
}
.cid-u78AimY3yd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u78AimY3yd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u78AimY3yd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u78AimY3yd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u78AimY3yd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u78AimY3yd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u78AimY3yd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u78AimY3yd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u78AimY3yd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u78AimY3yd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u78AimY3yd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u78AimY3yd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u78AimY3yd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u78AimY3yd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u78AimY3yd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u78AimY3yd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u78AimY3yd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u78AimY3yd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u78AimY3yd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u78AimY3yd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u78AimY3yd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u78AimY3yd .navbar.navbar-short {
  min-height: 60px;
}
.cid-u78AimY3yd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u78AimY3yd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u78AimY3yd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u78AimY3yd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u78AimY3yd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u78AimY3yd .dropdown-item.active,
.cid-u78AimY3yd .dropdown-item:active {
  background-color: transparent;
}
.cid-u78AimY3yd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u78AimY3yd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u78AimY3yd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u78AimY3yd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u78AimY3yd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u78AimY3yd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u78AimY3yd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u78AimY3yd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u78AimY3yd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u78AimY3yd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u78AimY3yd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u78AimY3yd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u78AimY3yd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u78AimY3yd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u78AimY3yd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u78AimY3yd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u78AimY3yd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u78AimY3yd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u78AimY3yd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u78AimY3yd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u78AimY3yd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u78AimY3yd .navbar {
    height: 70px;
  }
  .cid-u78AimY3yd .navbar.opened {
    height: auto;
  }
  .cid-u78AimY3yd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u78AinlqiN {
  background-image: url("../../../assets/images/imagem3-996x664.jpg");
}
.cid-u78AinlqiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AinlqiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u78AinlqiN .mbr-text,
.cid-u78AinlqiN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u78AinlqiN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u78AinlqiN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u78AinVOmu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2c46a1;
}
.cid-u78AinVOmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AinVOmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u78AinVOmu .container {
    max-width: 1400px;
  }
}
.cid-u78AinVOmu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u78AinVOmu .row {
  justify-content: center;
}
.cid-u78AinVOmu .card-title,
.cid-u78AinVOmu .iconfont-wrapper {
  color: #ffffff;
}
.cid-u78AinVOmu .card-text {
  color: #ffffff;
}
.cid-u78AiokwsN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u78AiokwsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AiokwsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u78AioGuTC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2c46a1;
}
.cid-u78AioGuTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AioGuTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u78AioGuTC .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u78AioGuTC .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u78AipcwoV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u78AipcwoV img,
.cid-u78AipcwoV .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u78AipcwoV .item:focus,
.cid-u78AipcwoV span:focus {
  outline: none;
}
.cid-u78AipcwoV .item-wrapper {
  position: relative;
}
.cid-u78AipcwoV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c0d3ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u78AipcwoV .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u78AipcwoV .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u78AipcwoV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u78AipcwoV .mbr-section-title {
  color: #213b86;
}
.cid-u78AipcwoV .mbr-text,
.cid-u78AipcwoV .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-u78AipcwoV .item-title {
  text-align: center;
}
.cid-u78AipcwoV .item-subtitle {
  text-align: center;
  color: #213b86;
}
.cid-u78AipcwoV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u78AipcwoV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u78AipcwoV .embla__button--next,
.cid-u78AipcwoV .embla__button--prev {
  display: flex;
}
.cid-u78AipcwoV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u78AipcwoV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u78AipcwoV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u78AipcwoV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u78AipcwoV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u78AipcwoV .embla__button {
    top: auto;
  }
}
.cid-u78AipcwoV .embla {
  position: relative;
  width: 100%;
}
.cid-u78AipcwoV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u78AipcwoV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u78AipcwoV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u78AipcwoV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u78AipXZZh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1044-1000x667.jpg");
}
.cid-u78AipXZZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AipXZZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u78AipXZZh .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u78AipXZZh .container {
    max-width: 1400px;
  }
}
.cid-u78AipXZZh .card {
  margin: auto;
}
.cid-u78AipXZZh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #213b86;
  margin-bottom: 2rem;
}
.cid-u78AipXZZh .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u78AipXZZh .row {
  justify-content: center;
}
.cid-u78AipXZZh H3 {
  color: #213b86;
}
.cid-u78AipXZZh .card-title,
.cid-u78AipXZZh .card-box {
  color: #0c2c68;
}
.cid-u78AiqhI4d {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(135deg, #001947 10%, #4479d9 100%) !important;
}
.cid-u78AiqhI4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AiqhI4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u78AiqCQzt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3196-1000x667.jpg");
}
.cid-u78AiqCQzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AiqCQzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u78AiqCQzt .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u78AiqCQzt .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u78AiqCQzt .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-u78AiqCQzt .card-title {
  color: #ffffff;
}
.cid-u78AiqCQzt .card-text {
  color: #ffffff;
}
.cid-u78AiqZtCD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u78AiqZtCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u78AiqZtCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u78AiqZtCD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #213b86;
  margin-left: 1rem;
}
.cid-u78AiqZtCD .panel-group {
  border: none;
}
.cid-u78AiqZtCD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u78AiqZtCD .panel-body,
.cid-u78AiqZtCD .card-header {
  padding: 1rem 0;
}
.cid-u78AiqZtCD .panel-title-edit {
  color: #213b86;
}
.cid-u78AiqZtCD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u78AiqZtCD .panel-text {
  color: #001947;
}
.cid-u78AirmWpG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
