.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #cc9636 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #1db355 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7a5719 !important;
  border-color: #7a5719 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a47522 !important;
  border-color: #a47522 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a47522 !important;
  border-color: #a47522 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cc9636 !important;
  border-color: #cc9636 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d6ab5f !important;
  border-color: #d6ab5f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d6ab5f !important;
  border-color: #d6ab5f !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1db355 !important;
  border-color: #1db355 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #27dc6b !important;
  border-color: #27dc6b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #27dc6b !important;
  border-color: #27dc6b !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7a5719;
  color: #7a5719;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #32240a !important;
  background-color: transparent !important;
  border-color: #32240a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7a5719 !important;
  border-color: #7a5719 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #cc9636;
  color: #cc9636;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #896423 !important;
  background-color: transparent !important;
  border-color: #896423 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9636 !important;
  border-color: #cc9636 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1db355;
  color: #1db355;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #116832 !important;
  background-color: transparent !important;
  border-color: #116832 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1db355 !important;
  border-color: #1db355 !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: #000000 !important;
}
.text-secondary {
  color: #7a5719 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #cc9636 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #1db355 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #251b08 !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: #7c5b20 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0f5b2b !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cc9636;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #1db355;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f5ebd9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #69e798;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7a5719 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVNrsVxmlA .navbar-dropdown {
  position: relative !important;
}
.cid-uVNrsVxmlA .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-uVNrsVxmlA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVNrsVxmlA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVNrsVxmlA .dropdown-item:hover,
.cid-uVNrsVxmlA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVNrsVxmlA .dropdown-item:hover span {
  color: white;
}
.cid-uVNrsVxmlA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVNrsVxmlA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVNrsVxmlA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVNrsVxmlA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVNrsVxmlA .nav-link {
  position: relative;
}
.cid-uVNrsVxmlA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVNrsVxmlA .container {
    flex-wrap: nowrap;
  }
}
.cid-uVNrsVxmlA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVNrsVxmlA .dropdown-menu,
.cid-uVNrsVxmlA .navbar.opened {
  background: #ffffff !important;
}
.cid-uVNrsVxmlA .nav-item:focus,
.cid-uVNrsVxmlA .nav-link:focus {
  outline: none;
}
.cid-uVNrsVxmlA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVNrsVxmlA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVNrsVxmlA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVNrsVxmlA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVNrsVxmlA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVNrsVxmlA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVNrsVxmlA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uVNrsVxmlA .navbar.opened {
  transition: all 0.3s;
}
.cid-uVNrsVxmlA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVNrsVxmlA .navbar .navbar-logo img {
  width: auto;
}
.cid-uVNrsVxmlA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVNrsVxmlA .navbar.collapsed {
  justify-content: center;
}
.cid-uVNrsVxmlA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVNrsVxmlA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVNrsVxmlA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uVNrsVxmlA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVNrsVxmlA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVNrsVxmlA .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-uVNrsVxmlA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVNrsVxmlA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVNrsVxmlA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVNrsVxmlA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVNrsVxmlA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVNrsVxmlA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVNrsVxmlA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVNrsVxmlA .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-uVNrsVxmlA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVNrsVxmlA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVNrsVxmlA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVNrsVxmlA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVNrsVxmlA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVNrsVxmlA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVNrsVxmlA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVNrsVxmlA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVNrsVxmlA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVNrsVxmlA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVNrsVxmlA .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-uVNrsVxmlA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVNrsVxmlA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVNrsVxmlA .dropdown-item.active,
.cid-uVNrsVxmlA .dropdown-item:active {
  background-color: transparent;
}
.cid-uVNrsVxmlA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVNrsVxmlA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVNrsVxmlA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVNrsVxmlA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVNrsVxmlA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVNrsVxmlA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVNrsVxmlA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVNrsVxmlA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVNrsVxmlA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVNrsVxmlA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uVNrsVxmlA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVNrsVxmlA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVNrsVxmlA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVNrsVxmlA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVNrsVxmlA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVNrsVxmlA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVNrsVxmlA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVNrsVxmlA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVNrsVxmlA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVNrsVxmlA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVNrsVxmlA .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-uVNrsVxmlA .navbar {
    height: 70px;
  }
  .cid-uVNrsVxmlA .navbar.opened {
    height: auto;
  }
  .cid-uVNrsVxmlA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVNoKthUjP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/background-adv.jpg-1000x666.jpeg");
}
.cid-uVNoKthUjP::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.cid-uVNoKthUjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNoKthUjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNoKthUjP .card {
  justify-content: flex-end;
}
.cid-uVNoKthUjP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVNoKthUjP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVNoKthUjP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVNoKthUjP .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uVNoKthUjP .mbr-label {
  color: #ffffff;
}
.cid-uVNoKthUjP .mbr-section-title {
  color: #ffffff;
}
.cid-uVNoKthUjP .mbr-text {
  color: #ffffff;
}
.cid-uVNq6QbpmN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVNq6QbpmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNq6QbpmN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVNq6QbpmN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVNq6QbpmN .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVNq6QbpmN .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVNq6QbpmN h5 {
  margin: 0;
}
.cid-uVNq6QbpmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNq6QbpmN .iconfont-wrapper {
  position: relative;
}
.cid-uVNq6QbpmN .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uVNq6QbpmN .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #cc9636;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVNq6QbpmN .card-title,
.cid-uVNq6QbpmN .iconfont-wrapper {
  color: #000000;
}
.cid-uVNq6QbpmN .card-text {
  color: #000000;
  text-align: left;
}
.cid-uVNq6QbpmN .mbr-section-title {
  color: #000000;
}
.cid-uVT6oi6J4l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVT6oi6J4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVT6oi6J4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVT6oi6J4l .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVT6oi6J4l .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVT6oi6J4l .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uVT6oi6J4l .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVT6oi6J4l .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVT6oi6J4l .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVT6oi6J4l .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uVT6oi6J4l .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVT6oi6J4l .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #cc9636;
}
@media (max-width: 992px) {
  .cid-uVT6oi6J4l .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uVT6oi6J4l .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #cc9636;
}
@media (max-width: 992px) {
  .cid-uVT6oi6J4l .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uVT6oi6J4l .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVT6oi6J4l .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uVT6oi6J4l .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uVT6oi6J4l .mbr-label,
.cid-uVT6oi6J4l .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVT6oi6J4l .mbr-text,
.cid-uVT6oi6J4l .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVT6oi6J4l .mbr-section-title,
.cid-uVT6oi6J4l .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVNRzeB7tI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVNRzeB7tI h4 {
  margin-bottom: 0;
}
.cid-uVNRzeB7tI p {
  color: #767676;
}
.cid-uVNRzeB7tI .btn-info-outline {
  border: none;
  color: #cc9636 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uVNRzeB7tI .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uVNRzeB7tI .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uVNRzeB7tI .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uVNRzeB7tI .btn-info-outline:active,
.cid-uVNRzeB7tI .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uVNRzeB7tI .card-box {
  padding-top: 2rem;
}
.cid-uVNRzeB7tI .card-wrapper {
  height: 100%;
}
.cid-uVNRzeB7tI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uVNRzeB7tI img {
  border-radius: 8px;
}
.cid-uVNRzeB7tI .card-title {
  color: #000000;
}
.cid-uVNRzeB7tI .main-title {
  color: #000000;
  text-align: justify;
}
.cid-uVNRzeB7tI DIV {
  color: #57468b;
}
.cid-uVNRzeB7tI .card-img {
  width: auto;
}
.cid-uVNRzeB7tI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNRzeB7tI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNRzeB7tI .mbr-text,
.cid-uVNRzeB7tI .mbr-section-btn {
  color: #000000;
}
.cid-uVNRWiMNLY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVNRWiMNLY h4 {
  margin-bottom: 0;
}
.cid-uVNRWiMNLY p {
  color: #767676;
}
.cid-uVNRWiMNLY .btn-info-outline {
  border: none;
  color: #cc9636 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uVNRWiMNLY .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uVNRWiMNLY .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uVNRWiMNLY .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uVNRWiMNLY .btn-info-outline:active,
.cid-uVNRWiMNLY .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uVNRWiMNLY .card-box {
  padding-top: 2rem;
}
.cid-uVNRWiMNLY .card-wrapper {
  height: 100%;
}
.cid-uVNRWiMNLY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uVNRWiMNLY img {
  border-radius: 8px;
}
.cid-uVNRWiMNLY .card-title {
  color: #000000;
}
.cid-uVNRWiMNLY .main-title {
  color: #000000;
  text-align: center;
}
.cid-uVNRWiMNLY DIV {
  color: #57468b;
}
.cid-uVNRWiMNLY .card-img {
  width: auto;
}
.cid-uVNRWiMNLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNRWiMNLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNRWiMNLY .mbr-text,
.cid-uVNRWiMNLY .mbr-section-btn {
  color: #000000;
}
.cid-uVW7obJzQc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVW7obJzQc .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uVW7obJzQc .row {
    padding: 0 12px;
  }
}
.cid-uVW7obJzQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVW7obJzQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVW7obJzQc .image-wrapper {
  position: relative;
}
.cid-uVW7obJzQc .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uVW7obJzQc .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uVW7obJzQc .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uVW7obJzQc .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uVW7obJzQc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVW7obJzQc .mbr-section-title {
  color: #000000;
}
.cid-uVW7obJzQc .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVNArlEXMv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uVNArlEXMv .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uVNArlEXMv .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uVNArlEXMv .card-box {
    flex-direction: column;
  }
}
.cid-uVNArlEXMv .mbr-section-subtitle {
  color: #767676;
}
.cid-uVNArlEXMv .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #cc9636;
}
@media (max-width: 767px) {
  .cid-uVNArlEXMv .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uVNArlEXMv * {
    text-align: center !important;
  }
  .cid-uVNArlEXMv .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uVNArlEXMv .card-text {
  color: #000000;
}
.cid-uVNHeVh7su {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVNHeVh7su .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVNHeVh7su .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVNHeVh7su .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uVNHeVh7su .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVNHeVh7su .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uVNHeVh7su .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVNHeVh7su .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #000000;
}
.cid-uVNHeVh7su .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uVNHeVh7su .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uVNHeVh7su .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #cc9636;
}
@media (max-width: 767px) {
  .cid-uVNHeVh7su .cards-container {
    padding-left: 2rem;
  }
}
.cid-uVNHeVh7su .card-text-container {
  flex-grow: 1;
}
.cid-uVNHeVh7su .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uVNHeVh7su .card-text {
  color: #002549;
  width: 100%;
}
.cid-uVNHeVh7su .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uVNHeVh7su .icon-box span {
  color: #cc9636;
}
.cid-uVNHeVh7su .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uVNHeVh7su .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uVNHeVh7su .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNHeVh7su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNHeVh7su .mbr-section-title,
.cid-uVNHeVh7su .mbr-section-btn {
  color: #000000;
}
.cid-uVNPcBAvBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVNPcBAvBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNPcBAvBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNPcBAvBV .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uVNPcBAvBV .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVNPcBAvBV .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVNPcBAvBV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVNPcBAvBV .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVNPcBAvBV .mbr-star {
  color: #000000;
}
.cid-uVNPcBAvBV .item-text {
  color: #515151;
}
.cid-uVNPcBAvBV .item-name {
  color: #000000;
}
.cid-uVNPcBAvBV .item-role {
  color: #515151;
}
.cid-uVNPcBAvBV .mbr-star,
.cid-uVNPcBAvBV .rating-wrapper {
  color: #cc9636;
}
.cid-uVNSmvmoSe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uVNSmvmoSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNSmvmoSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVNSmvmoSe .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uVNSmvmoSe .container {
    padding: 0 4px;
  }
}
.cid-uVNSmvmoSe .row {
  margin: 0;
}
.cid-uVNSmvmoSe .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVNSmvmoSe .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVNSmvmoSe .row .panel-group .card {
  border-bottom: 1px solid #cc9636;
  border-radius: 0 !important;
}
.cid-uVNSmvmoSe .row .panel-group .card:first-child {
  border-top: 1px solid #cc9636;
}
.cid-uVNSmvmoSe .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uVNSmvmoSe .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uVNSmvmoSe .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uVNSmvmoSe .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVNSmvmoSe .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uVNSmvmoSe .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVNSmvmoSe .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uVNSmvmoSe .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVNSmvmoSe .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uVNSmvmoSe .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-uVNSmvmoSe .panel-title-edit,
.cid-uVNSmvmoSe .mbr-iconfont {
  color: #000000;
}
.cid-uVNSmvmoSe .mbr-text {
  color: #000000;
}
.cid-uVWe7zfTdY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fundo-branco.jpg-2000x1417.jpg");
}
.cid-uVWe7zfTdY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uVWe7zfTdY input,
.cid-uVWe7zfTdY textarea {
  padding: 0.8rem 1.2rem !important;
  border-radius: 0px;
  font-size: 1.1rem;
}
.cid-uVWe7zfTdY .form-control:hover,
.cid-uVWe7zfTdY .form-control:focus {
  color: #808080 !important;
}
.cid-uVWe7zfTdY .btn-success {
  color: white !important;
}
.cid-uVWe7zfTdY img {
  width: 90%;
  border-radius: 8px;
}
.cid-uVWe7zfTdY .btn {
  border-radius: 30px;
}
.cid-uVWe7zfTdY textarea {
  min-height: 160px !important;
}
.cid-uVWe7zfTdY .form-control,
.cid-uVWe7zfTdY .field-input {
  padding: 0.5rem;
  background-color: #ffffff !important;
  border-color: #c1c1c1 !important;
  color: #808080 !important;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uVWe7zfTdY .form-control:hover,
.cid-uVWe7zfTdY .field-input:hover,
.cid-uVWe7zfTdY .form-control:focus,
.cid-uVWe7zfTdY .field-input:focus {
  background-color: #ffffff !important;
  border-color: #c1c1c1 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-uVWe7zfTdY input::-webkit-input-placeholder,
.cid-uVWe7zfTdY textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-uVWe7zfTdY input:-moz-placeholder,
.cid-uVWe7zfTdY textarea:-moz-placeholder {
  color: #808080;
}
.cid-uVWe7zfTdY .jq-selectbox li,
.cid-uVWe7zfTdY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uVWe7zfTdY .jq-selectbox li:hover,
.cid-uVWe7zfTdY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uVWe7zfTdY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uVWe7zfTdY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uVWe7zfTdY H5 {
  color: #000000;
  padding-bottom: 1rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVWe7zfTdY img {
    width: 100%;
  }
  .cid-uVWe7zfTdY .google-map {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-uVWe7zfTdY .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uVWe7zfTdY .mbr-text,
.cid-uVWe7zfTdY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uVNT9fW6AO {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uVNT9fW6AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNT9fW6AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNT9fW6AO .title-wrapper {
  padding: 0 2rem;
}
.cid-uVNT9fW6AO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uVNT9fW6AO .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uVNT9fW6AO .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uVNT9fW6AO .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uVNT9fW6AO .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uVNT9fW6AO .mbr-section-title {
  color: #FFFFFF;
}
.cid-uVNT9fW6AO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVNT9fW6AO .mbr-section-title,
.cid-uVNT9fW6AO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWp4cfOMdV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWp4cfOMdV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uWp4cfOMdV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uWp4cfOMdV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper {
  background: #000000;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #000000;
  border-color: #000000;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWp4cfOMdV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWp4cfOMdV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uVWvndEoc8 .navbar-dropdown {
  position: relative !important;
}
.cid-uVWvndEoc8 .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-uVWvndEoc8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVWvndEoc8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVWvndEoc8 .dropdown-item:hover,
.cid-uVWvndEoc8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uVWvndEoc8 .dropdown-item:hover span {
  color: white;
}
.cid-uVWvndEoc8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVWvndEoc8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVWvndEoc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVWvndEoc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVWvndEoc8 .nav-link {
  position: relative;
}
.cid-uVWvndEoc8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVWvndEoc8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uVWvndEoc8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVWvndEoc8 .dropdown-menu,
.cid-uVWvndEoc8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVWvndEoc8 .nav-item:focus,
.cid-uVWvndEoc8 .nav-link:focus {
  outline: none;
}
.cid-uVWvndEoc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVWvndEoc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVWvndEoc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVWvndEoc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWvndEoc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWvndEoc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWvndEoc8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uVWvndEoc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVWvndEoc8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVWvndEoc8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVWvndEoc8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVWvndEoc8 .navbar.collapsed {
  justify-content: center;
}
.cid-uVWvndEoc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVWvndEoc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVWvndEoc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uVWvndEoc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVWvndEoc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVWvndEoc8 .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-uVWvndEoc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVWvndEoc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVWvndEoc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVWvndEoc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVWvndEoc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVWvndEoc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVWvndEoc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVWvndEoc8 .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-uVWvndEoc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVWvndEoc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVWvndEoc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVWvndEoc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVWvndEoc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVWvndEoc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVWvndEoc8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVWvndEoc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVWvndEoc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVWvndEoc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVWvndEoc8 .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-uVWvndEoc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVWvndEoc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVWvndEoc8 .dropdown-item.active,
.cid-uVWvndEoc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVWvndEoc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVWvndEoc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVWvndEoc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVWvndEoc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVWvndEoc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVWvndEoc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWvndEoc8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVWvndEoc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVWvndEoc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVWvndEoc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uVWvndEoc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVWvndEoc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVWvndEoc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVWvndEoc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVWvndEoc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvndEoc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVWvndEoc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVWvndEoc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvndEoc8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVWvndEoc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWvndEoc8 .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-uVWvndEoc8 .navbar {
    height: 70px;
  }
  .cid-uVWvndEoc8 .navbar.opened {
    height: auto;
  }
  .cid-uVWvndEoc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWvnfjySH {
  padding-top: 8rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/background-adv.jpg-1000x666.jpeg");
}
.cid-uVWvnfjySH::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.cid-uVWvnfjySH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnfjySH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvnfjySH .card {
  justify-content: flex-end;
}
.cid-uVWvnfjySH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVWvnfjySH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVWvnfjySH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvnfjySH .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uVWvnfjySH .mbr-label {
  color: #ffffff;
}
.cid-uVWvnfjySH .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvnfjySH .mbr-text {
  color: #ffffff;
}
.cid-uVWvngI8GH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVWvngI8GH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvngI8GH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVWvngI8GH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVWvngI8GH .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVWvngI8GH .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVWvngI8GH h5 {
  margin: 0;
}
.cid-uVWvngI8GH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvngI8GH .iconfont-wrapper {
  position: relative;
}
.cid-uVWvngI8GH .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uVWvngI8GH .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #cc9636;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVWvngI8GH .card-title,
.cid-uVWvngI8GH .iconfont-wrapper {
  color: #000000;
}
.cid-uVWvngI8GH .card-text {
  color: #000000;
}
.cid-uVWvngI8GH .mbr-section-title {
  color: #000000;
}
.cid-uVWvnhEyYU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVWvnhEyYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnhEyYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvnhEyYU .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVWvnhEyYU .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVWvnhEyYU .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uVWvnhEyYU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVWvnhEyYU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVWvnhEyYU .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVWvnhEyYU .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uVWvnhEyYU .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWvnhEyYU .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #cc9636;
}
@media (max-width: 992px) {
  .cid-uVWvnhEyYU .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uVWvnhEyYU .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #cc9636;
}
@media (max-width: 992px) {
  .cid-uVWvnhEyYU .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uVWvnhEyYU .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvnhEyYU .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uVWvnhEyYU .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uVWvnhEyYU .mbr-label,
.cid-uVWvnhEyYU .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVWvnhEyYU .mbr-text,
.cid-uVWvnhEyYU .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVWvnhEyYU .mbr-section-title,
.cid-uVWvnhEyYU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVWvniry5E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVWvniry5E h4 {
  margin-bottom: 0;
}
.cid-uVWvniry5E p {
  color: #767676;
}
.cid-uVWvniry5E .btn-info-outline {
  border: none;
  color: #cc9636 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uVWvniry5E .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uVWvniry5E .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uVWvniry5E .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uVWvniry5E .btn-info-outline:active,
.cid-uVWvniry5E .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uVWvniry5E .card-box {
  padding-top: 2rem;
}
.cid-uVWvniry5E .card-wrapper {
  height: 100%;
}
.cid-uVWvniry5E .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uVWvniry5E img {
  border-radius: 8px;
}
.cid-uVWvniry5E .card-title {
  color: #000000;
}
.cid-uVWvniry5E .main-title {
  color: #000000;
  text-align: center;
}
.cid-uVWvniry5E DIV {
  color: #57468b;
}
.cid-uVWvniry5E .card-img {
  width: auto;
}
.cid-uVWvniry5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvniry5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvniry5E .mbr-text,
.cid-uVWvniry5E .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uVWvnjvREC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVWvnjvREC h4 {
  margin-bottom: 0;
}
.cid-uVWvnjvREC p {
  color: #767676;
}
.cid-uVWvnjvREC .btn-info-outline {
  border: none;
  color: #cc9636 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uVWvnjvREC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uVWvnjvREC .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uVWvnjvREC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uVWvnjvREC .btn-info-outline:active,
.cid-uVWvnjvREC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uVWvnjvREC .card-box {
  padding-top: 2rem;
}
.cid-uVWvnjvREC .card-wrapper {
  height: 100%;
}
.cid-uVWvnjvREC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uVWvnjvREC img {
  border-radius: 8px;
}
.cid-uVWvnjvREC .card-title {
  color: #000000;
}
.cid-uVWvnjvREC .main-title {
  color: #000000;
  text-align: center;
}
.cid-uVWvnjvREC DIV {
  color: #57468b;
}
.cid-uVWvnjvREC .card-img {
  width: auto;
}
.cid-uVWvnjvREC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnjvREC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvnjvREC .mbr-text,
.cid-uVWvnjvREC .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uVWvnkyjMu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uVWvnkyjMu .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uVWvnkyjMu .row {
    padding: 0 12px;
  }
}
.cid-uVWvnkyjMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnkyjMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvnkyjMu .image-wrapper {
  position: relative;
}
.cid-uVWvnkyjMu .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uVWvnkyjMu .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uVWvnkyjMu .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uVWvnkyjMu .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uVWvnkyjMu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvnkyjMu .mbr-section-title {
  color: #000000;
}
.cid-uVWvnkyjMu .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVWvnlCiaG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uVWvnlCiaG .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uVWvnlCiaG .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uVWvnlCiaG .card-box {
    flex-direction: column;
  }
}
.cid-uVWvnlCiaG .mbr-section-subtitle {
  color: #767676;
}
.cid-uVWvnlCiaG .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #cc9636;
}
@media (max-width: 767px) {
  .cid-uVWvnlCiaG .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uVWvnlCiaG * {
    text-align: center !important;
  }
  .cid-uVWvnlCiaG .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uVWvnlCiaG .card-text {
  color: #000000;
}
.cid-uVWvnnkPld {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVWvnnkPld .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVWvnnkPld .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVWvnnkPld .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uVWvnnkPld .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVWvnnkPld .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uVWvnnkPld .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVWvnnkPld .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #000000;
}
.cid-uVWvnnkPld .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uVWvnnkPld .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uVWvnnkPld .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #cc9636;
}
@media (max-width: 767px) {
  .cid-uVWvnnkPld .cards-container {
    padding-left: 2rem;
  }
}
.cid-uVWvnnkPld .card-text-container {
  flex-grow: 1;
}
.cid-uVWvnnkPld .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uVWvnnkPld .card-text {
  color: #002549;
  width: 100%;
}
.cid-uVWvnnkPld .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uVWvnnkPld .icon-box span {
  color: #cc9636;
}
.cid-uVWvnnkPld .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uVWvnnkPld .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uVWvnnkPld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnnkPld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvnnkPld .mbr-section-title,
.cid-uVWvnnkPld .mbr-section-btn {
  color: #000000;
}
.cid-uVWvnoRhN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvnoRhN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnoRhN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvnoRhN4 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uVWvnoRhN4 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVWvnoRhN4 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVWvnoRhN4 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVWvnoRhN4 .mbr-star {
  color: #000000;
}
.cid-uVWvnoRhN4 .item-text {
  color: #515151;
}
.cid-uVWvnoRhN4 .item-name {
  color: #000000;
}
.cid-uVWvnoRhN4 .item-role {
  color: #515151;
}
.cid-uVWvnoRhN4 .mbr-star,
.cid-uVWvnoRhN4 .rating-wrapper {
  color: #cc9636;
}
.cid-uVWvnqdyG5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVWvnqdyG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnqdyG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVWvnqdyG5 .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uVWvnqdyG5 .container {
    padding: 0 4px;
  }
}
.cid-uVWvnqdyG5 .row {
  margin: 0;
}
.cid-uVWvnqdyG5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVWvnqdyG5 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVWvnqdyG5 .row .panel-group .card {
  border-bottom: 1px solid #cc9636;
  border-radius: 0 !important;
}
.cid-uVWvnqdyG5 .row .panel-group .card:first-child {
  border-top: 1px solid #cc9636;
}
.cid-uVWvnqdyG5 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uVWvnqdyG5 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uVWvnqdyG5 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uVWvnqdyG5 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVWvnqdyG5 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uVWvnqdyG5 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVWvnqdyG5 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uVWvnqdyG5 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVWvnqdyG5 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uVWvnqdyG5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVWvnqdyG5 .panel-title-edit,
.cid-uVWvnqdyG5 .mbr-iconfont {
  color: #000000;
}
.cid-uVWvnqdyG5 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVWvnsN6Vw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fundo-branco.jpg-2000x1417.jpg");
}
.cid-uVWvnsN6Vw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvnsN6Vw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvnsN6Vw .title-wrapper {
  padding: 0 2rem;
}
.cid-uVWvnsN6Vw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uVWvnsN6Vw .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uVWvnsN6Vw .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uVWvnsN6Vw .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uVWvnsN6Vw .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uVWvnsN6Vw .mbr-section-title {
  color: #FFFFFF;
}
.cid-uVWvnsN6Vw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVWvnsN6Vw .mbr-section-title,
.cid-uVWvnsN6Vw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZzrbKWoDW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uZzrbKWoDW .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uZzrbKWoDW .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uZzrbKWoDW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uZzrbKWoDW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uZzrbKWoDW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uZzrbKWoDW .map-placeholder {
  display: none;
}
.cid-uZzrbKWoDW .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uZzrbKWoDW .card {
  padding: 3rem 8rem;
}
.cid-uZzrbKWoDW .card .mbr-text {
  color: #06182d;
}
.cid-uZzrbKWoDW .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-uZzrbKWoDW .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZzrbKWoDW .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uZzrbKWoDW .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-uZzrbKWoDW .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-uZzrbKWoDW .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-uZzrbKWoDW .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-uZzrbKWoDW .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uZzrbKWoDW .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uZzrbKWoDW .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-uZzrbKWoDW .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZzrbKWoDW .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-uZzrbKWoDW .card .form-group {
  padding-right: 0;
}
.cid-uZzrbKWoDW .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uZzrbKWoDW .card .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uZzrbKWoDW .card .btn-primary:hover {
  border: 1px solid #000000 !important;
}
@media (max-width: 1200px) {
  .cid-uZzrbKWoDW .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uZzrbKWoDW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZzrbKWoDW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uZzrbKWoDW * {
    text-align: center !important;
  }
  .cid-uZzrbKWoDW .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uZzrbKWoDW .form-group {
    max-width: 180px;
  }
  .cid-uZzrbKWoDW .card {
    padding: 2rem 1rem;
  }
}
.cid-uZzrbKWoDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZzrbKWoDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZzrbKWoDW .card .mbr-text {
  color: #000000;
}
.cid-uZzrbKWoDW .card .mbr-section-title {
  color: #000000;
}
.cid-uWp4cfOMdV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWp4cfOMdV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uWp4cfOMdV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uWp4cfOMdV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper {
  background: #000000;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #000000;
  border-color: #000000;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWp4cfOMdV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uWp4cfOMdV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWp4cfOMdV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uYMqwGAFBI .navbar-dropdown {
  position: relative !important;
}
.cid-uYMqwGAFBI .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-uYMqwGAFBI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYMqwGAFBI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYMqwGAFBI .dropdown-item:hover,
.cid-uYMqwGAFBI .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uYMqwGAFBI .dropdown-item:hover span {
  color: white;
}
.cid-uYMqwGAFBI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYMqwGAFBI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYMqwGAFBI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYMqwGAFBI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYMqwGAFBI .nav-link {
  position: relative;
}
.cid-uYMqwGAFBI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYMqwGAFBI .container {
    flex-wrap: nowrap;
  }
}
.cid-uYMqwGAFBI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYMqwGAFBI .dropdown-menu,
.cid-uYMqwGAFBI .navbar.opened {
  background: #ffffff !important;
}
.cid-uYMqwGAFBI .nav-item:focus,
.cid-uYMqwGAFBI .nav-link:focus {
  outline: none;
}
.cid-uYMqwGAFBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYMqwGAFBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYMqwGAFBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYMqwGAFBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYMqwGAFBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYMqwGAFBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYMqwGAFBI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uYMqwGAFBI .navbar.opened {
  transition: all 0.3s;
}
.cid-uYMqwGAFBI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYMqwGAFBI .navbar .navbar-logo img {
  width: auto;
}
.cid-uYMqwGAFBI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYMqwGAFBI .navbar.collapsed {
  justify-content: center;
}
.cid-uYMqwGAFBI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYMqwGAFBI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYMqwGAFBI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uYMqwGAFBI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYMqwGAFBI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYMqwGAFBI .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-uYMqwGAFBI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYMqwGAFBI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYMqwGAFBI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYMqwGAFBI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYMqwGAFBI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYMqwGAFBI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYMqwGAFBI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYMqwGAFBI .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-uYMqwGAFBI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYMqwGAFBI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYMqwGAFBI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYMqwGAFBI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYMqwGAFBI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYMqwGAFBI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYMqwGAFBI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYMqwGAFBI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYMqwGAFBI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYMqwGAFBI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYMqwGAFBI .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-uYMqwGAFBI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYMqwGAFBI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYMqwGAFBI .dropdown-item.active,
.cid-uYMqwGAFBI .dropdown-item:active {
  background-color: transparent;
}
.cid-uYMqwGAFBI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYMqwGAFBI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYMqwGAFBI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYMqwGAFBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYMqwGAFBI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYMqwGAFBI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYMqwGAFBI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYMqwGAFBI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYMqwGAFBI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYMqwGAFBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uYMqwGAFBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYMqwGAFBI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYMqwGAFBI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYMqwGAFBI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYMqwGAFBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYMqwGAFBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYMqwGAFBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYMqwGAFBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYMqwGAFBI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYMqwGAFBI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYMqwGAFBI .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-uYMqwGAFBI .navbar {
    height: 70px;
  }
  .cid-uYMqwGAFBI .navbar.opened {
    height: auto;
  }
  .cid-uYMqwGAFBI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYMqwHzKux {
  padding-top: 8rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/background-adv.jpg-1000x666.jpeg");
}
.cid-uYMqwHzKux::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.cid-uYMqwHzKux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwHzKux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwHzKux .card {
  justify-content: flex-end;
}
.cid-uYMqwHzKux .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uYMqwHzKux .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYMqwHzKux .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYMqwHzKux .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uYMqwHzKux .mbr-label {
  color: #ffffff;
}
.cid-uYMqwHzKux .mbr-section-title {
  color: #ffffff;
}
.cid-uYMqwHzKux .mbr-text {
  color: #ffffff;
}
.cid-uYMqwI0CTj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYMqwI0CTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwI0CTj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uYMqwI0CTj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYMqwI0CTj .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uYMqwI0CTj .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uYMqwI0CTj h5 {
  margin: 0;
}
.cid-uYMqwI0CTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwI0CTj .iconfont-wrapper {
  position: relative;
}
.cid-uYMqwI0CTj .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uYMqwI0CTj .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #cc9636;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uYMqwI0CTj .card-title,
.cid-uYMqwI0CTj .iconfont-wrapper {
  color: #000000;
}
.cid-uYMqwI0CTj .card-text {
  color: #000000;
}
.cid-uYMqwI0CTj .mbr-section-title {
  color: #000000;
}
.cid-uYMqwIKleQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYMqwIKleQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwIKleQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwIKleQ .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYMqwIKleQ .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYMqwIKleQ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uYMqwIKleQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYMqwIKleQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYMqwIKleQ .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYMqwIKleQ .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uYMqwIKleQ .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYMqwIKleQ .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #cc9636;
}
@media (max-width: 992px) {
  .cid-uYMqwIKleQ .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uYMqwIKleQ .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #cc9636;
}
@media (max-width: 992px) {
  .cid-uYMqwIKleQ .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uYMqwIKleQ .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYMqwIKleQ .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uYMqwIKleQ .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uYMqwIKleQ .mbr-label,
.cid-uYMqwIKleQ .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uYMqwIKleQ .mbr-text,
.cid-uYMqwIKleQ .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uYMqwIKleQ .mbr-section-title,
.cid-uYMqwIKleQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYMqwJfXA2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYMqwJfXA2 h4 {
  margin-bottom: 0;
}
.cid-uYMqwJfXA2 p {
  color: #767676;
}
.cid-uYMqwJfXA2 .btn-info-outline {
  border: none;
  color: #cc9636 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uYMqwJfXA2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uYMqwJfXA2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uYMqwJfXA2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uYMqwJfXA2 .btn-info-outline:active,
.cid-uYMqwJfXA2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uYMqwJfXA2 .card-box {
  padding-top: 2rem;
}
.cid-uYMqwJfXA2 .card-wrapper {
  height: 100%;
}
.cid-uYMqwJfXA2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYMqwJfXA2 img {
  border-radius: 8px;
}
.cid-uYMqwJfXA2 .card-title {
  color: #000000;
}
.cid-uYMqwJfXA2 .main-title {
  color: #000000;
  text-align: center;
}
.cid-uYMqwJfXA2 DIV {
  color: #57468b;
}
.cid-uYMqwJfXA2 .card-img {
  width: auto;
}
.cid-uYMqwJfXA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwJfXA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwJfXA2 .mbr-text,
.cid-uYMqwJfXA2 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYMqwK1o3Y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYMqwK1o3Y h4 {
  margin-bottom: 0;
}
.cid-uYMqwK1o3Y p {
  color: #767676;
}
.cid-uYMqwK1o3Y .btn-info-outline {
  border: none;
  color: #cc9636 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uYMqwK1o3Y .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uYMqwK1o3Y .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uYMqwK1o3Y .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uYMqwK1o3Y .btn-info-outline:active,
.cid-uYMqwK1o3Y .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uYMqwK1o3Y .card-box {
  padding-top: 2rem;
}
.cid-uYMqwK1o3Y .card-wrapper {
  height: 100%;
}
.cid-uYMqwK1o3Y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYMqwK1o3Y img {
  border-radius: 8px;
}
.cid-uYMqwK1o3Y .card-title {
  color: #000000;
}
.cid-uYMqwK1o3Y .main-title {
  color: #000000;
  text-align: center;
}
.cid-uYMqwK1o3Y DIV {
  color: #57468b;
}
.cid-uYMqwK1o3Y .card-img {
  width: auto;
}
.cid-uYMqwK1o3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwK1o3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwK1o3Y .mbr-text,
.cid-uYMqwK1o3Y .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYMqwKZ8Z7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uYMqwKZ8Z7 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uYMqwKZ8Z7 .row {
    padding: 0 12px;
  }
}
.cid-uYMqwKZ8Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwKZ8Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwKZ8Z7 .image-wrapper {
  position: relative;
}
.cid-uYMqwKZ8Z7 .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.cid-uYMqwKZ8Z7 .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uYMqwKZ8Z7 .text-wrapper {
    padding: 60px 0 0;
  }
}
.cid-uYMqwKZ8Z7 .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYMqwKZ8Z7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYMqwKZ8Z7 .mbr-section-title {
  color: #000000;
}
.cid-uYMqwKZ8Z7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uYMqwM8cmv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uYMqwM8cmv .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-uYMqwM8cmv .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uYMqwM8cmv .card-box {
    flex-direction: column;
  }
}
.cid-uYMqwM8cmv .mbr-section-subtitle {
  color: #767676;
}
.cid-uYMqwM8cmv .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #cc9636;
}
@media (max-width: 767px) {
  .cid-uYMqwM8cmv .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uYMqwM8cmv * {
    text-align: center !important;
  }
  .cid-uYMqwM8cmv .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uYMqwM8cmv .card-text {
  color: #000000;
}
.cid-uYMqwN6Pe1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYMqwN6Pe1 .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uYMqwN6Pe1 .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYMqwN6Pe1 .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uYMqwN6Pe1 .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYMqwN6Pe1 .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uYMqwN6Pe1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uYMqwN6Pe1 .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #000000;
}
.cid-uYMqwN6Pe1 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uYMqwN6Pe1 .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uYMqwN6Pe1 .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #cc9636;
}
@media (max-width: 767px) {
  .cid-uYMqwN6Pe1 .cards-container {
    padding-left: 2rem;
  }
}
.cid-uYMqwN6Pe1 .card-text-container {
  flex-grow: 1;
}
.cid-uYMqwN6Pe1 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uYMqwN6Pe1 .card-text {
  color: #002549;
  width: 100%;
}
.cid-uYMqwN6Pe1 .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uYMqwN6Pe1 .icon-box span {
  color: #cc9636;
}
.cid-uYMqwN6Pe1 .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uYMqwN6Pe1 .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uYMqwN6Pe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwN6Pe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwN6Pe1 .mbr-section-title,
.cid-uYMqwN6Pe1 .mbr-section-btn {
  color: #000000;
}
.cid-uYMqwNXCPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYMqwNXCPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwNXCPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwNXCPL .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYMqwNXCPL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYMqwNXCPL .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYMqwNXCPL .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYMqwNXCPL .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYMqwNXCPL .mbr-star {
  color: #000000;
}
.cid-uYMqwNXCPL .item-text {
  color: #515151;
}
.cid-uYMqwNXCPL .item-name {
  color: #000000;
}
.cid-uYMqwNXCPL .item-role {
  color: #515151;
}
.cid-uYMqwNXCPL .mbr-star,
.cid-uYMqwNXCPL .rating-wrapper {
  color: #cc9636;
}
.cid-uYMqwONrEk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYMqwONrEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwONrEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYMqwONrEk .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uYMqwONrEk .container {
    padding: 0 4px;
  }
}
.cid-uYMqwONrEk .row {
  margin: 0;
}
.cid-uYMqwONrEk .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYMqwONrEk .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYMqwONrEk .row .panel-group .card {
  border-bottom: 1px solid #cc9636;
  border-radius: 0 !important;
}
.cid-uYMqwONrEk .row .panel-group .card:first-child {
  border-top: 1px solid #cc9636;
}
.cid-uYMqwONrEk .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uYMqwONrEk .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uYMqwONrEk .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uYMqwONrEk .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYMqwONrEk .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uYMqwONrEk .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYMqwONrEk .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uYMqwONrEk .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYMqwONrEk .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uYMqwONrEk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uYMqwONrEk .panel-title-edit,
.cid-uYMqwONrEk .mbr-iconfont {
  color: #000000;
}
.cid-uYMqwONrEk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uYMqwPAP5u {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fundo-branco.jpg-2000x1417.jpg");
}
.cid-uYMqwPAP5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMqwPAP5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMqwPAP5u .title-wrapper {
  padding: 0 2rem;
}
.cid-uYMqwPAP5u .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uYMqwPAP5u .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uYMqwPAP5u .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uYMqwPAP5u .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uYMqwPAP5u .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uYMqwPAP5u .mbr-section-title {
  color: #FFFFFF;
}
.cid-uYMqwPAP5u .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uYMqwPAP5u .mbr-section-title,
.cid-uYMqwPAP5u .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYMqwQmo1V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYMqwQmo1V .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uYMqwQmo1V .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uYMqwQmo1V .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uYMqwQmo1V .text-wrap .icons-wrap .icon-wrapper {
  background: #000000;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uYMqwQmo1V .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #000000;
  border-color: #000000;
}
.cid-uYMqwQmo1V .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-uYMqwQmo1V .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uYMqwQmo1V .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYMqwQmo1V .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uYMqwQmo1V .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYMqwQmo1V .text-wrap .icons-wrap::after {
    display: none;
  }
}
